kubernetes.io documentation - Useful links for the CKA
For the CKA Exam it’s useful to know the documentation well, and to be able to navigate quickly to appropriate code snippets, commands and the like. I present here a short list of links that may be useful, in the exam, for specific question categories.
- Bootstrapping clusters with kubeadm
- Upgrading kubeadm clusters
- Operating etcd clusters for Kubernetes
- See Securing communication for running commands with tls certs.
- Configure POD Resources
- Volumes
- kubectl
- kubectl quick reference
- JSONPath support
- kubectl events
- For kubectl examples search the documentation site for examples, e.g.
kubectl create <object>
.
- Taints and tolerations
- Ingress
- Certificate Signing Requests
Found a pretty Comprehensive CKA Bookmark List during my googling.