CKAD Exam Questions with 100%
Correct Answers 2024/2025
What is the command to check the version of Kubernetes? - ANSWERSkubectl version
What is the command to get cluster information in k8s? - ANSWERSkubectl cluster-info
What does Kubernetes define a Pod as? - ANSWERSA basic execution unit of a Kubernetes application -
the smallest & simplest unit in the k8s object model that one can create or deploy
What is the smallest & simplest unit in the k8s object model that one can create or deploy? - ANSWERSA
pod
what command would you use to expose the pod WebPod to be accessible on the client's browser 8081
and the container port 443 - ANSWERSkubectl port-forward WebPod 8081:443
Correct Answers 2024/2025
What is the command to check the version of Kubernetes? - ANSWERSkubectl version
What is the command to get cluster information in k8s? - ANSWERSkubectl cluster-info
What does Kubernetes define a Pod as? - ANSWERSA basic execution unit of a Kubernetes application -
the smallest & simplest unit in the k8s object model that one can create or deploy
What is the smallest & simplest unit in the k8s object model that one can create or deploy? - ANSWERSA
pod
what command would you use to expose the pod WebPod to be accessible on the client's browser 8081
and the container port 443 - ANSWERSkubectl port-forward WebPod 8081:443