Skip to content

v3.0.0-alpha0

Pre-release
Pre-release
Compare
Choose a tag to compare
@floreks floreks released this 07 Jul 15:00
· 614 commits to master since this release

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 uses cert-manager and nginx-ingress-controller by default 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.

Compatibility

Kubernetes version 1.25 1.26 1.27
Compatibility ? ?
  • Fully supported version range.
  • ? Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.

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