Process Flow - Why operators extend Kubernetes
User wants custom app management
Kubernetes core features
Limitations: only basic resources
Need for custom logic
Create Operator: custom controller + CRD
Operator watches custom resources
Operator automates app lifecycle
User gets extended Kubernetes capabilities
Shows how operators add custom automation on top of Kubernetes by watching and managing new resource types.