# 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 界面](/files/he4JSMwf848rIkJo5uZy)

## 参考

* [Lens, Kubernetes IDE - k8slens.dev](https://k8slens.dev/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.cncf.vip/kubernetes-handbook/yong-hu-zhi-nan/access-kubernetes-cluster/kubernetes-desktop-client.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
