RBAC Builder + Explainer
Compose a Kubernetes Role or ClusterRole, or paste an existing one and get a plain-English summary of what it grants. Coming soon.
Status
The RBAC tool is in active design. The plan is two modes in one page:
- Build — pick API groups, resources, and verbs from a verb-by-resource matrix; emit a valid
RoleorClusterRolemanifest. - Explain — paste a Role/ClusterRole YAML and get a plain-English read of what it grants, including the dangerous combinations (
secrets/get,impersonate, wildcard verbs on core resources).
Want a heads-up when it ships? Email [email protected].
While you wait
The other tools on KubeLoop are live now:
- CronJob Schedule Builder — build a Kubernetes CronJob YAML with timezone awareness.
- Probes YAML Generator — liveness, readiness, and startup probes with workload-specific defaults.