From f92827fae25f2b6f91dbbad86af68e8404c76f69 Mon Sep 17 00:00:00 2001 From: Martin Danielsson Date: Mon, 2 Jan 2017 11:20:22 +0100 Subject: [PATCH] Typo --- _posts/2017-01-02-state-of-kubernetes-on-azure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2017-01-02-state-of-kubernetes-on-azure.md b/_posts/2017-01-02-state-of-kubernetes-on-azure.md index daa2a93..ae128a9 100644 --- a/_posts/2017-01-02-state-of-kubernetes-on-azure.md +++ b/_posts/2017-01-02-state-of-kubernetes-on-azure.md @@ -30,7 +30,7 @@ header-img: "images/bg-post-clover.jpg" * [tl;dr](#tldr) * [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.