Skip to main content

Kubernetes

Notes on important concepts, theories, and methodologies in Kubernetes.

Topics Covered

Getting Started

Core Concepts

  • Pods - Smallest deployable units and Namespaces
  • ReplicaSets - Pod replication and self-healing
  • Deployments - Declarative updates and rollbacks
  • DaemonSets - Node agents and system services
  • Probes - Health checks and monitoring

Storage & Configuration

Networking & Access

  • Services - Service discovery and load balancing
  • Ingress - External access and routing

Security & Management

  • Security - Authentication, authorization, and admission control

Additional Topics