# CKAD-exercises **Repository Path**: windgap/CKAD-exercises ## Basic Information - **Project Name**: CKAD-exercises - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-09 - **Last Updated**: 2021-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![unofficial Google Analytics for GitHub](https://gaforgithub.azurewebsites.net/api?repo=CKAD-exercises)](https://github.com/dgkanatsios/gaforgithub) # CKAD Exercises A set of exercises that helped me prepare for the [Certified Kubernetes Application Developer](https://www.cncf.io/certification/ckad/) exam, offered by the Cloud Native Computing Foundation, organized by curriculum domain. They may as well serve as learning and practicing with Kubernetes. During the exam, you are allowed to keep only one other browser tab open to refer official documentation. Make a mental note of the breadcrumb at the start of the excercise section, to quickly locate the relevant document in kubernetes.io. It is recommended that you read official documents before attempting exercises below it. ## Contents - [Core Concepts - 13%](a.core_concepts.md) - [Multi-container pods - 10%](b.multi_container_pods.md) - [Pod design - 20%](c.pod_design.md) - [Configuration - 18%](d.configuration.md) - [Observability - 18%](e.observability.md) - [Services and networking - 13%](f.services.md) - [State persistence - 8%](g.state.md) ### Can I PR? There is an error/an alternative way/an extra question/solution I can offer Absolutely! Feel free to PR and edit/add questions and solutions, but please stick to the existing format. ### References - [here](https://github.com/twajr/ckad-prep-notes) from twajr - [here](https://www.reddit.com/r/kubernetes/comments/9uydc1/passed_the_ckad_special_thanks_to_the_linux/) from Blockchain0 - [here](https://medium.com/devopslinks/my-story-towards-cka-ckad-and-some-tips-daf495e711a9) from abdennour - [here](https://medium.com/chotot-techblog/tips-tricks-to-pass-certified-kubernetes-application-developer-ckad-exam-67c9e1b32e6e) from Anh Dang