Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Getting to Grips with Kubernetes RBAC
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 File Permissions
- 3 File Attributes
- 4 Correspondence
- 5 Everything is a Resource
- 6 My App Example
- 7 Kubernetes Resources
- 8 RBAC
- 9 Permissions
- 10 Verbs
- 11 Roles
- 12 Role Bindings
- 13 Entropy
- 14 Least Privilege
- 15 Whitelist Permissions
- 16 More Permissions
- 17 Can a user do a particular action
- 18 Can a user do a verb
- 19 Create a pod
- 20 Reduce entropy
- 21 How to reduce entropy
- 22 Comparisons