This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Questions are not from any actual exam!!! | |
| Q: Create a secret that has the following username password data: | |
| username=missawesome | |
| password=123kube321 | |
| Create a pod running nginx that has access to those data items in a volume mount path at /tmp/secret-volume | |
| log into the nginx pod you created and list the items and cat the output of the data items to a file "credentials.txt" |