You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Aleksandr Didenko 0c9826c60f Added kubedash external service to examples 8 years ago
..
README.md Added example how to expose k8s dashboard 8 years ago
kubedash.yaml Added kubedash external service to examples 8 years ago
kubernetes-dashboard.yaml Added example how to expose k8s dashboard 8 years ago

README.md

Examples how to expose k8s services

  • Edit kubernetes-dashboard.yaml and update externalIPs to 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