Guys, are Readiness and Liveness probes on CKA?

Bryan Tanoue:
That really cleared it up and I was doing a lot of googling on why it wasn’t working.

Bryan Tanoue:
Thanks!

Fernando Jimenez:
Use this link to find out the exact flags this command can take.
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#-em-deployment-em-

Bryan Tanoue:
Oh I see, the verb and resource is listed. Now it is all coming together.

unnivkn:
To get annotation on first version you can do this. kubectl create deployment deploy01 --image=nginx —dry-run=client -o yaml > deploy01,yaml kubectl create -f deploy01,yaml --record

Yes I have face liveliness question in CKA exam Jan 22