1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Go to file
Lauri Nevala ce6de19244 Display emptyDir medium and size limit (#257)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
Signed-off-by: Cody Belcher <cody.t.belcher@gmail.com>
2020-04-16 11:25:30 -05:00
__mocks__ Fix use of bundled kubectl (#241) 2020-04-16 11:23:42 -05:00
.github/ISSUE_TEMPLATE Clean up legacy references to Kontena (#216) 2020-04-16 11:23:42 -05:00
build Bundle helm3 binary (#220) 2020-04-16 11:23:41 -05:00
dashboard Display emptyDir medium and size limit (#257) 2020-04-16 11:25:30 -05:00
images Update readme (#30) 2019-08-08 10:59:26 +03:00
jsonnet Fix serviceMonitorKubelet's metricRelabelings (#225) 2020-04-16 11:23:41 -05:00
patches Lens app source code (#119) 2020-04-16 11:23:35 -05:00
spec/src Fix use of bundled kubectl (#241) 2020-04-16 11:23:42 -05:00
src Fix default workspace remove (#242) 2020-04-16 11:23:43 -05:00
static Release v3.3.0-rc.1 (#248) 2020-04-16 11:25:29 -05:00
troubleshooting Docs: kube prometheus jsonnet (#198) 2020-04-16 11:23:40 -05:00
types Lens app source code (#119) 2020-04-16 11:23:35 -05:00
.azure-pipelines.yml Release v3.1.0-beta.1 (#153) 2020-04-16 11:23:38 -05:00
.eslintrc.js Bundle helm3 binary (#220) 2020-04-16 11:23:41 -05:00
.gitignore Lens app source code (#119) 2020-04-16 11:23:35 -05:00
.npmrc Add engine to strict node version in package.json (#144) 2020-04-16 11:23:37 -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 Windows build fix (#159) 2020-04-16 11:23:38 -05:00
package.json Release v3.3.0-rc.1 (#248) 2020-04-16 11:25:29 -05:00
README.md README: remove excess bracket (#206) 2020-04-16 11:23:40 -05:00
tsconfig.json Lens app source code (#119) 2020-04-16 11:23:35 -05:00
yarn.lock Refactor dashboard server logic to electron main (#146) 2020-04-16 11:23:37 -05: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.