github kubernetes/dashboard v3.0.0-alpha0

latest releases: kubernetes-dashboard-7.6.1, api/v1.8.1, kubernetes-dashboard-7.6.0...
14 months ago

! Breaking Change !

Starting from the release v3 of the Kubernetes Dashboard, the underlying architecture has changed, and it requires a clean installation. Please remove the previous installation first.

Kubernetes Dashboard now requires cert-manager and nginx-ingress-controller to work properly. Please make sure you have them installed in your cluster if you want to use a manifest-based installation path. The helm-based approach can install all required dependencies automatically for you if needed.

Installation

You can now use Helm or a single Manifest to install Kubernetes Dashboard.

Helm

You can install Dashboard using Helm as described here.

Manifest

To install Kubernetes Dashboard using simple manifest and kubectl simply run:

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v3.0.0-alpha0/charts/kubernetes-dashboard.yaml

Images

Kubernetes Dashboard

WEB

docker.io/kubernetesui/dashboard-web:v1.0.0

API

docker.io/kubernetesui/dashboard-api:v1.0.0

Metrics Scraper

docker.io/kubernetesui/metrics-scraper:v1.0.9

What's Changed

New Contributors

Full Changelog: v2.7.0...v3.0.0-alpha0

Don't miss a new dashboard release

NewReleases is sending notifications on new releases.