exam questions

Exam KCNA All Questions

View all questions & answers for the KCNA exam

Exam KCNA topic 1 question 182 discussion

Actual exam question from Linux Foundation's KCNA
Question #: 182
Topic #: 1
[All KCNA Questions]

Which Kubernetes-native deployment strategy supports zero-downtime updates of a workload?

  • A. Canary
  • B. Recreate
  • C. BlueGreen
  • D. RollingUpdate
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
8378ffe
2 months, 2 weeks ago
Selected Answer: D
D!!! for sure! The RollingUpdate deployment strategy is a Kubernetes-native method that supports zero-downtime updates by gradually replacing old pods with new ones, ensuring continuous availability during the deployment process. Other strategies that also achieve zero-downtime include Blue-Green Deployment, which uses two identical environments to switch traffic over, and Canary Releases, where updates are first rolled out to a small subset of users. RollingUpdate (Default Strategy)
upvoted 1 times
...
Zangi
4 months, 1 week ago
Selected Answer: D
My best guess is D right now, but I need to study this area more.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...