Live data from Hacker News

To K8s or Not to K8s

anshulsao1.substack.com

1–4 of 4 posts

Re: To K8s or Not to K8s

#2
I think author is totally ignoring the maintenance overhead that kubernetes comes with compared to ECS. Getting up and running with the most complex Kubernetes setup is easy for a long time now. For that, there are tons of CLIs that would boot strap a cluster in a cloud and if not that, you have very actively maintained Ansible playbooks and what not.

It is the upgrade path where the friction comes from.

Re: To K8s or Not to K8s

#3
post #2

I think author is totally ignoring the maintenance overhead that kubernetes comes with compared to ECS. Getting up and running with the most complex Kubernetes setup is easy for a long time now. For that, there are tons of CLIs that would boot strap a cluster in a cloud and if not that, you have very actively maintained Ansible playbooks and what not. It is the upgrade path where the friction comes from.

True. upgrades is a huge overhead. But you also have K8s management tools for that where they manage upgrades for you. I know it's added cost, but worth the benefits.

Re: To K8s or Not to K8s

#4
post #3
post #2

I think author is totally ignoring the maintenance overhead that kubernetes comes with compared to ECS. Getting up and running with the most complex Kubernetes setup is easy for a long time now. For that, there are tons of CLIs that would boot strap a cluster in a cloud and if not that, you have very actively maintained Ansible playbooks and what not. It is the upgrade path where the friction comes from.

True. upgrades is a huge overhead. But you also have K8s management tools for that where they manage upgrades for you. I know it's added cost, but worth the benefits.

Could you point me to some such tools? That would be an interesting prospect if it really works, every single time.