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
You can [download Kubernetes](/releases/download/) to deploy a Kubernetes cluster
52
49
on a local machine, into the cloud, or for your own datacenter.
53
50
54
-
Several [Kubernetes components](/docs/concepts/overview/components/) such as `kube-apiserver` or `kube-proxy` can also be
51
+
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
55
52
deployed as [container images](/releases/download/#container-images) within the cluster.
56
53
57
54
It is **recommended** to run Kubernetes components as container images wherever
0 commit comments