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
Jari Kolehmainen 4aaf470c18
Merge pull request #132 from Krakaw/fix-manifest-preview-url
Updated manifest metric preview url
2020-03-17 16:34:10 +02:00
.github/ISSUE_TEMPLATE Automatically label enhancement request issues (#77) 2019-11-28 17:59:43 +02:00
build Lens app source code (#119) 2020-03-15 09:52:02 +02:00
dashboard fix MenuActions classname 2020-03-17 08:02:30 +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 Updated manifest metric preview url 2020-03-17 14:57:43 +02:00
static Lens app source code (#119) 2020-03-15 09:52:02 +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 enable pr builds 2020-03-16 17:25:27 +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
.yarnrc Lens app source code (#119) 2020-03-15 09:52:02 +02:00
LICENSE Lens app source code (#119) 2020-03-15 09:52:02 +02:00
Makefile Lens app source code (#119) 2020-03-15 09:52:02 +02:00
package.json fix repo org in links 2020-03-15 09:59:27 +02:00
README.md Change youtube link 2020-03-16 07:36:36 +02:00
tsconfig.json Lens app source code (#119) 2020-03-15 09:52:02 +02:00
yarn.lock Bump acorn from 5.7.3 to 5.7.4 2020-03-15 08:14:26 +00:00

Lens

Build Status

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

Screenshot)

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/lensapp/lens.