website/content/en/docs/setup/_index.md

40 lines
1.4 KiB
Markdown
Raw Normal View History

2017-04-07 20:46:56 +00:00
---
reviewers:
2017-04-07 20:46:56 +00:00
- brendandburns
- erictune
- mikedanese
no_issue: true
title: Getting started
main_menu: true
weight: 20
2020-05-30 19:10:23 +00:00
content_type: concept
card:
name: setup
weight: 20
anchors:
- anchor: "#learning-environment"
title: Learning environment
- anchor: "#production-environment"
title: Production environment
2017-04-07 20:46:56 +00:00
---
2020-05-30 19:10:23 +00:00
<!-- overview -->
This section lists the different ways to set up and run Kubernetes.
When you install Kubernetes, choose an installation type based on: ease of maintenance, security,
control, available resources, and expertise required to operate and manage a cluster.
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.
2020-05-30 19:10:23 +00:00
<!-- body -->
2019-05-20 12:23:14 +00:00
## Learning environment
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.
2019-05-20 12:23:14 +00:00
## Production environment
2019-05-21 04:18:39 +00:00
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.
2020-03-17 23:39:20 +00:00
[Kubernetes Partners](https://kubernetes.io/partners/#conformance) includes a list of [Certified Kubernetes](https://github.com/cncf/k8s-conformance/#certified-kubernetes) providers.