0 votes
in Kubernetes K8s by
What is the based selector that is used in the replication controller?

1 Answer

0 votes
by

The Replication controller uses the Equity-Based selector that allows filtering by labels key and values. It only looks for the pods which have the same values as that of the label.

...