Getting Started#
Lens is lightweight and simple to install. You'll be up and running in just a few minutes.
System Requirements#
Review the System Requirements to check if your computer configuration is supported.
macOS#
- Download Lens for macOS.
- Open the browser's download list and locate the downloaded archive.
- Select the 'magnifying glass' icon to open the archive in Finder.
- Double-click
Lens-{version}.dmg
and dragLens.app
to theApplications
folder, making it available in the macOS Launchpad. - Add Lens to your Dock by right-clicking on the icon to bring up the context menu and choosing Options, Keep in Dock.
Windows#
- Download the Lens installer for Windows.
- Once it is downloaded, run the installer
Lens-Setup-{version}.exe
. This will only take a minute. - By default, Lens is installed under
C:\users\{username}\AppData\Local\Programs\Lens
.
Installing with CLI#
It is possible to install Lens with CLI to provide the required arguments. This is useful for corporate device and software management systems (MDM and MAM) like Microsoft Intune.
Available arguments
- /currentuser - Install for current user (default).
- /allusers - Install system wide, for all users.
- /disableAutoUpdates - Disable autoupdates (Application will not update automatically).
- /D="path"- Installation path, default: 'C:\users{username}\AppData\Local\Programs\Lens'.
- /S - Silent install
Example
Install silently (no user input required) for all users with (system-wide) at the provided location.
$ Lens-Setup-{version}.exe /S /allusers /disableAutoUpdates /D="D:/install/Lens"
Linux#
See the Lens Website for a complete list of available installation options.
After installing Lens manually (not using a package manager file such as .deb
or .rpm
) the following will need to be done to allow protocol handling.
This assumes that your linux distribution uses xdg-open
and the xdg-*
suite of programs for determining which application can handle custom URIs.
- Create a file called
lens.desktop
in either~/.local/share/applications/
or/usr/share/applications
(if you have permissions and are installing Lens for all users). - That file should have the following contents, with
<path/to/executable>
being the absolute path to where you have installed the unpackedLens
executable:[Desktop Entry] Name=Lens Exec=<path/to/executable> %U Terminal=false Type=Application Icon=lens StartupWMClass=Lens Comment=Lens - The Kubernetes IDE MimeType=x-scheme-handler/lens; Categories=Network;
- Then run the following command:
xdg-settings set default-url-scheme-handler lens lens.desktop
- If that succeeds (exits with code
0
) then your Lens install should be set up to handlelens://
URIs.
Snap#
- Download the Lens package for Snap.
- Once it is downloaded, run snap install command:
sudo snap install Lens-{version}.amd64.snap --dangerous --classic
Update Cadence#
Lens releases a new version each month with new features and important bug fixes. Lens supports auto updating and you will be prompted to install the new release when it becomes available! Note Auto updates are avalailable only for exe
, dmg
and AppImage
versions.
To stay current with the Lens features, you can review the release notes.