RBAC basics
Role-Based Access Control lets you define which subjects (users, groups, service accounts) can perform which actions on which resources.
Recommendations
- Bind Roles to dedicated ServiceAccounts, not to the default one.
- Use namespaces to isolate teams and environments.
- Avoid giving wildcard admin permissions to application Pods.