随笔分类 - Kubernetes
摘要:# Kubernetes Deploy 本文记载Kubernetes通过kubeadm方式安装的详细过程及遇到的问题与解决方法。 更新于2020-08-02 ## Kubernetes源 考虑到国内的网络环境,采用 *阿里云* mirrors.aliyun.com 的源. > https://dev
阅读全文
摘要:title: kubernetes 包管理器 helm author: susu date: 2021-01-01 site: - cnblogs.com helm (https://helm.sh/docs/intro/quickstart/) wget https://get.helm.sh/h
阅读全文
摘要:title: deploy efk add-on on kubernetes author: susu date: 2021-01-01 site: - cnblogs.com 注意事项 efk用到的image需要在集群的各个节点本地有,不然会imagePullBackOff official do
阅读全文
摘要:title: Kubernetes Harbor部署 author: susu date: 2021-01-01 site: - cnblogs.com official docs Harbor Installation Prerequisites harbor releases harbor do
阅读全文
摘要:title: 构建企业级就绪Kubernetes容器平台 author: susu production ready Kubernetes cluster What if you need a production ready Kubernetes cluster, but for some rea
阅读全文
摘要:$ curl -Lo kubectl \ http://storage.googleapis.com/kubernetes-release/\ release/v1.3.0/bin/linux/amd64/kubectl \ && chmod +x kubectl \ && sudo mv kube
阅读全文
摘要:title: kubernetes 切换context 或 namespace author: susu # kubernetes查看当前context [root@VM_0_2_linux ~]# kubectl config get-contexts CURRENT NAME CLUSTER A
阅读全文
摘要:  
浙公网安备 33010602011771号