Exploring RBAC Authorization
This lesson introduces the RBAC authorization components to us.
The RBAC Components
Managing Kubernetes RBAC requires knowledge of a few elements. Specifically, we should learn about Rules, Roles, Subjects, and RoleBindings.
Rules
A Rule is a set of operations (verbs), resources, and API groups. Verbs describe activities that can be performed on resources which belong to different API Groups.
Permissions defined through Rules are additive. We cannot deny access to some resources.
Currently supported verbs are as follows.
Verb | Description |
---|---|
get |
Retrieves information about a specific object |
list |
Retrieves information about a collection of objects |
Access this course and 1400+ top-rated courses and projects.