1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Go to file
Jari Kolehmainen 4b2ea6da1c support shell to windows pod (powershell) (#136)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
Signed-off-by: Cody Belcher <cody.t.belcher@gmail.com>
2020-04-16 11:23:37 -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 support shell to windows pod (powershell) (#136) 2020-04-16 11:23:37 -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 Updated manifest metric preview url 2020-04-16 11:23:37 -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 enable pr builds 2020-04-16 11:23:36 -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 electron 6.1.9 2020-04-16 11:23:37 -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 electron 6.1.9 2020-04-16 11:23:37 -05:00
README.md Change youtube link 2020-04-16 11:23:36 -05:00
tsconfig.json Lens app source code (#119) 2020-04-16 11:23:35 -05:00
yarn.lock electron 6.1.9 2020-04-16 11:23:37 -05: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.