701-100 Exam QuestionsBrowse all questions from this exam

701-100 Exam - Question 33


Consider the following Kubernetes Deployment:

With the ReplicaSet:

And the Pods:

What happens if one of the Pods is terminated with the command kubect1 pod delete?

Show Answer
Correct Answer: BC

When a Pod in a ReplicaSet is terminated, the ReplicaSet controller ensures that the desired number of replicas is maintained. Therefore, if one of the pods is terminated, the ReplicaSet will immediately start a new replacement Pod to maintain the specified number of replicas. This ensures the availability and reliability of the application consistent with the desired state defined in the ReplicaSet configuration.

Discussion

6 comments
Sign in to comment
ayuukOption: C
Dec 20, 2019

Correct is C.

hector1978Option: C
Feb 17, 2020

I agree. The correct answers are C

lluisclavaOption: C
May 10, 2021

Correct is C

Blob21Option: C
Jun 23, 2021

https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/

gilbertlelanceloOption: C
Aug 7, 2021

Ans is C

alex87Option: C
Feb 3, 2023

C is correct