โธ๏ธKubernetes RBAC Labs
๐ฏ Objective
๐งฐ Prerequisites
๐น Lab 1: Create a Service Account
kubectl create serviceaccount dev-user๐น Lab 2: Create a Role to View Pods
๐น Lab 3: Bind the Role to the Service Account
๐น Lab 4: Test Access with Impersonation
๐น Lab 5: Create a ClusterRole to Access Nodes (Cluster-Wide)
๐น Lab 6: Bind ClusterRole to a ServiceAccount
๐น Lab 7: Clean Up
โ
Wrap-Up
Last updated