Added glossary tooltip to kube-apiserver and kube-prox

pull/38024/head
Tamilselvan Thangamony 2022-11-23 15:06:08 +05:30
parent 74e1f8fb32
commit c430d9a72c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ control, available resources, and expertise required to operate and manage a clu
You can [download Kubernetes](/releases/download/) to deploy a Kubernetes cluster
on a local machine, into the cloud, or for your own datacenter.
Several [Kubernetes components](/docs/concepts/overview/components/) such as `kube-apiserver` or `kube-proxy` can also be
Several [Kubernetes components](/docs/concepts/overview/components/) such as {{< glossary_tooltip text="kube-apiserver" term_id="kube-apiserver" >}} or {{< glossary_tooltip text="kube-proxy" term_id="kube-proxy" >}} can also be
deployed as [container images](/releases/download/#container-images) within the cluster.
It is **recommended** to run Kubernetes components as container images wherever