Editing Certified Kubernetes Administrator v1.21

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
  
* https://github.com/cncf/curriculum/blob/master/CKAD_Curriculum_V1.21.pdf
+
 
  
 
== Core Concepts (13%) ==
 
== Core Concepts (13%) ==
* [[Kubernetes API|Understand Kubernetes API primitives]]: <code>[[kubectl api-resources]]</code>
+
* [[Kubernetes API|Understand Kubernetes API primitives]]  
 
* [[Create and configure basic Pods]]: <code>[[kubectl create]]</code>, <code>[[kubectl apply]]</code>
 
* [[Create and configure basic Pods]]: <code>[[kubectl create]]</code>, <code>[[kubectl apply]]</code>
  
== Configuration (18%) ==
 
* Understand [[ConfigMaps]]: <code>[[kubectl describe configmaps]]</code>
 
* [[Understand SecurityContexts]]: <code>[[securityContext]]</code> ([[Pod]])
 
* Define an application's resource requirements
 
* [[CKAD:Create & consume Secrets|Create & consume Secrets]]: <code>[[kubectl]]</code> <code>[[kubectl create secret|create]]</code> | <code>[[kubectl get secrets|get]]</code> | <code>[[kubectl describe |describe]]</code>
 
* 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]]: <code>[[kubectl rolling-update]]</code>
 
* [[Understand Deployments and how to perform rollbacks]]: <code>[[kubectl rollout]]</code>
 
* [[Understand Jobs and CronJobs]]
 
* [[CKAD: Understand how to use Labels, Selector and Annotations|Understand how to use Labels, Selector and Annotations]]: <code>[[kubectl label]]</code>, <code>[[kubectl annotate]]</code>, <code>[[NodeSelector]]</code>
 
 
== State Persistence (8%) ==
 
* [[Understand PersistentVolumeClaims for storage]] <ref>https://kubernetes.io/docs/concepts/storage/persistent-volumes/</ref>
 
 
== Observability (18%) ==
 
* [[CKAD: Understand LivenessProbes and ReadinessProbes|Understand LivenessProbes and ReadinessProbes]]
 
* [[container logging|Understand container logging]]: <code>[[kubectl logs]]</code>
 
* [[Understand how to monitor applications in Kubernetes]]
 
* [[Understand debugging in Kubernetes]]
 
  
== Services & Networking (13%) ==
 
* Understand [[Kubernetes Services|Services]]
 
* [[Demonstrate basic understanding of NetworkPolicies]]
 
  
 
== See also ==
 
== See also ==

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Template used on this page:

Advertising: