This is week's content is within the cluster architecture, installation & configuration section of the exam curriculum
We'll discover RBAC and how users and service accounts are managed in Kubernetes.
- Understanding RBAC - video
- Complete RBAC understanding - video
- Creating users and roles
- Access the raw API with curl
- Control service account permissions using RBAC
- Setting user permissions using RBAC
- Create the YAML for a
role
named "pod-reader" that allows users to perform get, watch and list on pods. - Create the YAML for a
roleBinding
named "admin-binding", in the namespace "acme", granting permissions for the "admin" ClusterRole to a user named "bob".