Difference between revisions of "Certified Kubernetes Administrator v1.21"
Jump to navigation
Jump to search
↑ https://kubernetes.io/docs/concepts/storage/persistent-volumes/
Line 27: | Line 27: | ||
== Observability (18%) == | == Observability (18%) == | ||
* [[CKAD: Understand LivenessProbes and ReadinessProbes|Understand LivenessProbes and ReadinessProbes]] | * [[CKAD: Understand LivenessProbes and ReadinessProbes|Understand LivenessProbes and ReadinessProbes]] | ||
− | * [[container logging|Understand container logging]]: <code>kubectl logs]]</code> | + | * [[container logging|Understand container logging]]: <code>[[kubectl logs]]</code> |
* [[Understand how to monitor applications in Kubernetes]] | * [[Understand how to monitor applications in Kubernetes]] | ||
* [[Understand debugging in Kubernetes]] | * [[Understand debugging in Kubernetes]] |
Revision as of 17:45, 17 July 2021
Contents
Core Concepts (13%)
- Understand Kubernetes API primitives:
kubectl api-resources
- Create and configure basic Pods:
kubectl create
,kubectl apply
Configuration (18%)
- Understand ConfigMaps:
kubectl describe configmaps
- Understand SecurityContexts:
securityContext
(Pod) - Define an application's resource requirements
- Create & consume Secrets:
kubectl
create
|get
|describe
- Understand ServiceAccounts
Multi-Container Pods (10%)
- Understand Multi-Container Pod design patters (e.g. ambassador, adapter, sidecar) (Review: https://github.com/dgkanatsios/CKAD-exercises/blob/master/b.multi_container_pods.md)
Pod Design (20%)
- Understand Deployments and how to perform rolling updates:
kubectl rolling-update
- Understand Deployments and how to perform rollbacks:
Kubectl rollout
- Understand Jobs and CronJobs
- Understand how to use Labels, Selector and Annotations:
kubectl label
,kubectl annotate
,NodeSelector
State Persistence (8%)
Observability (18%)
- Understand LivenessProbes and ReadinessProbes
- Understand container logging:
kubectl logs
- Understand how to monitor applications in Kubernetes
- Understand debugging in Kubernetes
Services & Networking (13%)
See also
Advertising: