diff --git a/content/en/docs/reference/glossary/cloud-controller-manager.md b/content/en/docs/reference/glossary/cloud-controller-manager.md index 874d0925cfe12..0812a6faf1b80 100644 --- a/content/en/docs/reference/glossary/cloud-controller-manager.md +++ b/content/en/docs/reference/glossary/cloud-controller-manager.md @@ -12,7 +12,7 @@ tags: - operation --- A Kubernetes {{< glossary_tooltip text="control plane" term_id="control-plane" >}} component -that embeds cloud-specific control logic. The cloud controller manager lets you link your +that embeds cloud-specific control logic. The [cloud controller manager](/docs/concepts/architecture/cloud-controller/) lets you link your cluster into your cloud provider's API, and separates out the components that interact with that cloud platform from components that only interact with your cluster. diff --git a/content/en/docs/reference/glossary/kubelet.md b/content/en/docs/reference/glossary/kubelet.md index e442fe29f08cd..7ff09cb017b53 100644 --- a/content/en/docs/reference/glossary/kubelet.md +++ b/content/en/docs/reference/glossary/kubelet.md @@ -14,4 +14,8 @@ tags: -The kubelet takes a set of PodSpecs that are provided through various mechanisms and ensures that the containers described in those PodSpecs are running and healthy. The kubelet doesn't manage containers which were not created by Kubernetes. + +The [kubelet](/docs/reference/command-line-tools-reference/kubelet/) takes a set of PodSpecs that +are provided through various mechanisms and ensures that the containers described in those +PodSpecs are running and healthy. The kubelet doesn't manage containers which were not created by +Kubernetes.