// the find
mmumshad/kubernetes-training-answers
Answer key for my Kubernetes for Beginners Course on Udemy
Answer key for Mumshad Mannambeth's Udemy 'Kubernetes for Absolute Beginners' course. It's a companion repo — useless without the course, and only useful if you're actively working through those specific exercises. Not a standalone learning resource.
The directory structure maps 1:1 to course sections, so finding the answer for a specific exercise is trivial. YAML files are minimal and focused — no bloat, just the working definition. Having a reference answer to diff against your own attempt is genuinely useful when you're stuck on a typo or structural mistake.
No explanation of why the answers are correct — you get the YAML, not the reasoning, which limits its value for actually learning. Last updated in 2022, so anything touching API versions (e.g. apps/v1 vs extensions/v1beta1) may be stale against current Kubernetes releases. Zero coverage beyond Pods, ReplicaSets, Deployments, Services, and YAML basics — no ConfigMaps, Secrets, Namespaces, or anything a beginner will hit in real use. 971 forks vs 502 stars suggests most usage is 'clone to cheat' rather than genuine reference.