CORRECT TEXT
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.
Solution:
solution
F:WorkData Entry WorkData Entry20200827CKA7 B.JPG
F:WorkData Entry WorkData Entry20200827CKA7 C.JPG
F:WorkData Entry WorkData Entry20200827CKA7 D.JPG
Does this meet the goal?
Correct Answer:
A