
Goal:
Kubernetes is dope for data bro! Watch how we send configuration data from containers to applications that were stored in secrets & ConfigMaps.
Lessons Learned:
- Created password file & store it in ….. secrets..
- Create the Nginx Pod
Created password file & store it in ….. secrets:

Generate a file for the secret password file & data:

Create the Nginx Pod:
Vi pod.yml:



Kubectl exec — curl -u user: <PASSWORD> <IP_ADDRESS>:
