CKA Exam Question 51

Create a job named "hello-job" with the image busybox which echos "Hello I'm running job"
  • CKA Exam Question 52

    An administrator accidentally closed the commit window/screen before the commit was finished. Which two options could the administrator use to verify the progress or success of that commit task? (Choose two)
  • CKA Exam Question 53

    Label a node as app=test and verify

    CKA Exam Question 54

    Clean the cluster by deleting deployment and hpa you just created

    CKA Exam Question 55

    For this item, you will have to ssh to the nodes ik8s-master-0 and ik8s-node-0 and complete all tasks on these nodes. Ensure that you return to the base node (hostname: node-1) when you have completed this item.
    Context
    As an administrator of a small development team, you have been asked to set up a Kubernetes cluster to test the viability of a new application.
    Task
    You must use kubeadm to perform this task. Any kubeadm invocations will require the use of the
    --ignore-preflight-errors=all option.
    * Configure the node ik8s-master-O as a master node. .
    * Join the node ik8s-node-o to the cluster.