Completed
KMS encryption configuration
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Extending Kubernetes with Storage Transformers
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Extensibility at the RPC layer
- 3 Motivating Problem - Encrypting Secrets at Rest
- 4 Implement Transformer Interface
- 5 Step #2: Create your YAML config structure
- 6 Add your type to ProviderConfiguration
- 7 Prefix Transformer
- 8 Define your prefix
- 9 Add Init logic for your transformer
- 10 Re-using Envelope Transformer
- 11 KMS encryption configuration
- 12 add configurable DEK type to KMS plugin
- 13 teach KMS plugin about your new DEK type
- 14 choose your KMS provider and plugin
- 15 Summary