You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These manages a set of Pods to run an application workload, usually one that doesn't maintain state.
9
+
These manage a set of Pods to run an application workload, usually one that doesn't maintain state.
10
10
11
11
<smallv-click="5">Deployments and pods are bound by the Labels/Selectors system</small>
12
12
13
13
<smallv-click="8">Note: deployments do not directly create pods; they use an intermediate resource called [ReplicaSet](https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/)</small>
0 commit comments