Distributed Cache Permissions
When deployed in a single cluster, the Admin Service uses the Kubernetes API to discover other pods to configure the distributed cache, necessitating permission to list the pods in the same namespace.
The Helm chart adds the following distributed cache instance discovery permissions to the Admin Service service account:
rules:
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- list