Exam 2v0-7123 All QuestionsBrowse all questions from this exam
Question 22

Which method describes how Kubernetes clusters are upgraded?

    Correct Answer: B

    The correct method for upgrading Kubernetes clusters involves the in-place upgrade of each node. This method ensures that the cluster continues functioning throughout the upgrade process. Nodes are upgraded one by one to minimize disruption and ensure that the overall cluster maintains its availability and reliability during the upgrade process.

Discussion
contributorOption: D

native kubernetes upgrade followed by creating a new cluster

NEOEDGEOption: D

D. Deploy a new cluster with upgraded Kubernetes release

totto1230

That's not technically correct. While a new cluster with the TKr gets created, Tanzu follows the "Rolling Upgrade" method while upgrading a cluster, this is used to avoid downtime in the cluster/apps hosted in.

totto1230

NVM - For Vanilla k8s, you are right.

contributorOption: D

D. Deploy a new cluster with upgraded Kubernetes release

contributorOption: A

A. Use rolling upgrade

contributor

my bad its only for tanzu kubernetes clusters