K8S

kelseyhightower简介:K8S的首席布道师

https://github.com/kelseyhightower

搭建k8S集群方式:

1、kubernetes-the-hard-way搭建K8S集群,最困难的方式(使用命令行搭建,耗时最长)

https://github.com/kelseyhightower/kubernetes-the-hard-way

2、使用Minikube工具,搭建单节点安装K8S集群(很适合本地学习)

https://github.com/kubernetes/minikube

3、使用kubeadm工具,搭建多节点K8S集群

https://github.com/kubernetes/kubeadm

4、使用kops工具,在cloud上很容易搭建K8S

 https://github.com/kubernetes/kops

5、使用tectonic工具搭建K8S

https://coreos.com/tectonic/

6、使用Play with kubernetes (4小时后自动销毁)

https://labs.play-with-k8s.com/

科学上网地址:https://github.com/getlantern/forum/issues/833

原文地址:https://www.cnblogs.com/yard/p/8619939.html