# Lens **Repository Path**: osullivan/lens ## Basic Information - **Project Name**: Lens - **Description**: Lens 是一款开源的 Kubenretes IDE,也可以作为桌面客户端,具有以下特性: 实时展示集群状态,内置 Prometheus 监控,多集群,多个 namespace 管理,原生 Kubernetes 支持,使用 kubeconfig 登陆认证,支持使用 chart 安装应用,Visual Studio Code 友好的风格设计。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://k8slens.dev/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-03-12 - **Last Updated**: 2024-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lens Desktop Core ("OpenLens") [![Build Status](https://github.com/lensapp/lens/actions/workflows/test.yml/badge.svg)](https://github.com/lensapp/lens/actions/workflows/test.yml) [Explore our Forums](https://forums.k8slens.dev) ## The Repository This repository is where Team Lens develops the core of the [Lens Desktop](https://k8slens.dev) product together with the community. The core is a library, powered by [Electron](https://www.electronjs.org/) and [React](https://reactjs.org/). Unlike generic Electron + React frameworks / boilerplates, it is very opinionated for creating Lens Desktop-like applications and has support for Lens Extensions. In the future, this library will be streamlined to become more customizable and pluggable with easy to use tooling for Lens Extension developers. This source code is available to everyone under the [MIT license](./LICENSE). ## Lens Desktop [Lens Desktop](https://k8slens.dev) is built on top of the Lens Desktop Core with Team Lens built extensions released under a traditional [Terms Of Service](https://k8slens.dev/licenses/tos). Lens Desktop is a standalone application for MacOS, Windows and Linux operating systems. Get started by downloading it from [Lens website](https://k8slens.dev). [![Screenshot](.github/screenshot.png)](https://www.youtube.com/watch?v=eeDwdVXattc) ## Development See [Development](https://docs.k8slens.dev/contributing/development/) page. ## Contributing See [Contributing](https://docs.k8slens.dev/contributing/) page. ## License See [License](LICENSE).