Hi all
Can we use “kubectl explain” command to view any k8s resource in CKA exam?
Thanks in advance
Hi all
Can we use “kubectl explain” command to view any k8s resource in CKA exam?
Thanks in advance
You definitely can; kubectl explain is very useful. Practice using it when doing labs or mock exams, so you learn how to use it efficiently and quickly.
Further, know of the --recursive option for “kubectl explain”. One of the single most helpful tips/tricks I figured out on my 2nd certification.
e.g. “kubectl explain pod.spec.volumes --recursive”