Completed
Cluster and Namespace Scopes • Resources are scoped at the Cluster or Namespace
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Flying Above the Clouds - Securing Kubernetes
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is Kubernetes? Open-source system for deploying, scaling and managing containerized apps and services
- 3 Isolating Container Workloads, IRL
- 4 Container Manifest & Daemon
- 5 Spoiler: Containers Aren't Sandboxes
- 6 Container Isolation Models Via cgroups & namespaces
- 7 Cloud-Native Secure Architecture
- 8 Cluster and Namespace Scopes • Resources are scoped at the Cluster or Namespace
- 9 Control Plane & Core Components The Control Plane manages the cluster's state and schedules containers.
- 10 Authorization Mode
- 11 Authentication
- 12 Fixing the Problem Always use a unique service account per pod!
- 13 Role-Based Access Control
- 14 Create Roles & Bindings
- 15 Secrets Management
- 16 Dynamic Secrets
- 17 Conclusion Think about security early and anticipate future growth