Recap - Config Master
Part of the Introduction to Kubernetes section of Coddy's Terminal journey. Lesson 29 of 45.
Challenge
MediumWire configuration into a Pod. Run these steps one after the other:
- Create a ConfigMap named
settingswithLEVELset todebug - Create a generic Secret named
api-keywithkeyset toabc123 - Open
pod.yamlfrom the file tree and give the container anenvlist withLEVELfrom the ConfigMap andAPI_KEYfrom the Secret'skey, then save it - Apply the manifest
- Run
envinside theworkerPod
Try it yourself
Terminal
All lessons in Introduction to Kubernetes
Practice on your own: Terminal playground