CKAD

CKAD Exam Preparation

November 7, 2020
Software
Tech, Kubernetes, CKAD

The process # Study # Took Mumshad’s super popular CKAD preparation course. It introduced the relevant kubernetes concepts and the labs at the end of each section were great for reinforcing the material. At $20 the course was a steal 🔥🔥🔥. This was the only resource I used and I passed the exam 🎉. Practice # From reading about the exam online and from the mock exams in Mumshad’s course, I realized that the exam is not hard but you have to be fast. ...

CKAD Notes

September 15, 2020
Software
Tech, Kubernetes, CKAD

Sparse CKAD Notes # Node # Runs the containers deployed on K8s. It is the worker Kubelet # Agent running on the node that monitors health of pods and running pods on the container runtime Container Runtime # Engine that runs the containers Master # Handles all requests and is the brains that orchestrates work on the workers API Server # Receives all incoming API requests and is the frontend to K8s cluster ...