Product Docs
Open Source
Education
Minimal image that acts as a drop-in replacement for the kubernetesui/dashboard image.
kubernetesui/dashboard
The dashboard listens on port 8443 by default.
8443
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/kubernetes-dashboard:latest
You can run it with the standard deployment with something like:
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml kubectl set image -n kubernetes-dashboard deployment/kubernetes-dashboard kubernetes-dashboard="cgr.dev/chainguard/kubernetes-dashboard:latest"