mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-18 01:17:38 -02:30
Added example how to expose k8s dashboard
This commit is contained in:
17
examples/kubernetes/expose-services/README.md
Normal file
17
examples/kubernetes/expose-services/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
Examples how to expose k8s services
|
||||
===================================
|
||||
|
||||
* Edit `kubernetes-dashboard.yaml` and update `externalIPs` to the list of external IPs of your k8s minions
|
||||
|
||||
* Run:
|
||||
|
||||
```bash
|
||||
kubectl create -f kubernetes-dashboard.yaml --namespace=kube-system
|
||||
```
|
||||
|
||||
* Access:
|
||||
|
||||
```bash
|
||||
curl $ANY_MINION_EXTERNAL_IP:9090
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user