|
1 | 1 | ---
|
2 | 2 | title: 使用部署工具安装 Kubernetes
|
3 | 3 | weight: 30
|
| 4 | +no_list: true |
4 | 5 | ---
|
| 6 | +<!-- |
| 7 | +title: Installing Kubernetes with deployment tools |
| 8 | +weight: 30 |
| 9 | +no_list: true |
| 10 | +--> |
| 11 | + |
| 12 | +<!-- |
| 13 | +There are many methods and tools for setting up your own production Kubernetes cluster. |
| 14 | +For example: |
| 15 | +
|
| 16 | +- [kubeadm](/docs/setup/production-environment/tools/kubeadm/) |
| 17 | +--> |
| 18 | +搭建你自己的 Kubernetes 生产集群有许多方法和工具。例如: |
| 19 | + |
| 20 | +- [kubeadm](/zh-cn/docs/setup/production-environment/tools/kubeadm/) |
| 21 | + |
| 22 | +<!-- |
| 23 | +- [kops](https://kops.sigs.k8s.io/): An automated cluster provisioning tool. |
| 24 | + For tutorials, best practices, configuration options and information on |
| 25 | + reaching out to the community, please check the |
| 26 | + [`kOps` website](https://kops.sigs.k8s.io/) for details. |
| 27 | +--> |
| 28 | +- [kops](https://kops.sigs.k8s.io/):自动化集群制备工具。 |
| 29 | + 有关教程、最佳实践、配置选项和社区联系信息,请查阅 |
| 30 | + [`kOps` 网站](https://kops.sigs.k8s.io/)。 |
| 31 | + |
| 32 | +<!-- |
| 33 | +- [kubespray](https://kubespray.io/): |
| 34 | + A composition of [Ansible](https://docs.ansible.com/) playbooks, |
| 35 | + [inventory](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/ansible.md#inventory), |
| 36 | + provisioning tools, and domain knowledge for generic OS/Kubernetes clusters configuration |
| 37 | + management tasks. You can reach out to the community on Slack channel |
| 38 | + [#kubespray](https://kubernetes.slack.com/messages/kubespray/). |
| 39 | +--> |
| 40 | +- [kubespray](https://kubespray.io/): |
| 41 | + 提供了 [Ansible](https://docs.ansible.com/) Playbook、 |
| 42 | + [清单(inventory)](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/ansible.md#inventory)、 |
| 43 | + 制备工具和通用 OS/Kubernetes 集群配置管理任务领域的知识。 |
| 44 | + 你可以通过 Slack 频道 [#kubespray](https://kubernetes.slack.com/messages/kubespray/) 联系此社区。 |
0 commit comments