Login
Remember
Register
Ask a Question
What are the objectives of the replication controller?
+1
vote
asked
May 26, 2021
in
Kubernetes K8s
by
sharadyadav1986
What are the objectives of the replication controller?
kubernetes-objective
replication-controller
replication
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 26, 2021
by
sharadyadav1986
The objectives of the replication controller are:
It is responsible for controlling and administering the pod lifecycle.
It monitors and verifies whether the allowed number of replicas are running or not.
The replication controller helps the user to check the pod status.
It enables to alter a pod. The user can drag its position the way interested in it.
...