mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 15:36:49 +00:00
13 lines
291 B
Markdown
13 lines
291 B
Markdown
# kubenetes dashboard
|
|
# https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/
|
|
|
|
# kubectl proxy
|
|
```
|
|
kubectl -n kubernetes-dashboard apply -f dashboard-ingress-route.yaml
|
|
|
|
kubectl -n kubernetes-dashboard get ingressroutes
|
|
|
|
|
|
k delete -f dashboard-ingress-route.yaml
|
|
```
|