Skip to content

Repository files navigation

☸️ Kubernetes CKA / CKAD Notes

Kubernetes CKA CKAD Status Markdown

Personal Kubernetes study notes covering both the CKA (Certified Kubernetes Administrator) and CKAD (Certified Kubernetes Application Developer) exams - architecture, cluster installation/upgrade/backup, workloads, networking, storage, security, autoscaling, 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 CKA / CKAD hints inside Kubernetes.md.


📂 Contents


🛠 CKA / CKAD Exam Tips & Hints

In Kubernetes.md, CKA / 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

CKA / 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
  • Cluster installation (kubeadm), upgrade, and ETCD backup/restore (CKA)
  • Workloads and rollout strategies
  • Networking - Service, Ingress, Gateway API, NetworkPolicy, EndpointSlices
  • ConfigMap, Secret, ServiceAccount, RBAC, Admission controls
  • Volumes, PV/PVC lifecycle, StorageClass, CSI
  • Extensions - CRDs, Helm, Kustomize, Service Mesh
  • Autoscaling - HPA and VPA

📚 CKA / CKAD Study Resources

  1. Kubernetes Docs (Primary source of truth)

  2. Udemy

  3. KodeKloud - Ultimate Mock Exam Series

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

    • CKA · CKAD
    • 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

Packages

Contributors