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

21 lines
673 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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