Skip to the content.

Replica Set Vs Replication Controller in K8s

Replica Set and Replication Controller do almost the same thing. Both of them ensure that a specified number of pod replicas are running at any given time. The difference comes with the usage of selectors to replicate pods.
Replica Set use Set-Based selectors while replication controllers use Equity-Based selectors.