Mock Exam 1 - Question 2 Ultimate Certified Kubernetes Administrator (CKA) Mock Exam Series

Why would you require us to install etcdctl when that is not an exam requirement and needs to make use of outside documentation not allowed in the exam? The process is time consuming and if done incorrectly means that etcd is not working on cluster1 which cascades to other errors and issues. Please make etcdctl part of the image to more accurately reflect the CKA exam.

For this question, please set the context to cluster1 by running:

kubectl config use-context cluster1

An etcd backup is already stored at the path /opt/cluster1_backup_to_restore.db on the cluster1-controlplane node. Use /root/default.etcd as the --data-dir and restore it on the cluster1-controlplane node itself.

You can ssh to the controlplane node by running ssh root@cluster1-controlplane from the student-node.

It’s not an exam requirement, although in real life, you may need to install etcdctl. Think of it as part of the “architecture” portion of the course. You’ll find a number of labs in the course are to teach you how things fit together, which is useful as background for the exam.

I think that is a fair thing to do inside the labs in the CKA course because thats a theme across the course. When its specifically Mock Exams I think the content should stick to the exams content and setup.