4.0

You are viewing documentation for an older version of Lenses.io View latest documentation here

Kubernetes


View on GitHub

Lenses can be installed in Kubernetes. A Helm chart is available and is the recommended way to install in Kubernetes.
helm repo add lensesio https://helm.repo.lenses.io
helm repo update

Use helm to install Lenses via the command line:

helm install lensesio/lenses --name lenses --namespace lenses

Example to override the defaults i.e. enabled ingress and SSL:

helm install lensesio/lenses \
    --name lenses \
    --namespace \
    lenses --set restPort=9991

Find here the Helm chart options