Skip to content

Kubernetes Dashboard

Syed Sayem edited this page Apr 4, 2019 · 8 revisions

Table of contents

 

Deploying Kubernetes Dashboard

To deploy Dashboard, execute following command:

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml

Note: The K8s Dashboard URL may change in the future. If the following command doesn’t work, please make sure to visit the Kubernetes Dashboard repo and confirm the new URL.

top  

Clone this wiki locally