Run the following command to install Tekton Dashboard and its dependencies on a Kubernetes Cluster:
kubectl apply --filename https://storage.googleapis.com/tekton-releases/dashboard/latest/tekton-dashboard-release.yaml
By default, the Dashboard is not exposed outside the cluster.
Use kubectl port-forward
to access the Dashboard UI depending on your setup described below.
Assuming tekton-pipelines is the install namespace for the Dashboard, run the following command:
kubectl --namespace tekton-pipelines port-forward svc/tekton-dashboard 9097:9097
Browse http://localhost:9097 to access your Dashboard.