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
Kubernetes documentation welcomes improvements from all contributors, new and experienced!
25
26
26
-
27
-
28
27
<!-- body -->
29
28
30
29
## Getting started
@@ -74,5 +73,3 @@ SIG Docs communicates with different methods:
74
73
- Visit the [Kubernetes community site](/community/). Participate on Twitter or Stack Overflow, learn about local Kubernetes meetups and events, and more.
75
74
- Read the [contributor cheatsheet](https://github.com/kubernetes/community/tree/master/contributors/guide/contributor-cheatsheet) to get involved with Kubernetes feature development.
76
75
- Submit a [blog post or case study](/docs/contribute/new-content/blogs-case-studies/).
Copy file name to clipboardExpand all lines: content/en/docs/setup/_index.md
+5-20Lines changed: 5 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,35 +20,20 @@ card:
20
20
21
21
<!-- overview -->
22
22
23
-
This section covers different options to set up and run Kubernetes.
24
-
25
-
Different Kubernetes solutions meet different requirements: ease of maintenance, security, control, available resources, and expertise required to operate and manage a cluster.
26
-
27
-
You can deploy a Kubernetes cluster on a local machine, cloud, on-prem datacenter, or choose a managed Kubernetes cluster. You can also create custom solutions across a wide range of cloud providers, or bare metal environments.
28
-
29
-
More simply, you can create a Kubernetes cluster in learning and production environments.
30
-
23
+
This section lists the different ways to set up and run Kubernetes.
24
+
When you install Kubernetes, choose an installation type based on: ease of maintenance, security,
25
+
control, available resources, and expertise required to operate and manage a cluster.
31
26
27
+
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.
32
28
33
29
<!-- body -->
34
30
35
31
## Learning environment
36
32
37
-
If you're learning Kubernetes, use the Docker-based solutions: tools supported by the Kubernetes community, or tools in the ecosystem to set up a Kubernetes cluster on a local machine.
38
-
39
-
{{< table caption="Local machine solutions table that lists the tools supported by the community and the ecosystem to deploy Kubernetes." >}}
|[kind (Kubernetes IN Docker)](/docs/setup/learning-environment/kind/)|[Minishift](https://docs.okd.io/latest/minishift/)|
45
-
||[MicroK8s](https://microk8s.io/)|
46
-
33
+
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.
47
34
48
35
## Production environment
49
36
50
37
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.
51
38
52
39
[Kubernetes Partners](https://kubernetes.io/partners/#conformance) includes a list of [Certified Kubernetes](https://github.com/cncf/k8s-conformance/#certified-kubernetes) providers.
0 commit comments