Book for CKAD. Any last minutes tips?

AB:
Book for CKAD. Any last minutes tips???

Shwetha Shenoy V:

  1. Configure autocomplete using the k8s cheatsheet.
  2. Stay cool and relaxed. Disconnections may happen, but you wont loose the solutions.
  3. Read the question properly and understand it before attempting it.
  4. Go through the Imperative commands. You could either use kubectl <verb> <resource> --help to learn more or https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#-strong-getting-started-strong-|this k8s documentation.

Shwetha Shenoy V:
Good luck!

vikas mahajan:
What you mean by autocomplete?

Tej_Singh_Rana:
Hello, @vikas mahajan
Please have a look -
https://kubernetes.io/docs/reference/kubectl/cheatsheet/#kubectl-autocomplete

vikas mahajan:
Can we do this configuration before test lab environment???

vikas mahajan:
We would be able to do copy paste ??

Shwetha Shenoy V:
Yes, you can! To this date, I dont know if autocomplete is actually configured in the lab as i always practiced by setting it up first. :slightly_smiling_face:

AB:
@vikas mahajan Yes. you can.
use Chrome or Chromium browser to open one additional tab in order to access assets at: https://kubernetes.io/docs/, https://github.com/kubernetes/, https://kubernetes.io/blog/ and their subdomains. This includes all available language translations of these pages (e.g. https://kubernetes.io/zh/docs/https://kubernetes.io/zh/docs/home/|)

AB:
@Shwetha Shenoy V Except lighting lab 1. it is already configured rest of the labs. In the exam environment it is not configured.

Shwetha Shenoy V:
It wont be configured in the exam environment. You have to do it yourself.

vikas mahajan:
Thanks :blush: