Hello, I have a question. it says there is a difference between replicaset & . . .

yoo:
hello, I have a question.
it says there is a difference between replicaset & replicationcontroller by ensuring selector in the lecture.
Adding that replicaset accounts for pods which were and weren’t created.

------------My opinion-----------
i made a pod with some label.
And i create replicaset (replicas = 3) with the same label.
And it shows 4 pods.
i thought it should be three.
Any comments? thank you.

Ashok Kumar:
Check the labels of each pod with describe command and match it with replicaset’s

selector:
   matchLabels:

yoo:
I can’t thank you too much.

you’re right, when i tried checking it it has little difference.

Ashok Kumar:
Great you got is solved:slightly_smiling_face: