Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Admission Controllers - One Part of Your Kubernetes Security and Governance Toolkit
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Kubernetes common attack vectors
- 3 Kubernetes Mitigations and Controls
- 4 Rego Language: The Basics
- 5 Security Integration Points
- 6 Kubernetes Security Best Practices
- 7 Enforce a Trusted Registry
- 8 Don't allow 'dev', 'latest', or 'master' image tags in prod
- 9 Prevent Privileged Pods
- 10 Prevent sensitive host system mounts
- 11 Make the container filesystem read only
- 12 Prevent NodePort Services
- 13 Resources Example Policies