Live data from Hacker News

Kubernetes is NOT a container orchestrator

flanksource.com

1–10 of 17 posts

Re: Kubernetes is NOT a container orchestrator

#5

Is there even a viable alternative to Kubernetes at this point? For that matter, is there an alternative to YAML for defining Kubernetes setups?

Sure, https://github.com/Azure/draft doesn't require any YAML and deploys onto Kubernetes.

I remember someone also doing a demo of configuring your kubernetes deployment on your Java objects directly.

Re: Kubernetes is NOT a container orchestrator

#8
post #4

How about "Kubernetes as a complexity generator"? :-)

Kubernetes isn't the source of complexity - it is the problem domain of building and operating distributed systems that are fundamentally and essentially complex.

Compare the complexity of Kubernetes to Openstack - the next most similar project in the same problem space, and you will find Kubernetes is actually pretty simple.

Re: Kubernetes is NOT a container orchestrator

#9
post #6

My question is then what counts as a container orchestrator. Not to shit on the article but why over-complicate the definition of an already over-engineered system

You can solve container orchestration problems using Kubernetes, but you can also solve them using Swarm, Nomad and Mesos.

Kubernetes is the most popular, precisely because it is not over-engineered, the level of engineering matches the problem domain.

Re: Kubernetes is NOT a container orchestrator

#10
post #8
post #4

How about "Kubernetes as a complexity generator"? :-)

Kubernetes isn't the source of complexity - it is the problem domain of building and operating distributed systems that are fundamentally and essentially complex. Compare the complexity of Kubernetes to Openstack - the next most similar project in the same problem space, and you will find Kubernetes is actually pretty simple.

OpenStack and Kubernetes serve different purposes. Despite the article, Kubernetes at its core really is a container orchestrator. OpenStack is a collection of software you'd use for running a mini-AWS on bare metal infrastructure.
Post reply on HN