Skip to main content
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

Namespace-scoped roles with their associated rules. The table shows role name, namespace, creation date, and rule count.
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:
RoleTypeDescription
adminClusterRoleFull access to all resources
developerClusterRoleRead/write access to workloads and configs
auditorClusterRoleRead-only access across all namespaces
monitoringClusterRoleAccess to monitoring and metrics resources