Skip to content

Latest commit

 

History

History
 
 

WEEK2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

WEEK 2

Managing users and access in Kubernetes

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.


Resources


Exercises

  1. Create the YAML for a role named "pod-reader" that allows users to perform get, watch and list on pods.
  2. Create the YAML for a roleBinding named "admin-binding", in the namespace "acme", granting permissions for the "admin" ClusterRole to a user named "bob".