4.0

Kubernetes

Kubernetes connectivity is optional. Minimum supported K8 version 0.11.10. All settings are string.

KeyDescriptionDefault
lenses.kubernetes.processor.image.nameThe url for the streaming SQL docker for K8lensesioextra/sql-processor
lenses.kubernetes.processor.image.tagThe version/tag of the above container4.0
lenses.kubernetes.config.fileThe path for the kubectrl config file/home/lenses/.kube/config
lenses.kubernetes.pull.policyPull policy for K8 containers: IfNotPresent or AlwaysIfNotPresent
lenses.kubernetes.service.accountThe service account for deployments. Will also pull the imagedefault
lenses.kubernetes.init.container.image.nameThe docker/container repository url and name of the Init Container image used to deploy applications to Kuberneteslensesio/lenses-cli
lenses.kubernetes.init.container.image.tagThe tag of the Init Container image used to deploy applications to Kubernetes4.0.0
lenses.kubernetes.watch.reconnect.limitA flag specifying how many times to attempt a reconnect while establishing a watcher for Kubernetes events.-1
lenses.kubernetes.pod.heapThe max amount of memory the underlying Java process will use900M
lenses.kubernetes.pod.min.heapThe initial amount of memory the underlying Java process will allocate128M
lenses.kubernetes.pod.mem.requestThe value will control how much memory resource the Pod Container will request128M
lenses.kubernetes.pod.mem.limitThe value will control the Pod Container memory limit1152M
lenses.kubernetes.pod.cpu.requestThe value will control how much cpu resource the Pod Container will requestnull
lenses.kubernetes.pod.cpu.limitThe value will control the Pod Container cpu limitnull
lenses.kubernetes.namespacesObject setting a list of Kubernetes namespaces that Lenses will see for each of the specified and configured clusternull
lenses.kubernetes.pod.liveness.initial.delayAmount of time Kubernetes will wait to check Processor’s health for the first time. It can be expressed like 30 second, 2 minute or 3 hour, mind the time unit is singular60 second
lenses.deployments.events.buffer.sizeBuffer size for events coming from Deployment targets such as Kubernetes10000
lenses.deployments.errors.buffer.sizeBuffer size for errors happening on the communication between Lenses and the Deployment targets such as Kubernetes1000