Skip to main content
PlatformCurrent

Kubernetes

Also known as: K8s

Following adds this technology to your private workspace so related learning is easier to organise and revisit.

Technology explained

What is Kubernetes?

Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications across clusters of hosts.

Originally developed by Google and now maintained by the Cloud Native Computing Foundation (CNCF), Kubernetes has become the de facto operating system for the cloud. It provides a declarative API to manage fleets of containers, ensuring desired state, high availability, and automated recovery across distributed infrastructure.

Kubernetes abstracts away the underlying hardware or cloud provider, offering standardized primitives for load balancing, storage orchestration, secret management, and automated rollouts. Its extensible architecture via Custom Resource Definitions (CRDs) has spawned a massive ecosystem of cloud-native tooling.

Primary purpose

Orchestrating, scaling, and managing containerized applications across distributed clusters.

Typical environments
AWS EKSGoogle GKEAzure AKSOn-premises bare metal
Typical use cases
  • Running high-availability microservices architectures
  • Standardising deployment patterns across multi-cloud and hybrid environments
  • Automating application scaling and self-healing
  • Providing internal developer platforms (IDPs)
Technology map

Explore related technologies

Related technologies

Connected knowledge

26+ resources for Kubernetes

Browse by purpose, from definitions and learning through operations, diagnostics and controlled recovery.

Technology journey

Learn and operate with Kubernetes

Ordered as a reader progression -- from core definitions through to operational reference -- using only the content already connected in the technology registry.

Lexicon Definitions(2)

Start here: understand the core vocabulary.

Systems Engineering(2)

Learn the architecture, concepts and engineering context.

Ops Playbooks(1)

Operate, maintain and improve it in production.

Daily Triage(5)

Practise diagnosis through bounded engineering scenarios.

Config Traps(12+)

Recognise and avoid known failure modes.

Incident Runbooks(4)

Stabilise, recover and validate during incidents.