1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Go to file
Jari Kolehmainen 7ca7e44287 integration test fixes
Signed-off-by: Jari Kolehmainen <jkolehmainen@mirantis.com>
2020-06-29 17:05:25 +00:00
__mocks__ fixed all src/** tests, moved from spec/src to source code locations 2020-06-25 15:21:28 +03:00
.github attempts to enable localization in webpack config, reverted screenshot.png 2020-06-10 17:51:11 +03:00
build Merge remote-tracking branch 'origin/master' into lens_restructure 2020-06-22 17:09:07 +03:00
integration integration test fixes 2020-06-29 17:05:25 +00: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
src mock user-store for kubectl_spec 2020-06-29 16:33:28 +03:00
static Release notes for v3.5.1 (#517) 2020-06-24 14:05:02 +03:00
troubleshooting Fix typo in documentation (#316) 2020-04-29 18:27:32 +03:00
types mock @hapi/* modules 2020-06-26 15:34:03 +03:00
.azure-pipelines.yml linter 2020-06-24 08:59:11 +03:00
.babelrc move required ling-ui babel's part to webpack from common .babelrc 2020-06-18 15:34:32 +03:00
.eslintrc.js integration fixes 2020-06-26 14:10:30 +03:00
.gitignore build fixes 2020-06-23 09:10:26 +03:00
.npmrc Add engine to strict node version in package.json (#144) 2020-03-23 16:31:28 +02:00
.yarnrc update .yarnrc 2020-06-23 09:26:51 +03:00
LICENSE Lens app source code (#119) 2020-03-15 09:52:02 +02:00
Makefile used nodemon to restart app when main process changed, optimized 'make dev' 2020-06-27 11:38:08 +03:00
package.json used nodemon to restart app when main process changed, optimized 'make dev' 2020-06-27 11:38:08 +03:00
README.md used nodemon to restart app when main process changed, optimized 'make dev' 2020-06-27 11:38:08 +03:00
tsconfig.json - fix: apply scope of tsconfig.json to webpack configs 2020-06-26 21:15:23 +03:00
webpack.dll.ts more configuration tweaks 2020-06-13 13:11:01 +03:00
webpack.main.ts fix webpack externals 2020-06-18 09:03:03 +03:00
webpack.renderer.ts - fix: apply scope of tsconfig.json to webpack configs 2020-06-26 21:15:23 +03:00
yarn.lock integration test fixes 2020-06-29 17:05:25 +00:00

Lens | The Kubernetes IDE

Build Status Releases Chat on Slack

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

Prerequisites: Nodejs v12, make, yarn

  • make init - initial compilation, installing deps, etc.
  • make dev - builds and starts the app
  • make test - run tests

Development (advanced)

Allows faster separately re-run some of involved processes:

  1. yarn dev:main compiles electron's main process and watch files
  2. yarn dev:renderer:vue compiles electron's renderer vue-part
  3. yarn dev:renderer:react compiles electron's renderer react-part
  4. yarn dev-run runs app in dev-mode and restarts when electron's main process file has changed

Alternatively to compile both render parts in single command use yarn dev:renderer

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/lensapp/lens.