Certified Kubernetes Application Developer 2021 - Prep

·

2 min read

In this article, we will discuss the syllabus and how to prepare and clear the CKAD exam.

Note: A newer version of this exam is to come out anytime soon. Do check out the below link before applying for the exam. training.linuxfoundation.org/ckad-program-c..

The exam syllabus covers the following topics :

  • Good understanding of Kubernetes architecture.
  • Good understanding of Kubernetes API.
  • Good understanding of the kubectl CLI tool.

API objects tested in the exam :

  • Pods
  • Replication Controller & ReplicaSet
  • Deployments
  • Namespace
  • Services
  • Job & CronJob
  • Persistent Volume, Persistent Volume Claim, Storage Class
  • Secrets
  • ConfigMap
  • Network Policy
  • Liveness, Readiness & Startup Probes
  • Logging Sidecar
  • Multi-container Pod
  • Service Accounts
  • Security Contexts

Hint: Please know everything there is to know about the above API objects and use the kubectl imperative way of creating objects rather than declarative YAML files as one can save time.

Use the kubernetes cheat sheet to set an alias for the kubectl CLI and auto completion. kubernetes.io/docs/reference/kubectl/cheats..

Always remember the cluster to which the kubectl commands are executed. Note the cluster name and context on top of the question in the exam window.

  1. Exam cost: 375$
  2. Questions & Duration: 19 Questions - 120 minutes
  3. Resources: KodeKloud - CKAD course, KodeKloud labs, killer.sh practice test platform
  4. Also one can take a look at this blog for sample exam questions and tips before going for the exam - codeburst.io/kubernetes-ckad-weekly-challen..

Note: To pass the exam, practice, practice, practice!

Did you find this article valuable?

Support Sri Balaji by becoming a sponsor. Any amount is appreciated!