istio安裝

kubernetes安裝:https://imroc.io/posts/kubernetes/install-kubernetes-1.9-on-centos7-with-kubeadm/

https://blog.csdn.net/u012375924/article/details/78987263


安裝dashboard:https://blog.csdn.net/u012375924/article/details/78987263


通過代理訪問dashboard: https://www.jianshu.com/p/6f42ac331d8a

http://192.168.1.110:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login


重啟後需要檢查是否關閉瞭swap :swapoff -a

啟動kubelet : systemctl start kubelet

查看日誌:journalctl -xef -u kubelet -n 20

啟動代理:kubectl proxy --address=192.168.1.110 --disable-filter=true

文章分類