Kubernetes

ReplicaSets are running the moment the user executed the command to create them (like kubectl create -f rs.yaml)

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

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.