User Permissions

The **User Permissions** feature provides a clear, structured view of what the **currently authenticated user** is allowed to do within the Kubernetes cluster. By mapping permissions across **namespaces**, **resource types**, and **verbs** (such as `get`, `list`, `create`, `delete`, and more), it offers a comprehensive audit of access capabilities.

User Permissions
  • RBAC (Role-Based Access Control): Understand effective permissions across complex role bindings.
  • Namespace-Specific Access: View access per namespace, allowing for granular inspection and comparison.
  • Resource and Verb Mapping: See what actions (verbs) can be performed on specific resources (such as Pods, Deployments, etc.).
  • Access Troubleshooting: Quickly diagnose permission-denied errors and validate whether access is correctly configured.