Create a namespace called 'development' and a pod with image nginx called nginx on this namespace.
Create a pod that echo “hello world†and then exists. Have the pod deleted automatically when it’s completed
Create a deployment as follows:
Next, deploy the application with new version 1.11.13-alpine, by performing a rolling update.
Finally, rollback that update to the previous version 1.11.10-alpine.
Monitor the logs of pod foo and:
unable-to-access-website