Kubernetes Concepts¶
This section explains the core concepts and architecture behind Kubernetes.
Unlike tutorials or how-to guides, these pages focus on understanding how Kubernetes works internally.
If you want to run commands or complete tasks, see:
- Tutorials
- How-To Guides
- Reference
Concept Areas¶
- :material-sitemap: Architecture
Learn how the Kubernetes control plane and worker nodes interact.
:octicons-arrow-right-24: View Architecture
- :material-cube-outline: Workloads
Understand Pods, Deployments, and ReplicaSets.
:octicons-arrow-right-24: View Workloads
- :material-lan: Networking
Learn how services and ingress route traffic in Kubernetes.
:octicons-arrow-right-24: View Networking
- :material-cog: Configuration
Manage application configuration with ConfigMaps and Secrets.
:octicons-arrow-right-24: View Configuration
- :material-database: Storage
Understand persistent storage in Kubernetes.
:octicons-arrow-right-24: View Storage
- :material-chart-line: Scaling
Learn how Kubernetes handles scaling and updates.