ReplicaSets are running the moment the user executed the command to create them (like kubectl create -f rs.yaml)
Answer
False. It can take some time, depends on what exactly you are running. To see if they are up and running, run kubectl get rs and watch the 'READY' column.