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

https://github.com/staggerlee011/ckad

CKAD resource collection
https://github.com/staggerlee011/ckad

ckad-study-notes kubernetes

Last synced: 11 months ago
JSON representation

CKAD resource collection

Awesome Lists containing this project

README

          

# Certified Kubernetes Application Developer (CKAD)

Collection of notes and learning resources for the CKAD exam.

## Exam Details

- [CKAD curriculum v1.18](https://github.com/cncf/curriculum/blob/master/CKAD_Curriculum_V1.18.pdf)

## Resources

- [Linux Foundation LFD259](https://trainingportal.linuxfoundation.org/learn/course/kubernetes-for-developers-lfd259)
- [The Kubernetes Book by Nigel Poulton](https://leanpub.com/thekubernetesbook)
- [Bret Fisher Kubernetes Mastery: Hands-On From A Docker Captain](https://www.udemy.com/course/kubernetesmastery)
- [Kubernetes in a month of lunches on Manning](https://www.manning.com/books/learn-kubernetes-in-a-month-of-lunches)

## Exam Curriculum Notes

- [13% Core Concepts](core/readme.md)
- [18% Configuration](config/readme.md)
- [10% Multi-Container Pods](multi-pods/readme.md)
- [18% Observability](observability/readme.md)
- [20% Pod Design](pods/readme.md)
- [13% Services & Network](services-network/readme.md)
- [8% State Perssitence](state/readme.md)