Execute a rolling update for the application using the nginx:1.17
image.
Ensure the deployment is named nginx-deployment
.
Verify that all pods are operational after the update.
Get the description of deployment named nginx-deployement
We can see there is image: nginx:1.16
Lets update nginx container
Check the Rollout Status.
Again check the update
We can see we have image, nginx:1.17
now.
Out of the box.
Check our nginx is running on web or not.
Not check the nginx version making 404 error
:p
#nginx #k8s #kubernetes #happylearning