ReplicationController

Glossary Page

A ReplicationController is a workload resource that oversees a replicated application and guarantees that a certain number of Pod instances are continuously running. The Kubernetes control plane monitors and manages the desired number of Pods, even in situations where some Pods fail, or when Pods are deleted manually or inadvertently started in excess. Note that ReplicationController is now considered deprecated and replaced by the Deployment object, which provides similar functionality.

https://kubernetes.io/docs/reference/glossary/?all=true external-link

Latest Webinars

Latest Articles