Glossary

Kubernetes

Kubernetes (K8s) is an open container-orchestration system. It automates the deployment, scaling, and recovery of containerised applications. If Docker is running a single container, Kubernetes is managing thousands of them.

Key concepts

When it makes sense

K8s is justified for dozens of microservices or heavy workloads. For a single app — Docker Compose or a managed PaaS (Heroku, Render, Fly.io) is simpler and cheaper.