1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Go to file
2020-06-13 18:47:10 +03:00
.github attempts to enable localization in webpack config, reverted screenshot.png 2020-06-10 17:51:11 +03:00
build fix import paths, part 2 2020-06-10 12:06:32 +03:00
jsonnet Fix serviceMonitorKubelet's metricRelabelings (#225) 2020-04-10 11:05:18 +03:00
locales fix imports harder: avoid dynamic imports and bundle all themes, localization and ace-editor files with the app 2020-06-11 16:18:40 +03:00
spec fix import paths, part 2 2020-06-10 12:06:32 +03:00
src vue-loader tweaks, part 1 2020-06-13 18:47:10 +03:00
static Release v3.5.0-beta.1 (#403) 2020-06-05 09:51:41 +03:00
troubleshooting Fix typo in documentation (#316) 2020-04-29 18:27:32 +03:00
types more configuration tweaks 2020-06-13 06:53:47 +03:00
.azure-pipelines.yml Merge branch 'master' into lens_restructure 2020-06-09 15:15:19 +03:00
.babelrc allow to run dashboard in renderer (react part) 2020-06-13 16:38:38 +03:00
.gitignore i18n: locales support fixes 2020-06-11 11:27:41 +03:00
.npmrc Add engine to strict node version in package.json (#144) 2020-03-23 16:31:28 +02:00
.yarnrc Electron 6.1.10 (#263) 2020-04-16 17:13:51 +03:00
LICENSE Lens app source code (#119) 2020-03-15 09:52:02 +02:00
Makefile project restructuring and initial refactoring 2020-06-09 15:14:40 +03:00
package.json vue-loader tweaks, part 1 2020-06-13 18:47:10 +03:00
README.md attempts to enable localization in webpack config, reverted screenshot.png 2020-06-10 17:51:11 +03:00
tsconfig.json allow to run dashboard in renderer (react part) 2020-06-13 16:38:38 +03:00
webpack.dll.ts more configuration tweaks 2020-06-13 13:11:01 +03:00
webpack.main.ts more configuration tweaks 2020-06-13 06:53:47 +03:00
webpack.renderer.ts vue-loader tweaks, part 1 2020-06-13 18:47:10 +03:00
yarn.lock vue-loader tweaks, part 1 2020-06-13 18:47:10 +03: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 download-bins - downloads bundled binaries to dev environment
  • 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.