CKA Brain Dump

Certs, K8s

  • 2020 version with 2hours and 17 tasks
  • Kubernetes version 1.19
  • passed with 85%

Tasks #

  1. perform cluster update (master node only + kunectl/kube-proxy)
  2. create network policy to allow pods on port 80 in same namespace for all other pods
  3. perform ectd backup and restore (different) snapshot
  4. extending a deployment with a sidecar for logging + shared volume mounts
  5. defunct node troubleshooting (most points)
  6. create multi-container pod
  7. create ingress for service and test it
  8. create and expose service for certain port/deployment
  9. count number of schedulable nodes
  10. create PV, Claim and update a pod using the claim
  11. extract log from pod and write to file
  12. get pod with hightest cpu usage and write name to file
  13. run simple pod
  14. create clusterrole, service account and binding
  15. scale an existing deployment
  16. something with labels
  17. schedule a pod to a certain node using a Nodeselector

general thoughts #

  • being good with linux seems to be rewarded as well given the high marks for some questions (like the node troubleshooting)
  • environment was quite good.
  • questions were precise. Copy and paste of names and contexts is easy
  • weighting is a bit fucked up so there is room for strategy
  • no pass/fail message. results will be sent exactly 36 later
  • CKA Mock Exams from Mumshabads Udemy course are spot on.