Question 1
Each question needs to be solved on a specific instance other than your main
candidate@terminal
. You'll need to connect to the correct instance via ssh, the command is provided before each question. To connect to a different instance you always need to return first to your main terminal by running theexit
command, from there you can connect to a different one.
In the real exam each question will be solved on a different instance whereas in the simulator multiple questions will be solved on same instances.
Use
sudo -i
to become root on any node in case necessary.
Solve this question on: ssh cks3477
You have access to multiple clusters from your main terminal through kubectl
contexts. Write all context names into /opt/course/1/contexts
on cks3477
, one per line.
From the kubeconfig extract the certificate of user restricted@infra-prod
and write it decoded to /opt/course/1/cert
.