概述 随着 Kubernetes 1.24 的 Release,dockershim 是正式被弃用了,参考 CHANGELOG-1.24,这就意味着未来我们大概率是离开 Docker 越来越远
概述 公司魔改的对象存储采用 V2 的签名方式(主要是年久失修),导致很多近两年出现的客户端,包括一些 web browser 类型的客户端都无法使用,也包括 Minio Gateway 类型,本
概述 今天在测试通过 kubeadm 搭建 Kubernetes 1.30.4 版本集群的时候,遇到一个问题,发现 controlPlane 是正常初始化的,但是 Node 却一直无法加到集群里,从 kubeadm 的命令返回报错看,一直在报下
概述 之前的问文章cilium-agent的DaemonSet启动流程分析了 cilium-agent 作为 DaemonSet Pod 的启动过程,本文走读一下 cilium-agent 的相关代码,解析 cilium-agent 进程本身启动
概述 cilium-bugtool 可以打印 cilium-agent 相关的一些信息,用于排查问题。 使用 使用之前建议通过 cilium-bugtool -h 查看帮助信息。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 # cilium-bugtool Unable to dump envoy
概述 本文主要分析 cilium-agent 作为 DaemonSet 在每个节点的启动流程。 架构分析 下面按照 cilium-agent 从 init-container 到业务容器启动的过程分析,可以先看看 cilium-agent 的 init-container 的定义。 1 2 3 4 5 6 7 8 9 10 11