Files
docker_practice/13_kubernetes_setup
Baohua Yang 175aaae48a style(docs): standardize heading formats and numbering
- Enforce Level 1-3 structural numbering based on SUMMARY.md hierarchy
- Remove structural numbering from Level 4+ headings
- Eliminate single child headings by converting to bold text
- Auto-inject summary text for headings with multiple children missing intro text
- Exclude Appendix chapters from structural numbering
- Avoid modifying code block contents
- Add script to detect non-standard English usage in headers
2026-02-21 22:40:33 -08:00
..
2026-02-21 22:22:17 -08:00

部署 Kubernetes

目前Kubernetes 支持在多种环境下使用,包括本地主机 (Ubuntu、Debian、CentOS、Fedora 等)、云服务 (腾讯云阿里云百度云等)。

你可以使用以下几种方式部署 Kubernetes

  • kubeadm
  • docker-desktop
  • k3s

接下来的小节会对以上几种方式进行详细介绍。