Skip to content

Commit b63aec4

Browse files
committed
chore: minor tweak
1 parent 0e17016 commit b63aec4

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

content/blog/top-open-source-kubernetes-dashboard.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ tags: Industry
77
description: Top open-source Kubernetes dashboard solutions include K9s, Lens, and KubeDashboard.
88
---
99

10-
1110
<HintBlock type="info">
1211

1312
This post is maintained by Bytebase, an open-source database Management Software. We update the post ~2 times per year.
@@ -18,9 +17,6 @@ This post is maintained by Bytebase, an open-source database Management Software
1817
| -------------- | ---------------- |
1918
| 2025/03/14 | Initial version. |
2019

21-
22-
Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself. This is a list of top open-source Kubernetes dashboard solutions.
23-
2420
## What are the criteria?
2521

2622
When evaluating free and open-source Kubernetes dashboard solutions, several key criteria are essential to consider:
@@ -34,7 +30,7 @@ When evaluating free and open-source Kubernetes dashboard solutions, several key
3430

3531
![k8s-dashboard](/content/blog/top-open-source-kubernetes-dashboard/k8s-dashboard.webp)
3632

37-
Kubernetes Dashboard ([repo](https://github.com/kubernetes/dashboard)) is a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself.
33+
Kubernetes Dashboard ([repo](https://github.com/kubernetes/dashboard)) is the official web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself.
3834

3935
**Key Features**
4036

@@ -69,9 +65,13 @@ Headlamp was created to blend the traditional feature set of other web UIs/dashb
6965

7066
![lens](/content/blog/top-open-source-kubernetes-dashboard/lens.webp)
7167

72-
Designed for Developers and DevOps Engineers, [Lens](https://k8slens.dev/)([repo](https://github.com/lensapp/lens)) provides an unparalleled experience for managing and troubleshooting Kubernetes workloads through one intuitive context-aware UI. For teams and organizations, Lens has proven to be the most effective way to learn Kubernetes, boost team productivity and reduce tools required for cloud native development.
68+
Designed for Developers and DevOps Engineers, [Lens](https://k8slens.dev/) ([repo](https://github.com/lensapp/lens)) provides an intuitive context-aware UI.
7369

74-
_Lens Desktop was originally an open-source Kubernetes IDE, but the open-source version has been retired and is no longer actively maintained. The Lens Desktop product is now developed and maintained by Mirantis, and contributions to Lens are now made via the Lens Extension API rather than direct modifications to the core product._
70+
<HintBlock type="info">
71+
72+
Lens Desktop was originally an open-source Kubernetes IDE, but the open-source version has been retired and is no longer actively maintained. The Lens Desktop product is now developed and maintained by Mirantis, and contributions to Lens are now made via the Lens Extension API rather than direct modifications to the core product.
73+
74+
</HintBlock>
7575

7676
**Key Features**
7777

@@ -89,9 +89,13 @@ _Lens Desktop was originally an open-source Kubernetes IDE, but the open-source
8989

9090
![rancher](/content/blog/top-open-source-kubernetes-dashboard/rancher.webp)
9191

92-
[Rancher](http://rancher.com/)([repo](https://github.com/rancher/rancher)) is an open source container management platform built for organizations that deploy containers in production. Rancher makes it easy to run Kubernetes everywhere, meet IT requirements, and empower DevOps teams
92+
[Rancher](http://rancher.com/) ([repo](https://github.com/rancher/rancher)) is an open source container management platform built for organizations that deploy containers in production. Rancher makes it easy to run Kubernetes everywhere, meet IT requirements, and empower DevOps teams
93+
94+
<HintBlock type="info">
9395

94-
_Rancher was developed by Rancher Labs, founded in 2014, to simplify Kubernetes management. In December 2020, it was acquired by SUSE, which continues to develop and support it as an open-source solution for multi-cluster, cloud-native, and edge Kubernetes management. 🚀_
96+
Rancher was developed by Rancher Labs, founded in 2014, to simplify Kubernetes management. In December 2020, it was acquired by SUSE, which continues to develop and support it as an open-source solution for multi-cluster, cloud-native, and edge Kubernetes management.
97+
98+
</HintBlock>
9599

96100
**Key Features**
97101

@@ -108,7 +112,7 @@ _Rancher was developed by Rancher Labs, founded in 2014, to simplify Kubernetes
108112

109113
![kubeSphere](/content/blog/top-open-source-kubernetes-dashboard/kubesphere.webp)
110114

111-
[KubeSphere](https://github.com/kubesphere/kubesphere)([repo](https://kubesphere.io/)) is a distributed operating system for cloud-native application management, using Kubernetes as its kernel. It provides a plug-and-play architecture, allowing third-party applications to be seamlessly integrated into its ecosystem. KubeSphere is also a multi-tenant container platform with full-stack automated IT operation and streamlined DevOps workflows.
115+
[KubeSphere](https://github.com/kubesphere/kubesphere) ([repo](https://kubesphere.io/)) is a distributed operating system for cloud-native application management, using Kubernetes as its kernel. It provides a plug-and-play architecture, allowing third-party applications to be seamlessly integrated into its ecosystem. KubeSphere is also a multi-tenant container platform with full-stack automated IT operation and streamlined DevOps workflows.
112116

113117
**Key Features**
114118

@@ -128,7 +132,7 @@ _Rancher was developed by Rancher Labs, founded in 2014, to simplify Kubernetes
128132

129133
![k9s](/content/blog/top-open-source-kubernetes-dashboard/k9s.webp)
130134

131-
[K9s](https://k9scli.io/) ([repo](https://github.com/derailed/k9s)) provides a terminal UI to interact with your Kubernetes clusters. The aim of this project is to make it easier to navigate, observe and manage your applications in the wild. K9s continually watches Kubernetes for changes and offers subsequent commands to interact with your observed resources.
135+
[K9s](https://k9scli.io/) ([repo](https://github.com/derailed/k9s)) provides a terminal UI (TUI) to interact with your Kubernetes clusters. The aim of this project is to make it easier to navigate, observe and manage your applications in the wild. K9s continually watches Kubernetes for changes and offers subsequent commands to interact with your observed resources.
132136

133137
**Key Features**
134138

0 commit comments

Comments
 (0)