Files
TechradarDev/radar/2018-03-01/kubernetes.md
2024-05-03 12:06:49 +02:00

1.0 KiB

title, ring, quadrant, tags
title ring quadrant tags
Kubernetes adopt platforms-and-aoe-services
academy training
devops

Kubernetes has evolved into the quasi-standard for container orchestration: Nearly every cloud provider offers managed Kubernetes, and even Docker Enterprise utilizes Kubernetes.

We run several production systems with Kubernetes and employ it in concepts such as:

  • Utilizing "secrets" and "configmaps" to manage configurations for applications. By updating these resources with an automated configuration pipeline, you have an excellent method for configuration management.
  • Implementing autoscaling of Kubernetes nodes and utilizing "horizontal pod scaling" within Kubernetes allows for elastic scaling.
  • Leveraging support for managing permissions with OAuth, enabling you to secure Kubernetes with Keycloak (SSO).
  • Utilizing Kubernetes' extensibility and API for automation and customization. There is a growing ecosystem around extensions, which adds additional features.