ckad-study-guide
ckad-study-guide copied to clipboard
Code example from the book "Certified Kubernetes Application Developer (CKAD) Study Guide" published by O'Reilly Media.
= Certified Kubernetes Application Developer (CKAD) Study Guide
++++
++++
Source code for book https://learning.oreilly.com/library/view/certified-kubernetes-application/9781492083726/["Certified Kubernetes Application Developer (CKAD) Study Guide"], In-Depth Guidance and Practice, published by Benjamin Muschko for O'Reilly Media Inc.
This study guide walks you through all the topics you need to fully prepare for the exam covering Kubernetes 1.19. Author Benjamin Muschko also shares his personal experience with preparing for all aspects of the exam.
== Source Code
- Exam Details and Resources
- https://github.com/bmuschko/ckad-study-guide/tree/master/ch02[Core Concepts]
- https://github.com/bmuschko/ckad-study-guide/tree/master/ch03[Configuration]
- https://github.com/bmuschko/ckad-study-guide/tree/master/ch04[Multi-Container Pods]
- https://github.com/bmuschko/ckad-study-guide/tree/master/ch05[Observability]
- https://github.com/bmuschko/ckad-study-guide/tree/master/ch06[Pod Design]
- https://github.com/bmuschko/ckad-study-guide/tree/master/ch07[Services & Networking]
- https://github.com/bmuschko/ckad-study-guide/tree/master/ch08[State Persistence]
- https://github.com/bmuschko/ckad-study-guide/tree/master/app-a[Appendix A: Answers to Review Questions]