Skip to content

proksid/kubernetes-learner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

☸️ Kubernetes CKAD Notes

Kubernetes CKAD Status Markdown

Personal Kubernetes study notes focused on the CKAD (Certified Kubernetes Application Developer) exam - covering architecture, workloads, networking, storage, security, troubleshooting, and day-to-day kubectl workflows.


📑 Table of Contents


🚀 Start Here

Resource Description
Kubernetes.md Main notes - start here
attachment/ Diagrams and screenshots

Fastest route: search for CKAD hints inside Kubernetes.md.


📂 Contents


🛠 CKAD Exam Tips & Hints

In Kubernetes.md, CKAD hints are short callout blocks placed next to exam-heavy topics and serve as a brief memorization for quicker access to the required resources under exam pressure.

Each hint typically provides:

  • A link to the relevant Kubernetes docs page
  • kubectl <subcommand> -h - fastest lookup under time pressure
  • kubectl explain <resource> - field-level detail
  • Search patterns - keywords to find fields in manifests or docs

Exam Speed Flow

CKAD hints  →  kubectl -h  →  kubectl explain  →  kubernetes.io docs

⚠️ Some resources (e.g. PV, PVC) still require a manifest template from the official docs - they cannot be generated imperatively.


📋 Coverage

  • Kubernetes architecture and component communication
  • Workloads and rollout strategies
  • Networking - Service, Ingress, NetworkPolicy, EndpointSlices
  • ConfigMap, Secret, ServiceAccount, RBAC, Admission controls
  • Volumes, PV/PVC lifecycle, StorageClass, CSI
  • Extensions - CRDs, Helm, Kustomize, Service Mesh

📚 CKAD Study Resources

  1. Kubernetes Docs (Primary source of truth)

  2. Udemy - CKAD with Tests by Mumshad Mannambeth, KodeKloud, Vijin Palazhi

    • Structured video lessons + hands-on labs, lightning labs, and mock exams via KodeKloud.
  3. KodeKloud - Ultimate CKAD Mock Exam Series

    • High-quality mock labs.
  4. KillerCoda CKAD Scenarios

    • Browser-based interactive scenarios.
  5. KillerShell

    • Real exam environment simulator; great for timing and muscle-memory training.
  6. PluralSight CKAD Path

    • Additional learning path.
  7. Exam experience & tips:

  8. Ivan Velichko's iximiuz Lab

    • Container internals explained with surgical precision.

Releases

No releases published

Packages

 
 
 

Contributors