Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Linux Foundation Exam CKA Topic 1 Question 80 Discussion

Actual exam question for Linux Foundation's CKA exam
Question #: 80
Topic #: 1
[All CKA Questions]

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.

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

Lennie
3 days ago
Looks good! The key steps are creating the initial deployment, then updating the image to the new version, and finally rolling back to the previous version. Shouldn't be too difficult.
upvoted 0 times
...
Marvel
4 days ago
I believe we need to carefully manage the replicas during the update.
upvoted 0 times
...
Clay
5 days ago
This deployment task seems straightforward. I'll use the `kubectl set image` command to perform the rolling update and `kubectl rollout undo` to rollback the deployment.
upvoted 0 times
...
Edison
7 days ago
I agree, especially the rolling update part.
upvoted 0 times
...
Marvel
9 days ago
I think the deployment task is quite challenging.
upvoted 0 times
...

Save Cancel