Files
2021-04-19 15:57:42 +08:00

82 lines
2.7 KiB
Markdown

---
no_issue: true
title: 入门
main_menu: true
weight: 20
content_type: concept
card:
name: setup
weight: 20
anchors:
- anchor: "#learning-environment"
title: 学习环境
- anchor: "#production-environment"
title: 生产环境
---
<!--
reviewers:
- brendandburns
- erictune
- mikedanese
no_issue: true
title: Getting started
main_menu: true
weight: 20
content_type: concept
card:
name: setup
weight: 20
anchors:
- anchor: "#learning-environment"
title: Learning environment
- anchor: "#production-environment"
title: Production environment
-->
<!-- overview -->
<!--
This section lists the different ways to set up and run Kubernetes.
-->
本节列出了设置和运行 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.
-->
安装 Kubernetes 时,请根据以下条件选择安装类型:易于维护、安全性、可控制性、可用资源以及操作和管理 Kubernetes 集群所需的专业知识。
<!--
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.
-->
可以在本地机器、云、本地数据中心上部署 Kubernetes 集群,或选择一个托管的 Kubernetes 集群。还可以跨各种云提供商或裸机环境创建自定义解决方案。
<!-- body -->
<!--
## 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.
-->
如果正打算学习 Kubernetes,请使用 Kubernetes 社区支持或生态系统中的工具在本地计算机上设置 Kubernetes 集群。
<!--
## Production environment
-->
## 生产环境
<!--
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.
-->
在评估生产环境的解决方案时,请考虑要管理自己 Kubernetes 集群(_抽象层面_)的哪些方面或将其转移给提供商。
<!--
[Kubernetes Partners](https://kubernetes.io/partners/#conformance) includes a list of [Certified Kubernetes](https://github.com/cncf/k8s-conformance/#certified-kubernetes) providers.
-->
[Kubernetes 合作伙伴](https://kubernetes.io/zh/partners/#kcsp) 包括一个
[已认证的 Kubernetes](https://github.com/cncf/k8s-conformance/#certified-kubernetes) 提供商列表。