lens
Powerful IDE for kubernetes
Lens provides the full situational awareness for everything that runs in Kubernetes. It’s lowering the barrier of entry for people just getting started and radically improving productivity for people with more experience.
Lens is built on open source and backed by a number of Kubernetes and cloud native ecosystem pioneers. With over 350,000 users and 16,000 stars on GitHub, it’s the largest and most advanced Kubernetes platform in the world.
amd64
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install lens
Download URLs
Version | SHA256 | Size (KB) |
---|---|---|
2024.5.271333 | 1e350a708e9fe46739b23c3fd1c877760216573f7a386f99358d0dcbdbd11090 |
351730 |
Blueprints
Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for lens are versioned here.
Click here to see lens ops2deb blueprints
name: lens
matrix:
versions:
- 2024.5.271333
homepage: https://k8slens.dev/
summary: powerful IDE for kubernetes
description: |-
Lens provides the full situational awareness for everything that runs in
Kubernetes. It’s lowering the barrier of entry for people just getting started
and radically improving productivity for people with more experience.
Lens is built on open source and backed by a number of Kubernetes and cloud
native ecosystem pioneers. With over 350,000 users and 16,000 stars on GitHub,
it’s the largest and most advanced Kubernetes platform in the world.
fetch: https://downloads.k8slens.dev/apt/debian/pool/stable/main/Lens-{{version}}-latest_amd64.deb
install:
- data:/
script:
- grep "^Depends. " control/control >> {{debian}}/control
- sed -i "s/dh_strip --no-ddebs/true/" {{debian}}/rules
The blueprint fetch
keyword contains a URL template pointing to lens releases. Downloaded files are locked in a lockfile versioned here.