CKA Brain Dump
•
Certs, K8s
- 2020 version with 2hours and 17 tasks
- Kubernetes version 1.19
- passed with 85%
Tasks #
- perform cluster update (master node only + kunectl/kube-proxy)
- create network policy to allow pods on port 80 in same namespace for all other pods
- perform ectd backup and restore (different) snapshot
- extending a deployment with a sidecar for logging + shared volume mounts
- defunct node troubleshooting (most points)
- create multi-container pod
- create ingress for service and test it
- create and expose service for certain port/deployment
- count number of schedulable nodes
- create PV, Claim and update a pod using the claim
- extract log from pod and write to file
- get pod with hightest cpu usage and write name to file
- run simple pod
- create clusterrole, service account and binding
- scale an existing deployment
- something with labels
- 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.