We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a82e57 + ac13c80 commit 8897b17Copy full SHA for 8897b17
content/en/docs/concepts/architecture/self-healing.md
@@ -33,7 +33,7 @@ Here are some of the key components that provide Kubernetes self-healing:
33
34
- **[kubelet](/docs/concepts/architecture/#kubelet):** Ensures that containers are running, and restarts those that fail.
35
36
-- **ReplicaSet, StatefulSet and DaemonSet controller:** Maintains the desired number of Pod replicas.
+- **Deployment (via ReplicaSet), ReplicaSet, StatefulSet and DaemonSet controllers:** Maintain the desired number of Pod replicas.
37
38
- **PersistentVolume controller:** Manages volume attachment and detachment for stateful workloads.
39
0 commit comments