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 deploy a Kubernetes cluster on a local machine, cloud, on-prem datacenter, or choose a managed Kubernetes cluster. There are also custom solutions across a wide range of cloud providers, or bare metal environments.
@@ -60,22 +67,54 @@ You can deploy a Kubernetes cluster on a local machine, cloud, on-prem datacente
60
67
## 学习环境
61
68
62
69
<!--
63
-
If you're learning Kubernetes, use the tools supported by the Kubernetes community, or tools in the ecosystem to set up a Kubernetes cluster on a local machine.
70
+
If you're learning Kubernetes, use the tools supported by the Kubernetes community,
71
+
or tools in the ecosystem to set up a Kubernetes cluster on a local machine.
When evaluating a solution for a production environment, consider which aspects of operating a Kubernetes cluster (or _abstractions_) you want to manage yourself or offload to a provider.
84
+
When evaluating a solution for a
85
+
[production environment](/docs/setup/production-environment/), consider which aspects of
86
+
operating a Kubernetes cluster (or _abstractions_) you want to manage yourself and which you
87
+
prefer to hand off to a provider.
88
+
89
+
For a cluster you're managing yourself, the officially supported tool
90
+
for deploying Kubernetes is [kubeadm](/docs/setup/production-environment/tools/kubeadm/).
[Kubernetes Partners](https://kubernetes.io/partners/#conformance) includes a list of [Certified Kubernetes](https://github.com/cncf/k8s-conformance/#certified-kubernetes) providers.
99
+
## {{% heading "whatsnext" %}}
100
+
101
+
- [Download Kubernetes](/releases/download/)
102
+
- Download and [install tools](/docs/tasks/tools/) including `kubectl`
103
+
- Select a [container runtime](/docs/setup/production-environment/container-runtimes/) for your new cluster
104
+
- Learn about [best practices](/docs/setup/best-practices/) for cluster setup
105
+
106
+
Kubernetes is designed for its {{< glossary_tooltip term_id="control-plane" text="control plane" >}} to
107
+
run on Linux. Within your cluster you can run applications on Linux or other operating systems, including
108
+
Windows.
109
+
- Learn to [set up clusters with Windows nodes](/docs/setup/production-environment/windows/)
0 commit comments