This page is demo-only — no Engine API calls are made. All data is synthetic.
Tabs
- Roles
- ClusterRoles
- RoleBindings
- ClusterRoleBindings
Namespace-scoped roles with their associated rules. The table shows role name, namespace, creation date, and rule count.
Create Binding modal
Click Create Binding to add a new RoleBinding or ClusterRoleBinding. The modal fields:- Binding type — RoleBinding or ClusterRoleBinding
- Name — binding resource name
- Namespace — target namespace (RoleBinding only)
- Role reference — select from existing Roles or ClusterRoles
- Subject type — User, Group, or ServiceAccount
- Subject name — the identity to bind
Demo data
The following roles are pre-populated in demo mode:| Role | Type | Description |
|---|---|---|
| admin | ClusterRole | Full access to all resources |
| developer | ClusterRole | Read/write access to workloads and configs |
| auditor | ClusterRole | Read-only access across all namespaces |
| monitoring | ClusterRole | Access to monitoring and metrics resources |