我想在不使用节点内部IP的情况下ping(icmp)监控组成kubernetes集群的工作节点

I want to ping (icmp) monitor the worker nodes that make up the kubernetes cluster without using the internal IP of the node

我想在不使用节点内部 IP 的情况下 ping (icmp) 监控组成 kubernetes 集群的工作节点。

由于工作节点的IP随着dhcp、名称解析或 有没有办法使用节点名称进行监控?

如果有不用ip的zabbix监控worker节点的方法,请教教我

你可以使用 --node-ip 指定 public ip 作为 kubelet 启动选项,请在 kubelet 重启后使用 kubectl get no -o wide 检查它是否有效。