Skip to content

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

  • Architecture

Learn how the Kubernetes control plane and worker nodes interact.

View Architecture

  • Workloads

Understand Pods, Deployments, and ReplicaSets.

View Workloads

  • Networking

Learn how services and ingress route traffic in Kubernetes.

View Networking

  • Configuration

Manage application configuration with ConfigMaps and Secrets.

View Configuration

  • Storage

Understand persistent storage in Kubernetes.

View Storage

  • Scaling

Learn how Kubernetes handles scaling and updates.

View Scaling