Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Security in the Land of Microservices - Challenges and Solutions
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What Are Microservices?
- 3 Properties of Microservices
- 4 SOA/ESB For Hipsters
- 5 A Simple Architecture
- 6 When Life Was Easy
- 7 Infrastructure-As-Code
- 8 Containers and Orchestration
- 9 Serverless Functions
- 10 Where's My Data? Clean Up Your Toys
- 11 API Gateway Pattern
- 12 Once You Get Past The Gateway
- 13 Decentralized Sanity
- 14 JSON Web Tokens (IWT)
- 15 What About Between Services?
- 16 Keeping Secrets
- 17 Bad Ideas
- 18 Hardcoded Secrets
- 19 Secrets Via Environment Variables
- 20 A Perfect Solution?
- 21 Passing Secrets To A Kubernetes Pod
- 22 Summary