我在本地虚拟机上部署了3节点k8s群集。但我找不到节点的外部IP:
kubectl get nodes -o yaml | grep IP
2017-11-11 22:36:06.346458 I | proto: duplicate proto type registered: google.protobuf.Any
2017-11-11 22:36:06.346701 I | proto: duplicate proto type registered: google.protobuf.Duration
2017-11-11 22:36:06.346743 I | proto: duplicate proto type registered: google.protobuf.Timestamp
type: InternalIP
type: InternalIP
type: InternalIP
在线阅读,如果我没有使用公共云提供商部署集群,我就无法获得外部IP ...是否有解决方法?
我想在不通过提供云提供商设置的情况下尝试本地服务和入口。
答案 0 :(得分:0)
我不认为IP在yaml文件中公开。你可以这样做:
kubectl get nodes -o wide