Kubernetes
← Back to Container Orchestration
The dominant container orchestration platform. Manages containerized workloads using declarative configuration. Core resources: Pods (smallest deployable unit, one or more containers), Deployments (manage replica sets), Services (stable networking), Ingress (external access), ConfigMaps and Secrets (configuration).
Key Properties
Related
- K8s Networking (how pods communicate)
- K8s Storage (persistent data in Kubernetes)
- K8s Scaling (automatic scaling)