1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Go to file
Jari Kolehmainen db4dca3005 lens app source code
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-03-15 09:46:21 +02:00
.github/ISSUE_TEMPLATE Automatically label enhancement request issues (#77) 2019-11-28 17:59:43 +02:00
build lens app source code 2020-03-15 09:46:21 +02:00
dashboard lens app source code 2020-03-15 09:46:21 +02:00
images Update readme (#30) 2019-08-08 10:59:26 +03:00
patches lens app source code 2020-03-15 09:46:21 +02:00
spec/src lens app source code 2020-03-15 09:46:21 +02:00
src lens app source code 2020-03-15 09:46:21 +02:00
static lens app source code 2020-03-15 09:46:21 +02:00
troubleshooting Update custom-prometheus.md 2019-12-03 14:12:00 +02:00
types lens app source code 2020-03-15 09:46:21 +02:00
.azure-pipelines.yml lens app source code 2020-03-15 09:46:21 +02:00
.eslintrc.js lens app source code 2020-03-15 09:46:21 +02:00
.gitignore lens app source code 2020-03-15 09:46:21 +02:00
.yarnrc lens app source code 2020-03-15 09:46:21 +02:00
LICENSE lens app source code 2020-03-15 09:46:21 +02:00
Makefile lens app source code 2020-03-15 09:46:21 +02:00
package.json lens app source code 2020-03-15 09:46:21 +02:00
README.md lens app source code 2020-03-15 09:46:21 +02:00
tsconfig.json lens app source code 2020-03-15 09:46:21 +02:00
yarn.lock lens app source code 2020-03-15 09:46:21 +02:00

Lens

Lens - The free, smart desktop application for managing Kubernetes clusters.

What makes Lens special?

  • Amazing usability and end user experience
  • Real-time cluster state visualization
  • Resource utilization charts and trends with history powered by built-in Prometheus
  • Terminal access to nodes and containers
  • Fully featured role based access control management
  • Dashboard access and functionality limited by 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/kontena/lens.