|
|
|
|
|
by briangrant
3886 days ago
|
|
I also work on Kubernetes. To expand on what Brendan wrote, Kubernetes does a lot more than just run containers. It provides container-centric infrastructure and a platform for building robust automation. https://github.com/kubernetes/kubernetes/blob/master/docs/wh... http://www.slideshare.net/BrianGrant11/wso2con-us-2015-kuber... In a VM-centric world, one wouldn't just use raw VMs in production, but would also use managed groups, load balancing, autoscaling, DNS, Spinnaker, etc. If one manually pins specific containers to specific hosts, IaaS APIs and tools can still be used directly. When dynamically scheduling containers, that doesn't work. |
|