Exercise 5.5: Domain Review
Create a new secret called specialofday using the key entree and the value meatloaf
Create a new deployment called foodie running the nginx image
Add the specialofday secret to pod mounted as a volume under the /food/ directory
Execute a bash shell inside a foodie pod and verify the secret has been properly mounted
Update the deployment to use the nginx:1.12.1-alpine image and verify the new image is in use
Roll back the deployment and verify the typical, current stable version of nginx is in use again
Create a new 200M NFS volume called reviewvol using the NFS server configured earlier in the lab
Create a new PVC called reviewpvc which will uses the reviewvol volume
Edit the deployment to use the PVC and mount the volume under /newvol
Execute a bash shell into the nginx container and verify the volume has been mounted
Delete any resources created during this review
Last updated