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

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.

Awesome Lists containing this project

README

          

= Certified Kubernetes Application Developer (CKAD) Study Guide, 2nd Edition

++++


Book Cover
++++
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]