For further actions, you may consider blocking this person and/or reporting abuse
Read next
Meta React Native Course Review + My Notes and Flashcards for Developers 🚀
SUBARNAB SADHUKHAN -
Structuring a Laravel Project with the Repository Pattern and Services 🚀
A0mineTV -
Create Zip File Using PHP
Asif Sheikh -
setup discord server làm Communication Hub cho dự án
Long Nguyễn Xuân -
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.