For further actions, you may consider blocking this person and/or reporting abuse
Read next
Mastering Docker in Cloud Environments: AWS, GCP, and Azure Integration
Abhay Singh Kathayat -
Docker for Blue/Green Deployment: Achieve Zero Downtime Updates
Abhay Singh Kathayat -
Understanding This and Super in Typescript
Taki089.Dang -
Docker in Microservices Architecture: Building Scalable and Resilient Systems
Abhay Singh Kathayat -
Top comments (1)
If I want to scale my application. What I can do is launch the application say in docker container in EC2 instance and put it in auto-scalable group, such that on high loads another instance get created to mitigate the load.
But another things will be to use the kubernetes and also orchestrate the container.
I am not sure If I am making it a sense? But can you shade some light on it. What is the right way or how does it normally go.