diff --git a/content/en/docs/concepts/workloads/pods/pod.md b/content/en/docs/concepts/workloads/pods/pod.md index d3fbee3e91..c0451d5b73 100644 --- a/content/en/docs/concepts/workloads/pods/pod.md +++ b/content/en/docs/concepts/workloads/pods/pod.md @@ -146,7 +146,7 @@ Pods aren't intended to be treated as durable entities. They won't survive sched In general, users shouldn't need to create pods directly. They should almost always use controllers even for singletons, for example, -[Deployments](/docs/concepts/workloads/controllers/deployment/)). +[Deployments](/docs/concepts/workloads/controllers/deployment/). Controllers provide self-healing with a cluster scope, as well as replication and rollout management. Controllers like [StatefulSet](/docs/concepts/workloads/controllers/statefulset.md) @@ -206,4 +206,4 @@ Pod is a top-level resource in the Kubernetes REST API. More details about the API object can be found at: [Pod API object](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#pod-v1-core). -{{% /capture %}} \ No newline at end of file +{{% /capture %}}