mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-18 21:21:23 -03:30
Examples how to expose k8s services
-
Edit
kubernetes-dashboard.yamland updateexternalIPsto the list of external IPs of your k8s minions -
Run:
kubectl create -f kubernetes-dashboard.yaml --namespace=kube-system
- Access:
curl $ANY_MINION_EXTERNAL_IP:9090