MyGit

v3.0.0-alpha0

kubernetes/dashboard

版本发布时间: 2023-07-07 23:00:03

kubernetes/dashboard最新发布版本:kubernetes-dashboard-7.7.0(2024-10-04 22:59:15)

! 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 ? ?

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: https://github.com/kubernetes/dashboard/compare/v2.7.0...v3.0.0-alpha0

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-07-07发行的版本