Home »
MCQs »
OpenShift MCQs
Which of the following is a fundamental aspect of Kubernetes and is in charge of ensuring that the given number of pod replicas are operational at all times?
43. Which of the following is a fundamental aspect of Kubernetes and is in charge of ensuring that the given number of pod replicas are operational at all times?
- Docker config
- Config
- Replica set
- Replication Controller
Answer: D) Replication Controller
Explanation:
The Replication Controller is a fundamental aspect of Kubernetes that is in charge of controlling the pod lifetime. It is in charge of ensuring that the given number of pod replicas are operational at all times.