Question 1

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)
  • Question 2

    Score: 4%

    Task
    Set the node named ek8s-node-1 as unavailable and reschedule all the pods running on it.

    Question 3

    Clean the cluster by deleting deployment and hpa you just created

    Question 4

    Create a busybox pod which executes this command sleep 3600 with the service account admin and verify
  • Question 5

    Score: 7%

    Task
    Reconfigure the existing deployment front-end and add a port specification named http exposing port 80/tcp of the existing container nginx.
    Create a new service named front-end-svc exposing the container port http.
    Configure the new service to also expose the individual Pods via a NodePort on the nodes on which they are scheduled.