Is é Deployment an controller caighdeánach chun apps stateless a rith. Bainistíonn sé ReplicaSets, agus coinníonn ReplicaSet líon sonraithe Pods comhionanna ag rith. Cuireann tú in eagar an Deployment; déanann sé rolling updates agus rollbacks a orchestráil duitse.
An t-ordlathas
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.
