Deployment huwa l-controller standard biex tħaddem apps stateless. Jimmaniġġja ReplicaSets, u ReplicaSet iżomm numru speċifikat ta' Pods identiċi jaħdmu. Int teditja d-Deployment; hu jorkestra r-rolling updates u r-rollbacks għalik.
Il-ġerarkija
Deployment → declares desired state + update strategy (the thing YOU manage)
└── ReplicaSet → ensures N identical Pods exist (one per app version)
└── Pod → Pod → Pod ... (the actual running copies)
On each new version, the Deployment creates a NEW ReplicaSet and shifts Pods over.
