Junior
What does a replica set monitor?
sobes.tech AI
Answer from AI
A ReplicaSet tracks the desired number of identical Pods. If the number of Pods is below the set amount, the ReplicaSet creates new ones. If it is higher, it deletes the excess. It ensures a stable number of running Pods that match the specified selector.