Source Summary: Kubernetes Core Models

Source Identity

  • Guida Completa ai Controller Kubernetes.md
  • Volumi Kubernetes_ Guida Completa e Casi d'Uso.md

Scope

Research on the Kubernetes control loop, controller families, and storage primitives.

Key Points

  • Kubernetes works by reconciling desired state through controllers
  • Deployment, StatefulSet, DaemonSet, Job, and CronJob each solve a different workload pattern
  • PV/PVC/StorageClass define the storage lifecycle in a declarative way
  • config projection and secret handling are part of the platform model, not just app details

Notable Claims

  • Kubernetes should be treated as a control system, not merely a container runtime
  • controller semantics explain why some failures are transient while others are structural

Affected Wiki Pages

Open Questions

  • Which controller concepts should become reusable runbooks for cluster debugging?