Skip to content

Instantly share code, notes, and snippets.

@BigAl
Created February 17, 2021 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BigAl/e9a0eb8656488b24806b1dcf9cecb44b to your computer and use it in GitHub Desktop.
Save BigAl/e9a0eb8656488b24806b1dcf9cecb44b to your computer and use it in GitHub Desktop.
CKA Notes

Linux Acamdmey Couse https://acloudguru.com/course/certified-kubernetes-administrator-cka

https://github.com/dgkanatsios/CKAD-exercises

https://github.com/walidshaari/Kubernetes-Certified-Administrator

https://medium.com/bb-tutorials-and-thoughts/practice-enough-with-these-questions-for-the-ckad-exam-2f42d1228552

https://medium.com/@emreodabas_20110/best-practices-for-cka-exam-9c1e51ea9b29

Takeaways

Alias k for Kubectl
Bookmarks for documentation
Imperative Commands
Use dry-run if you need a YAML
CheatSheet at hand

https://github.com/David-VTUK/CKA-StudyGuide

Additional aliases
k = 'kubectl'

kgp = 'kubectl get pods' kgs = 'kubectl get svc' kgc = 'kubectl get componentstatus'

kg=”kubectl get” kc=”kubectl create” kd=”kubectl describe”

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment