- Prerequisites
- Installation
- Configuration
- Integrations
- Lenses SQL
- Tools
- Release notes
5.0
- Prerequisites
- Installation
- Configuration
- Integrations
- Lenses SQL
- Tools
- Release notes
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
more information can be found on our
help-center
.