You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
Thank you for your amazing work, I am learning docker and trying to figure out how to scale your container on an ECS environment using EFS to persist data.
Anyone willing to collaborate on this ?
Cheers,
Franck
The text was updated successfully, but these errors were encountered:
Horizontal scaling with docker is easy but VestaCP is not. It is easier to scale Vesta Vertically.
I was asked before about the purpose of this docker for VestaCP. This is because the purpose of docker is to run thing as a Microservice. VestaCP is too massive (too many moving parts) to simply scale on EFS. Ultimately, my response was to simplify my installation and maintenance of Vesta.
To put it in another way, what are you trying to scale? Server-side web (apache, nginx ?), db(mysql, mongo?), Server-side language (php, node, python), storage, etc...? It is easier to run each service (microservice) as individual docker image for scaling. If you say EFS, you're only considering the file system (storage, server-side web and language). What about database? Will you be using AWS RDS?
Vertical scaling require FULL Stack consideration. It is easier to scale by running each container as docker microservices instead of handling everything in a massive docker container.
Hi @noogen sorry for my delayed answer just stumbled upon the notification. I need to run some tests and share with you my architecture diagram. Is it possible in your setup to create a volume for the Database storage ? or is it already done ?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello guys,
Thank you for your amazing work, I am learning docker and trying to figure out how to scale your container on an ECS environment using EFS to persist data.
Anyone willing to collaborate on this ?
Cheers,
Franck
The text was updated successfully, but these errors were encountered: