https://github.com/bmuschko/ckad-study-guide
Code example from the book "Certified Kubernetes Application Developer (CKAD) Study Guide" published by O'Reilly Media.
https://github.com/bmuschko/ckad-study-guide
certification kubernetes
Last synced: 11 months ago
JSON representation
Code example from the book "Certified Kubernetes Application Developer (CKAD) Study Guide" published by O'Reilly Media.
- Host: GitHub
- URL: https://github.com/bmuschko/ckad-study-guide
- Owner: bmuschko
- License: apache-2.0
- Created: 2020-08-06T14:04:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T00:29:14.000Z (over 1 year ago)
- Last Synced: 2025-03-27T12:11:10.395Z (12 months ago)
- Topics: certification, kubernetes
- Language: JavaScript
- Homepage: https://learning.oreilly.com/library/view/certified-kubernetes-application/9781098152857/
- Size: 183 KB
- Stars: 228
- Watchers: 12
- Forks: 138
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Certified Kubernetes Application Developer (CKAD) Study Guide, 2nd Edition
++++
++++
Source code for book https://learning.oreilly.com/library/view/certified-kubernetes-application/9781098152857/["Certified Kubernetes Application Developer (CKAD) Study Guide, 2nd Edition"], 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.28. Author Benjamin Muschko also shares his personal experience with preparing for all aspects of the exam.
> **_NOTE:_** The source code for the 1st edition of the book is available https://github.com/bmuschko/ckad-study-guide/tree/1st-edition[here].
== Source Code By Chapters
. Introduction
* Exam Details and Resources
* Kubernetes in a Nutshell
* link:./ch03[Interacting with Kubernetes]
. Application Design and Build
* link:./ch04[Container Fundamentals]
* link:./ch05[Pods and Namespaces]
* link:./ch06[Jobs and CronJobs]
* link:./ch07[Volumes]
* link:./ch08[Multi-Container Pods]
* link:./ch09[Labels and Annotations]
. Application Deployment
* link:./ch10[Deployments]
* link:./ch11[Deployment Strategies]
* Helm
. Application Observability and Maintenance
* link:./ch13[API Deprecations]
* link:./ch14[Container Probes]
* link:./ch15[Troubleshooting Pods and Containers]
. Application Environment, Configuration and Security
* link:./ch16[Custom Resource Definitions (CRDs)]
* link:./ch17[Authentication, Authorization, and Admission Control]
* link:./ch18[Resource Requirements, Limits, and Quotas]
* link:./ch19[ConfigMaps and Secrets]
* link:./ch20[Security Contexts]
. Services & Networking
* link:./ch21[Services]
* link:./ch22[Ingresses]
* link:./ch23[Network Policies]
. Appendixes
* link:./app-a[Appendix A: Answers to Review Questions]
* link:./app-b/exam-review-guide.adoc[Appendix B: Exam Review Guide]