Kubernetes is NOT a container orchestrator
flanksource.com
Kubernetes is NOT a container orchestrator
1–10 of 17 posts
Re: Kubernetes is NOT a container orchestrator
#2Re: Kubernetes is NOT a container orchestrator
#3Is there even a viable alternative to Kubernetes at this point? For that matter, is there an alternative to YAML for defining Kubernetes setups?
Re: Kubernetes is NOT a container orchestrator
#4Re: Kubernetes is NOT a container orchestrator
#5Is there even a viable alternative to Kubernetes at this point? For that matter, is there an alternative to YAML for defining Kubernetes setups?
I remember someone also doing a demo of configuring your kubernetes deployment on your Java objects directly.
Re: Kubernetes is NOT a container orchestrator
#6Re: Kubernetes is NOT a container orchestrator
#7Re: Kubernetes is NOT a container orchestrator
#8How about "Kubernetes as a complexity generator"? :-)
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
#9My 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
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
#10How 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.