mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-10 00:23:39 +00:00
da09321b0e
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
12 lines
588 B
Go
12 lines
588 B
Go
# 部署 Kubernetes
|
||
|
||
目前,Kubernetes 支持在多种环境下使用,包括本地主机(Ubuntu、Debian、CentOS、Fedora 等)、云服务([腾讯云](https://cloud.tencent.com/act/cps/redirect?redirect=10058&cps_key=3a5255852d5db99dcd5da4c72f05df61)、[阿里云](https://www.aliyun.com/product/kubernetes?source=5176.11533457&userCode=8lx5zmtu&type=copy)、[百度云](https://cloud.baidu.com/product/cce.html) 等)。
|
||
|
||
你可以使用以下几种方式部署 Kubernetes:
|
||
|
||
* kubeadm
|
||
* docker-desktop
|
||
* k3s
|
||
|
||
接下来的小节会对以上几种方式进行详细介绍。
|