Chapter 1. Exam Details and Resources
This chapter addresses the most frequently asked questions by candidates preparing to successfully pass the Certified Kubernetes Application Developer (CKAD) exam. Later chapters will give you a summary of Kubernetes’ benefits and architecture and how to interact with a Kubernetes cluster using kubectl.
Kubernetes Certification Learning Path
The CNCF offers four different Kubernetes certifications. Figure 1-1 categorizes each of them by target audience.
Figure 1-1. Kubernetes certifications learning path
The target audience for associate-level certifications is beginners to the cloud and Kubernetes. Associate-level certification exams use a multiple-choice format. You will not have to interact with a Kubernetes cluster in an interactive environment.
Practitioner-level certifications are meant for developers and administrators with preexisting Kubernetes experience. Exams in this category require you to solve problems in multiple Kubernetes environments hands-on. You will find that the CKAD is geared to application developers and does not require any other certification as a prerequisite.
Let’s have a brief look at each certification to see if the CKAD is the right fit for you.
Kubernetes and Cloud Native Associate (KCNA)
KCNA is an entry-level certification program for anyone interested in cloud-native application development, runtime environments, ...