Ankit Arora:
In the mock test 2 Ques: 5
How to create a deployment with --record?
In the answer video, he is creating a run command to create a deployment but when I used the same command k run nginx-deploy --image=nginx:1.16 --replicas=1 --record
, it only creates a pod.