From 8c87c6820d0584efbee8d7287e2a74a6d9772bd9 Mon Sep 17 00:00:00 2001 From: "Roland Edwards, AOE GmbH" <39269273+raedwards@users.noreply.github.com> Date: Thu, 17 May 2018 10:04:34 +0200 Subject: [PATCH] Update kubernetes.md --- radar/2017-10-01/kubernetes.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/radar/2017-10-01/kubernetes.md b/radar/2017-10-01/kubernetes.md index 19e3015..aef01fc 100644 --- a/radar/2017-10-01/kubernetes.md +++ b/radar/2017-10-01/kubernetes.md @@ -5,9 +5,9 @@ quadrant: platforms-and-aoe-services --- -Kubernetes has developed to the quasi standard for container orchestration: Nearly every cloud provider provides managed Kubernetes and even Docker Enterprise uses Kubernetes. -We are running several production systems with Kubernetes and we are using it concepts like: - * "secrets" and "configmaps" to manage configurations for the applications. By updating this ressources with an automated configuration pipeline you have a great way for configuration management. +Kubernetes has developed into the quasi-standard for container orchestration: Nearly every cloud provider provides managed Kubernetes, and even Docker Enterprise uses Kubernetes. +We are running several production systems with Kubernetes and we are using it in concepts such as: + * "secrets" and "configmaps" to manage configurations for the applications. By updating these resources with an automated configuration pipeline you have a great method for configuration management. * Autoscaling of Kubernetes nodes and the usage of "horizontal pod scaling" inside Kubernetes allows elastic scaling - * The support of managing permissions with OAuth allows to secure Kubernetes with [Keycloak](/tools/keycloak.html) (SSO) - * Kubernetes extensibility and API can be used to automate and customize it. There is a growing ecosystem around extensions that add additional features. + * The support of managing permissions with OAuth allows you to secure Kubernetes with [Keycloak](/tools/keycloak.html) (SSO) + * Kubernetes extensibility and API can be used for automation and customization. There is a growing ecosystem around extensions, which adds additional features.