kubernetes service 绑定不到 endpoints
kubernetes service 有 selector app=express Pod 也打上了 lable app=express 但是 发现 service 不生效找不到 endpoint 即 curl cluaster:port conection refused 1 : 检查 kube-proxy 状态2: 检查 service selector 和 pod la...
·
kubernetes service 有 selector app=express
Pod 也打上了 lable app=express 但是 发现 service 不生效找不到 endpoint 即 curl cluaster:port conection refused
1 : 检查 kube-proxy 状态
2: 检查 service selector 和 pod lable 是否对应上
3: kubectl get endpoints
原因: 我在pod 中设置了健康检查 readiness 因为单个 容器失败导致pod 节点 notReady
检查对应的 容器就行
更多推荐
已为社区贡献1条内容
所有评论(0)