How To - Lens IDE

lens-blog-image-768x576.png

Lens IDE

Lens is an open source desktop application for Kubernetes that lets you inspect a Kubernetes cluster & its applications and manage them.

Website: k8slens.dev

Lens Documentation: docs.k8slens.dev

Installing Lens

brew install --cask lens

View Kubernetes Config

kubectl config view --minify --raw

Configure Lens

  • Open Lens IDE

Screen Shot 2021-01-04 at 2.44.46 PM.png

  • Click Add Cluster in the File menu or click on "+" on the left vertical bar

Screen Shot 2021-01-04 at 2.51.24 PM.png

  • Click on "Paste as Text" and add the output of kubernetes config from the command above. Now, click "Add Cluster" button.

Screen Shot 2021-01-04 at 2.44.24 PM.png