You've created a ReplicaSet, how to check whether the ReplicaSet found matching Pods or it created new Pods?
Answer
kubectl describe rs
It will be visible under Events (the very last lines)
kubectl describe rs
It will be visible under Events (the very last lines)