Certified Kubernetes Application Developer (CKAD) preparation Preparation to CKAD exam for developers. This repo collects or exersices, documentaion references and labs as well.
- Docker knowledge
- Linux concepts
- K8S basic
- Kubernetes local cluster, see here
- Core Concepts - 13%
- Multi-container pods - 10%
- Pod design - 20%
- Configuration - 18%
- Observability - 18%
- Services and networking - 13%
- State persistence - 8%
- Kubernetes API primitives here
- Creating PODs here
- Namespaces here
- Container configuration here
- ConfigMaps here
- Security Contexts here
- Resource Requirements here
- Secrets here
- Service Accounts here
- Multi-container pods here