CKAD Mock Exam 3 - Q.12

The exam states to connect to context cluster1 and:

We have created a deployment of an application named nginx-app-ckad in the default namespace.

but there’s no deployment.

Occasionally, our lab setup scripts glitch, and items like deployments do not get created. I just tried the lab, and the deployment appears:

student-node ~ ➜  k get deploy
NAME             READY   UP-TO-DATE   AVAILABLE   AGE
nginx-app-ckad   3/3     3            3           14s

student-node ~ ➜  

Please try the lab again; most likely, it will be in its proper place.