摘要:
https://devopscube.com/install-configure-helm-kubernetes https://docs.bitnami.com/tutorials/create-your-first-helm-chart 1. install curl -k https://ge 阅读全文
posted @ 2021-11-17 09:06
北京涛子
阅读(92)
评论(0)
推荐(0)
摘要:
https://devopscube.com/install-configure-helm-kubernetes https://docs.bitnami.com/tutorials/create-your-first-helm-chart 1. install curl -k https://ge 阅读全文
posted @ 2021-11-17 09:06
北京涛子
阅读(92)
评论(0)
推荐(0)
摘要:
https://docs.ceph.com/en/latest/rbd/rbd-kubernetes https://github.com/ceph/ceph-csi/blob/devel/docs/deploy-rbd.md https://support.huaweicloud.com/dpmg 阅读全文
posted @ 2021-11-11 11:06
北京涛子
阅读(2914)
评论(0)
推荐(0)
摘要:
一. 增加工作节点 # vm-207 节点初始化操作 # kubeadm token create --print-join-command (建立token,生成join命令) kubeadm join 192.168.100.190:8443 --token p262ay.ishd2gzcplu 阅读全文
posted @ 2021-11-11 11:05
北京涛子
阅读(85)
评论(0)
推荐(0)
摘要:
https://kubernetes.github.io/ingress-nginx/deploy/baremetal/ https://docs.k0sproject.io/v1.22.2+k0s.1/examples/nginx-ingress/ 一. 部署 # 使用 baremetal cur 阅读全文
posted @ 2021-11-11 11:04
北京涛子
阅读(831)
评论(0)
推荐(0)
摘要:
https://particule.io/en/blog/k8s-no-cloud http://logicalshift.blogspot.com/2019/07/external-dns-for-kubernetes-services.html https://docs.k0sproject.i 阅读全文
posted @ 2021-11-11 10:48
北京涛子
阅读(205)
评论(0)
推荐(0)
摘要:
https://medium.com/containermind/a-beginners-guide-to-kubernetes-7e8ca56420b6 https://www.freecodecamp.org/news/learn-kubernetes-in-under-3-hours-a-de 阅读全文
posted @ 2021-11-11 10:47
北京涛子
阅读(102)
评论(0)
推荐(0)
摘要:
`https://www.cloudsavvyit.com/13967/how-to-monitor-kubernetes-with-the-official-dashboard` `1. 安装` ```bash curl -k https://raw.fastgit.org/kubernetes/ 阅读全文
posted @ 2021-11-09 11:07
北京涛子
阅读(176)
评论(0)
推荐(0)
摘要:
``` * 参考 https://docs.docker.com/registry/deploying/ https://docs.docker.com/engine/security/certificates/ https://www.jianshu.com/p/267350c1ab2f ``` 阅读全文
posted @ 2021-10-24 20:29
北京涛子
阅读(138)
评论(0)
推荐(0)
摘要:
* 参考 https://docs.docker.com/engine/install/centos/ 1. 源文件 # cat > /etc/yum.repos.d/docker-ce.repo <<EOF [docker-ce-stable] name=Docker CE Stable - \$ 阅读全文
posted @ 2021-10-22 16:01
北京涛子
阅读(131)
评论(0)
推荐(0)
摘要:
####*** 参考 *** https://kubernetes.io/zh/docs/setup/production-environment/tools/kubeadm/high-availability https://www.golinuxcloud.com/kubernetes-tuto 阅读全文
posted @ 2021-10-21 10:56
北京涛子
阅读(603)
评论(0)
推荐(0)
|