Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Secure Your Node.js Containers on Kubernetes With Best Practices
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Kubernetes Security
- 3 Use RBAC
- 4 Use OpenID Connect
- 5 Use Secrets
- 6 Keep Kubernetes version up to date
- 7 Restrict kubelet, API, and SSH access
- 8 Control traffic between pods and clusters
- 9 Use namespaces to isolate workloads
- 10 Limit resource usages
- 11 Use monitoring tools and enable audit logging
- 12 Infrastructure best practices
- 13 Do not run containers as root
- 14 Use minimal up-to-date official base images
- 15 Prevent loading unwanted kernel modules
- 16 Enable container image scanning in your CI/CD phase
- 17 Audit images
- 18 Use pod security policies
- 19 Node.js specific