what you really want is some service like ECS on AWS. And what you're asking is to create an container orchestrator all by itself.
if you look at k8 github.com/kubernetes/kuberne… it's got like 3600 contributors!
If your doing it to learn something then by all means try to code something by yourself, but for production you're gonna use a tool that exists.
Yeah, i was trying to avoid complexity that come with k8s - ECS could be a good solution and my question was to understand if someone has an simplified approach.
btw, thank you for answer.
Images are simple bu running them is a whole different level, I did a talk on it like 6 years ago ....
Totally agree, also a quote "running them in production/scale" sometimes could be a nightmare.
Thanks @Tom
sure np
what you really want is some service like ECS on AWS. And what you're asking is to create an container orchestrator all by itself.
if you look at k8 github.com/kubernetes/kuberne… it's got like 3600 contributors!
If your doing it to learn something then by all means try to code something by yourself, but for production you're gonna use a tool that exists.
Yeah, i was trying to avoid complexity that come with k8s - ECS could be a good solution and my question was to understand if someone has an simplified approach.
btw, thank you for answer.
Images are simple bu running them is a whole different level, I did a talk on it like 6 years ago ....
Totally agree, also a quote "running them in production/scale" sometimes could be a nightmare.
Thanks @Tom
sure np