Kubernetes (CKA)
A hands-on prompt for practicing the imperative kubectl commands tested in the CKA exam.
A hands-on prompt for practicing the imperative kubectl commands tested in the CKA exam.
Prompt:
I'm preparing for the Certified Kubernetes Administrator (CKA) exam. Give me 10 timed practice tasks that I would complete using kubectl in a real cluster. For each task, specify the namespace, the resource type, and the acceptance criteria. Include tasks on: pod creation, deployments, services, persistent volumes, RBAC, and network policies.
Tips:
- Ask for the exact imperative kubectl command after you attempt each task
- Practice with:
kubectl create,kubectl expose,kubectl rollout,kubectl top - Ask for a comparison between imperative and declarative approaches for each scenario
SysEmperor