_*2 quick queries*_: 1. In CKA exam - are we going to have around 17 questions t . . .

Tanumoy Ghosh:
2 quick queries:

  1. In CKA exam - are we going to have around 17 questions to solve in 2 hours ?
  2. In both Lightening & Mock Exam 2, there is a question to create a deployment in first step and update the image in second step recording both the activities, in the solution video --record seems to be worked in first step while creating the deployment while it is not happening for me in the first step while creating the deployment, kindly suggest
$ kubectl create deploy nginx-deploy --image nginx:1.16 --record=true
Error: unknown flag: --record
See 'kubectl create deployment --help' for usage.

Arun Nallusamy:
check this thread : https://kodekloud.slack.com/archives/CHMV3P9NV/p1625221415333200

Tanumoy Ghosh:
Thank you for directing to the discussion

Gurudutt Dongre:
Number of questions can change but usually around 16-17 I guess.

Daz Mac:
You need ‘apply’ not ‘create’ on the first step that allows you to use record option

Daz Mac:
After sending it to a file with the create option, then use apply against the file