kubernetes-handbook/guide/kubernetes-desktop-client.md

21 lines
673 B
Markdown
Raw Permalink Normal View History

2021-12-25 21:42:34 +08:00
# Lens - Kubernetes IDE
2017-11-29 15:06:23 +08:00
2020-06-29 12:26:40 +08:00
[Lens](https://k8slens.dev/) 是一款开源的 Kubenretes IDE也可以作为桌面客户端官方网站 <https://k8slens.dev>,具有以下特性:
2017-11-29 15:06:23 +08:00
2020-06-29 12:26:40 +08:00
- 完全开源GitHub 地址 <https://github.com/lensapp/lens>
2017-11-29 15:06:23 +08:00
- 实时展示集群状态
2020-06-29 12:26:40 +08:00
- 内置 Prometheus 监控
- 多集群,多个 namespace 管理
- 原生 Kubernetes 支持
- 支持使用 chart 安装应用
- 使用 kubeconfig 登陆认证
- 支持多平台Windows、Mac、Linux
- Visual Studio Code 友好的风格设计
2017-11-29 15:06:23 +08:00
2020-06-29 12:26:40 +08:00
Lens 界面图下图所示。
2020-06-29 12:26:40 +08:00
![Lens Kubernetes IDE 界面](../images/lens.jpg)
## 参考
- [Lens, Kubernetes IDE - k8slens.dev](https://k8slens.dev/)