4.2

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. 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 --version 4.2 --create-namespace

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

helm install lenses \
    lensesio/lenses \
    --namespace lenses \
    --version 4.2 \
    --create-namespace \
    --set restPort=9991

Find here the Helm chart options