基础知识
- Pod
- Service
- Controller
阿里云ubuntu源
apt-get update && apt-get install -y apt-transport-https
curl https://mirrors.aliyun.com/kubernetes/apt/doc/apt-key.gpg | apt-key add -
cat <<EOF >/etc/apt/sources.list.d/kubernetes.list
deb https://mirrors.aliyun.com/kubernetes/apt/ kubernetes-xenial main
EOF
apt-get update
apt-get install -y kubelet kubeadm kubectl
相关资料
Kubernetes-阿里云源
quay.io-docker镜像库
Ubuntu 18.04 搭建单节点 k8s
Kubernetes 中文指南
ubuntu 安装 k8s
dashboard
installation-dashboard
Kubernetes Dashboard
Accessing Dashboard