- 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
Role based access
If your Kubernetes cluster has RBAC enabled then Lenses service account Lenses requires the following access:
Resource | Verbs |
---|---|
namespaces | list, watch, get, create |
pods | list, watch, get, update, create, patch, delete |
deployments | list, watch, get, update, create, patch, delete |
replicaSet | list, watch, get, update, create, patch, delete |
events | list, watch, get |
The Lenses Helm chart will create the required cluster roles and bindings.
Lenses cluster role bindings are labeled:
- lenses.io/app.type: lenses-cluster-role-binding
and the cluster roles:
- lenses.io/app.type: lenses-cluster-role
If you want to deploy Lenses in Kubernetes without ClusterRole/ClusterRoleBinding
then please read more information at our
help-center
.