Document where to find container images for Kubernetes components

Added documentation on how to download Kubernetes Components as images.

Signed-off-by: afro-coder <leon9923@gmail.com>
This commit is contained in:
afro-coder
2022-06-02 13:37:04 +05:30
parent 5594b2dd57
commit 5dffdb5ad2
+7
View File
@@ -27,6 +27,13 @@ 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
deployed as [container images](/releases/download/#container-images) within the cluster.
It is **recommended** to run Kubernetes components as container images wherever
that is possible, and to have Kubernetes manage those components.
Components that run containers - notably, the kubelet - can't be included in this category.
If you don't want to manage a Kubernetes cluster yourself, you could pick a managed service, including
[certified platforms](/docs/setup/production-environment/turnkey-solutions/).
There are also other standardized and custom solutions across a wide range of cloud and