Oracle Cloud Infrastructure 2020 Architect Associate — Question 2

In Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE), what does a Replica Set do?

Answer options

Correct answer: B

Explanation

The correct answer is B because a Replica Set ensures that a specified number of replica Pods are running, providing high availability and scalability. Option A refers to Deployments, which manage updates, while option C incorrectly suggests that it operates on Nodes instead of Pods. Option D describes the function of a Service, not a Replica Set.