- Prerequisites
 - Installation
 - Configuration
 - Integrations
 - Lenses SQL
 - Tools
 - Release notes
 
4.3
- Prerequisites
 - Installation
 - Configuration
 - Integrations
 - Lenses SQL
 - Tools
 - Release notes
 
You are viewing documentation for an older version of Lenses.io View latest documentation here
Kubernetes
Lenses can be installed in Kubernetes. A Helm chart is available and is the recommended way to install in Kubernetes. Only Helm v3 is supported.
helm repo add lensesio https://helm.repo.lenses.io
helm repo update
Use helm to install Lenses via the command line:
helm install lenses lensesio/lenses --namespace lenses --create-namespace --version 4.3
Example to override the defaults i.e. enabled ingress and SSL:
helm install lenses \
    lensesio/lenses \
    --namespace lenses \
    --version 4.3 \
    --create-namespace \
    --set restPort=9991
Find here the Helm chart options
