【发布时间】:2016-05-11 16:27:26
【问题描述】:
成功启动 gcloud 或 aws 集群后,使用 kubernetes Service + Deployment 命令填充它,例如
kubectl create -f my-deployment.yaml
只有当我留在同一台机器上时一切都很好......但是我如何继续与来自不同本地主机的同一个部署集群进行交互? ...我试图避免可怕的:
kubectl get pods
The connection to the server localhost:8080 was refused - did you specify the right host or port?
【问题讨论】:
标签: amazon-web-services kubernetes gcloud