- Never use your office laptop for the exam even when you have tested it using the exam vendor specific secure browser and demo exam.
- If its worked for your colleagues that doesn't necessarily mean that you won't face an issue so use a personal laptop. For example in my case the PSI secure browser automatically closed twice and then eventually I had to use another laptop to continue with the exam.
- Use a laptop having bigger screen and higher resolution, this will help you while browsing the k8s documentation site within the exam remote desktop
- Prefer using the device you are habitual as its a lab based exam and you won't like struggling because of the keyboard layout like I did.
- Dual monitor or use of additional monitor is not allowed
- Prefer to use desktop with 24" monitor, you can thank me later once you launch your exam😉
- If you have already uploaded your id during the exam scheduling then you can save some time during check-in process(however this is not counted)
vCloudNotes : Let's Learn Together
Welcome to my blog...this blog focuses on day 2 day Cloud Ops & VMware virtualization stuff...keep learning :)
Monday, February 17, 2025
CKA exam and related learnings
Wednesday, February 5, 2025
Kubernetes kubectl command help and references
In this brief post I just want to talk about the kubectl command cheat-sheet (now its called quick reference page) and the detailed command reference docs page.
Kubectl quick reference page is where you can find the brief info of Kubectl context and configuration options, how to view/create/update/delete different resources and finding the resources using jsonpath etc.
Start with https://kubernetes.io/docs/reference/kubectl/
https://kubernetes.io/docs/reference/kubectl/quick-reference/
In case if you have not checked this yet, kubectl command reference docs page is where you can find all the kubectl commands along with the related detail, available flags and the examples.
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
Btw, while working with kubectl interactively try using --help as its your trusted friend within terminal because then you probably don't need to look outside😉
Syntax: kubectl <command> <resource type> --help
That's it for now, thanks.