1
0
mirror of https://github.com/lensapp/lens.git synced 2024-09-20 05:47:24 +03:00
Lens - The way the world runs Kubernetes
Go to file
Lauri Nevala f432d7e2c0
Unlink binary download on error properly (#162)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-03-27 07:40:31 +02:00
.github/ISSUE_TEMPLATE Automatically label enhancement request issues (#77) 2019-11-28 17:59:43 +02:00
build Update icons (#151) 2020-03-24 19:17:11 +02:00
dashboard Support kubernetes.io/role label for node roles (#155) 2020-03-26 20:43:01 +02:00
images Update readme (#30) 2019-08-08 10:59:26 +03:00
patches Lens app source code (#119) 2020-03-15 09:52:02 +02:00
spec/src Lens app source code (#119) 2020-03-15 09:52:02 +02:00
src Unlink binary download on error properly (#162) 2020-03-27 07:40:31 +02:00
static Release v3.1.0-beta.1 (#153) 2020-03-25 07:40:37 +02:00
troubleshooting Update custom-prometheus.md 2019-12-03 14:12:00 +02:00
types Lens app source code (#119) 2020-03-15 09:52:02 +02:00
.azure-pipelines.yml Release v3.1.0-beta.1 (#153) 2020-03-25 07:40:37 +02:00
.eslintrc.js Lens app source code (#119) 2020-03-15 09:52:02 +02:00
.gitignore Lens app source code (#119) 2020-03-15 09:52:02 +02:00
.npmrc Add engine to strict node version in package.json (#144) 2020-03-23 16:31:28 +02:00
.yarnrc electron 6.1.9 2020-03-17 16:42:11 +02:00
LICENSE Lens app source code (#119) 2020-03-15 09:52:02 +02:00
Makefile Windows build fix (#159) 2020-03-26 20:40:36 +02:00
package.json Add license to package.json (#163) 2020-03-27 07:38:52 +02:00
README.md update readme to have tagline from website + other tweaks 2020-03-18 23:25:53 +02:00
tsconfig.json Lens app source code (#119) 2020-03-15 09:52:02 +02:00
yarn.lock Refactor dashboard server logic to electron main (#146) 2020-03-24 07:37:47 +02:00

Lens | The Kubernetes IDE

Build Status

Lens is the only IDE youll ever need to take control of your Kubernetes clusters. It is a standalone application for MacOS, Windows and Linux operating systems. It is open source and free.

Screenshot)

What makes Lens special?

  • Amazing usability and end user experience
  • Multi cluster management; Support for hundreds of clusters
  • Standalone application; No need to install anything in-cluster
  • Real-time cluster state visualization
  • Resource utilization charts and trends with history powered by built-in Prometheus
  • Terminal access to nodes and containers
  • Performance optimized to handle massive clusters (tested with a cluster running 25k pods)
  • Full support for Kubernetes RBAC

Installation

Download a pre-built package from the releases page. Lens can be also installed via snapcraft (Linux only).

Development

Prerequisities: Nodejs v12, make, yarn

  • make dev - builds and starts the app
  • make test - run tests

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/lensapp/lens.