文章分类 -  Kubernetes / Install & Config

摘要:──╼ # kubeadm certs check-expiration [check-expiration] Reading configuration from the cluster... [check-expiration] FYI: You can look at this config 阅读全文
posted @ 2025-09-28 15:17 しみずよしだ 阅读(12) 评论(0) 推荐(0)
摘要:kubelet-cilium #https://github.com/ishantanu/awesome-kubectl-plugins #kublet-cilium #https://github.com/bmcustodio/kubectl-cilium #下载 https://github.c 阅读全文
posted @ 2024-03-06 10:15 しみずよしだ 阅读(15) 评论(0) 推荐(0)
摘要:Github地址 https://github.com/hidetatz/kubecolor 配置 #下载地址 https://github.com/hidetatz/kubecolor/releases/download/v0.0.25/kubecolor_0.0.25_Linux_x86_64. 阅读全文
posted @ 2023-12-28 09:28 しみずよしだ 阅读(17) 评论(0) 推荐(0)
摘要:https://mirror.ghproxy.com/ #下载文件 #前缀加入https://mirror.ghproxy.com/ 即可下载 wget https://mirror.ghproxy.com/https://github.com/flannel-io/flannel/releases 阅读全文
posted @ 2023-12-18 23:11 しみずよしだ 阅读(994) 评论(0) 推荐(1)
摘要:Kubectl 是一个通过命令行对kubernetes集群进行管理的客户端工具 命令补全 1.命令补全 如果报错缺少依赖包 [root@xksmaster1 k8s_images]# source <(kubectl completion bash) [root@xksmaster1 k8s_ima 阅读全文
posted @ 2023-11-25 13:32 しみずよしだ 阅读(57) 评论(0) 推荐(0)
摘要:hostname IP 规格 k8s-master01 192.168.40.101 5G k8s-master02 192.168.40.102 5G k8s-master03 192.168.40.103 后续可加入 5G k8s-harbor 192.168.40.104 4G k8s-etc 阅读全文
posted @ 2023-11-25 12:57 しみずよしだ 阅读(132) 评论(0) 推荐(0)
摘要:https://open-native.com/article/descheduler/ 开源地址:https://github.com/kubernetes-sigs/descheduler 阅读全文
posted @ 2023-07-06 09:34 しみずよしだ 阅读(9) 评论(0) 推荐(0)
摘要:思维导图 阅读全文
posted @ 2023-03-09 10:41 しみずよしだ 阅读(19) 评论(0) 推荐(0)
摘要:证书过期报错错误,解决办法 [root@xianchaomaster1 ~]# kubectl get nodes Unable to connect to the server: x509: certificate has expired or is not yet valid: current 阅读全文
posted @ 2023-03-07 19:18 しみずよしだ 阅读(119) 评论(0) 推荐(0)
摘要:kubeadm总结 kubeadm部署 两个大步骤: 控制平面的第一个节点: kubeadm init 命令行选项 配置文件:--config Pod Network CIDR: Flannel: 10.244.0.0/16 Calico: 192.168.0.0/16 Cilium: 10.0.0 阅读全文
posted @ 2023-03-01 14:46 しみずよしだ 阅读(1134) 评论(2) 推荐(0)
摘要:Kubernetes (一) 1.梳理k8s 各组件功能 https://www.cnblogs.com/birkhoffxia/articles/17150229.html 2.基本掌握containerd的安装和是使用 https://www.cnblogs.com/birkhoffxia/ar 阅读全文
posted @ 2023-02-28 12:41 しみずよしだ 阅读(61) 评论(0) 推荐(0)
摘要:CNCF云原生的定义: 云原生是一种提供了可应用于生产环境的方法论,方便企业快速运行应用程序,企业不需要将人效用于放在底层运行环境,而是主要聚焦在业务层功能开发,从而实现产品的快速交付、迭代及稳定性,从而整体降低成本支出并提高交付效率。 云原生技术栈: 容器化: 以docker、containerd 阅读全文
posted @ 2023-02-24 10:28 しみずよしだ 阅读(53) 评论(0) 推荐(0)