This commit is contained in:
Martin Danielsson 2017-01-02 11:20:22 +01:00 committed by GitHub
parent 827384db8b
commit f92827fae2

View file

@ -30,7 +30,7 @@ header-img: "images/bg-post-clover.jpg"
* [tl;dr](#tldr) * [tl;dr](#tldr)
* [Links](#links) * [Links](#links)
As we all know, containers are all the rage, and of course Microsofts also takes a shot at implementing a reliable runtime for running those Docker containers, called "[Azure Container Service](https://azure.microsoft.com/de-de/services/container-service/)". Fairly recently, the also [introduced support for one of the most interesting - and mature - runtime orchestration layers for containers: Kubernetes](https://azure.microsoft.com/en-us/blog/azure-container-service-the-cloud-s-most-open-option-for-containers/) (in addition to Docker Swarm and DC/OS). As we all know, containers are all the rage, and of course Microsoft also takes a shot at implementing a reliable runtime for running those Docker containers, called "[Azure Container Service](https://azure.microsoft.com/de-de/services/container-service/)". Fairly recently, the also [introduced support for one of the most interesting - and mature - runtime orchestration layers for containers: Kubernetes](https://azure.microsoft.com/en-us/blog/azure-container-service-the-cloud-s-most-open-option-for-containers/) (in addition to Docker Swarm and DC/OS).
This blog post will cover how well Kubernetes is supported on Azure today, and where there is still room to improve. This blog post will cover how well Kubernetes is supported on Azure today, and where there is still room to improve.