Files
docker_practice/14_kubernetes_setup
yeasy 20e08b420e Fix containerd config: use standard paths and socket
Replace non-standard /run/cri-containerd/ paths with official
/run/containerd/containerd.sock, simplify service setup to use
default containerd config generation, and add unix:// prefix
to CRI socket URIs per Kubernetes conventions.
2026-03-24 19:03:44 -07:00
..
2026-03-24 09:27:04 -07:00
2026-03-24 09:27:04 -07:00
2026-03-24 09:27:04 -07:00
2026-03-24 09:27:04 -07:00
2026-03-03 19:30:21 -08:00

第十四章 部署 Kubernetes

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

你可以使用以下几种方式部署 Kubernetes接下来的小节会对各种方式进行详细介绍。