The Access Control page provides a management interface for Kubernetes RBAC resources, organized into tabs by resource type.
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.
Cluster-scoped roles that apply across all namespaces. The table shows role name, creation date, rule count, and whether the role is aggregated.
Bindings that grant a Role to subjects within a namespace. Columns include binding name, namespace, role reference, subjects, and creation date.
Bindings that grant a ClusterRole to subjects cluster-wide. Columns include binding name, role reference, subjects, and creation date.
All tables support text filtering to narrow results by name, namespace, or subject.
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: