Helpful Tips and Shortcuts for Cracking the CKA Exam

Helpful Tips and Shortcuts for Cracking the CKA Exam

CKA Exam Information and Preparation Resources

Exam Structure:

  • The exam comprises 17 practical CKA questions to be completed within 2 hours.

  • A passing score is 66, and you are allowed 2 retakes.

Course Purchase Benefits:

  • When you purchase the course, you will get access to 2 killer.sh practice tests and killercoda scenarios. FYI - Both killer.sh practice tests contain relevant content.

Exam Browser Access:

  • During the exam, you will have access to a Firefox browser for accessing the Kubernetes documentation. FYI - The search functionality in Firefox is different for Chrome users.

  • Each exam question will have relevant documentation links, which can be misleading. Use the provided links to access the docs as Firefox does not retain addresses in its history.

Learning Theory and Official Documentation:

  • The course by Mumshad Mannambeth should be sufficient to understand the workings of Kubernetes.

CKA Videos and Mock Practice Tests:

Kubernetes Official Documentation:

Practicing Real-Time Scenario Questions:

Important Topics for the CKA Exam

(Those in bold are commonly included in the exam. FYI - Volume, PV, and PVC documentation are tricky to navigate, so be familiar with these docs.)

  • ETCD Backup and Restore

  • Cluster Upgrade

  • Working with PV and PVC

  • Network Policies

  • Ingress

  • JsonPath

  • Monitoring/Logging Pods

  • Vim/Nano

  • Service Account, Role & Role Bindings

  • Contexts

  • Multicontainers

  • Valid Certs

  • Draining Pods

  • Taints and Tolerations, Scheduling (Affinity)

  • Secrets and Config Maps

Important Kubernetes Shortcuts for the Exam

  • k = kubectl (this will be provided by default)

  • export do='--dry-run=client -o yaml'

Important Vim and Terminal Shortcuts

Terminal:

  • Ctrl + A - Jump to the start of the line

  • Ctrl + E - Jump to the end of the line

Vim:

  • gg - Jump to the top

  • :$ - Jump to the bottom

  • 0 - Start of a line

  • Shift + 4 - End of a line

  • dd - Delete a line