Learning Path: Certified Kubernetes Application Developer (CKAD) Prep Course

Source of these Notes

📌 TABLE OF CONTENTS

Module 1: Exam Details and Resources


Module 2: Core Concepts

Object creation and management

--dry-run=client does not create an actual resource

Kubernetes uses etcd datastore to store data

Understanding Pods

Control flow

kubectl ➡️ API Server ➡️ etcd ➡️ Scheduler ➡️ Kubelet ➡️ Pod ➡️ Docker