Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bmuschko/ckad-crash-course

In-depth and hands-on practice for acing the exam.
https://github.com/bmuschko/ckad-crash-course

certification kubernetes training

Last synced: 1 day ago
JSON representation

In-depth and hands-on practice for acing the exam.

Awesome Lists containing this project

README

        

# Certified Kubernetes Application Developer (CKAD) Crash Course

The ability to use, troubleshoot and monitor Kubernetes as an application developer is in high demand. In response, the Cloud Native Computing Foundation (CNCF) developed the [Certified Kubernetes Application Developer (CKAD) certification](https://www.cncf.io/certification/ckad/) to establish a developer’s credibility and value in the job market to confidently work in a Kubernetes environment. The exam is different from the typical multi-choice format of other certifications. It’s completely performance-based and requires deep knowledge of the tasks at hand under immense time pressure. Are you ready to pass the test on the first go?

This practical course is designed to walk you through all the topics covered in the exam to fully prepare to pass the certification exam. The trainer, [CKAD](https://www.credly.com/badges/98ba0895-b669-47d5-8206-50b7223940e3), [CKA](https://www.credly.com/badges/9a599e63-6155-422e-b169-8eaaed5369ab), and [CKS](https://www.credly.com/badges/24cb66c7-74ac-461a-95a4-d272d42bfdaa), Benjamin Muschko, will also share his personal experience with preparing for all aspects of the exam.

## Prerequisites

All exercises in this repository practice a self-contained portion of the [CKAD curriculum](https://github.com/cncf/curriculum). Please make sure to follow the [instructions](./prerequisites/instructions.md) for setting up your environment before joining the training.

## Exercises

All [exercises](./exercises) are numbered and live in dedicated directories starting with the name `exercise-`. You'll find instructions for each exercise in each folder. Solutions are available in the `solution` folder. Try to solve each exercise yourself before having a look at the solution.

## Additional Resources

* πŸ’¬ [Kubernetes Slack Channel #certifications](https://kubernetes.slack.com/)
* πŸ“š [O'Reilly: Certified Kubernetes Application Developer (CKAD) Study Guide, 2nd Edition](https://learning.oreilly.com/library/view/certified-kubernetes-application/9781098152857/)
* πŸ“š [O'Reilly: Certified Kubernetes Application Developer (CKAD) Study Guide](https://learning.oreilly.com/library/view/certified-kubernetes-application/9781492083726/)
* πŸ“š [O'Reilly: Certified Kubernetes Administrator (CKA) Study Guide](https://learning.oreilly.com/library/view/certified-kubernetes-administrator/9781098107215/)
* ✍🏻 [Benjamin Muschko: Crushing the Certified Kubernetes Application Developer (CKAD) exam](https://bmuschko.com/blog/ckad-prep/)
* 🎞️ [O'Reilly: Certified Kubernetes Application Developer (CKAD) Prep Course](https://learning.oreilly.com/course/certified-kubernetes-application/0642572045296/)
* 🎞️ [LinkedIn Learning: Certified Kubernetes Application Developer (CKAD) Cert Prep: Exam Tips](https://www.linkedin.com/learning/certified-kubernetes-application-developer-ckad-cert-prep-exam-tips)
* 🎞️ [KodeKloud: Certified Kubernetes Application Developer (CKAD)](https://kodekloud.com/p/kubernetes-certification-course)
* πŸ§ͺ [O'Reilly: CKAD Interactive Practice Labs](https://learning.oreilly.com/playlists/2e9fe6dc-2a05-47fe-ae0a-34d6485287cc/)
* πŸ§ͺ [Killer Shell: CKAD Simulator](https://killer.sh/ckad)
* πŸ§ͺ [Dimitris-Ilias Gkanatsios: CKAD Exercises](https://github.com/dgkanatsios/CKAD-exercises)