1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Go to file
Jari Kolehmainen d057cb17c6 Lens app source code (#119)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
Signed-off-by: Cody Belcher <cody.t.belcher@gmail.com>
2020-04-16 11:23:35 -05:00
.github/ISSUE_TEMPLATE Automatically label enhancement request issues (#77) 2020-04-16 11:20:59 -05:00
build Lens app source code (#119) 2020-04-16 11:23:35 -05:00
dashboard Lens app source code (#119) 2020-04-16 11:23:35 -05:00
images Update readme (#30) 2019-08-08 10:59:26 +03:00
patches Lens app source code (#119) 2020-04-16 11:23:35 -05:00
spec/src Lens app source code (#119) 2020-04-16 11:23:35 -05:00
src Lens app source code (#119) 2020-04-16 11:23:35 -05:00
static Lens app source code (#119) 2020-04-16 11:23:35 -05:00
troubleshooting Update custom-prometheus.md 2020-04-16 11:21:00 -05:00
types Lens app source code (#119) 2020-04-16 11:23:35 -05:00
.azure-pipelines.yml Lens app source code (#119) 2020-04-16 11:23:35 -05:00
.eslintrc.js Lens app source code (#119) 2020-04-16 11:23:35 -05:00
.gitignore Lens app source code (#119) 2020-04-16 11:23:35 -05:00
.yarnrc Lens app source code (#119) 2020-04-16 11:23:35 -05:00
LICENSE Lens app source code (#119) 2020-04-16 11:23:35 -05:00
Makefile Lens app source code (#119) 2020-04-16 11:23:35 -05:00
package.json Lens app source code (#119) 2020-04-16 11:23:35 -05:00
README.md Lens app source code (#119) 2020-04-16 11:23:35 -05:00
tsconfig.json Lens app source code (#119) 2020-04-16 11:23:35 -05:00
yarn.lock Lens app source code (#119) 2020-04-16 11:23:35 -05: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.