kubernetes_replication_controller
- Categories: Other
- Service: kubernetes
Description​
A Replication Controller is responsible for maintaining a specified number of pod replicas in a Kubernetes cluster. It ensures that the desired number of pods are always running in the cluster, even in the event of failures.