Question 16

Resume the rollout of the deployment

Question 17

Create a deployment as follows:
Name: nginx-app
Using container nginx with version 1.11.10-alpine
The deployment should contain 3 replicas
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.

Question 18

Which one is the correct configuration?
  • Question 19

    Create a pod with image nginx called nginx and allow traffic on port 80

    Question 20

    Create a deployment called webapp with image nginx having 5 replicas in it, put the file in /tmp directory with named webapp.yaml