RBAC Generator
Generate Kubernetes RBAC YAML locally in your browser: Role/ClusterRole andRoleBinding/ClusterRoleBinding.
Open the tool
Open RBAC Generator →Presets
- Read-only: get, list, watch
- Read/Write: read verbs + create, update, patch, delete
- Admin: wildcard access (*)
Security reminder: start with the minimum permissions you need and tighten from there.
Scope
Choose Namespace for a Role and RoleBinding, or Cluster forClusterRole and ClusterRoleBinding.
