Multiple Choice
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 ?
A) The remaining Pods are stopped and the Deployment switches to the state Failed . The remaining Pods are stopped and the Deployment switches to the state Failed .
B) The number of replicas in the ReplicaSet is changed to 4.
C) The ReplicaSet immediately starts a new replacement Pod.
D) The remaining Pods are stopped and a new ReplicaSet is started.
E) The Deployment switches to the state Degraded . The Deployment switches to the state Degraded
Correct Answer:

Verified
Correct Answer:
Verified
Q21: What statement is true regarding the Swarm
Q22: Which of the following statements are true
Q23: Which Ansible modules can be used to
Q24: Which sections can exist in a Logstash
Q25: How does Prometheus gather information about monitored
Q27: Which of the following functions are provided
Q28: What is tested by unit tests?<br>A) The
Q29: The following command is issued on two
Q30: How is a Docker container image retrieved
Q31: What implications does container virtualization have for