Mock CKA scenario-based practice test
You have two VMs, master-0 and worker-0. Please complete the following mock scenarios.
Scenario 1:
Install the latest version of kubeadm
, then create a basic kubeadm
cluster on the master-0
node, and get the node information.
Scenario 2:
SSH to worker-0
and join it to the master-0
node.
Scenario 3 (optional):
Set up a local minikube
cluster and schedule your first workload, called hello Packt
You can find all the scenario resolutions in Appendix - Mock CKA scenario-based practice test resolutions of this book.