CKA Exam Question 11

What are the differences between using a service versus using an application for Security Policy match?
  • CKA Exam Question 12

    Get all the pods with label "env"

    CKA Exam Question 13

    List all persistent volumes sorted by capacity, saving the full kubectl output to
    /opt/KUCC00102/volume_list. Use kubectl 's own functionality for sorting the output, and do not manipulate it any further.

    CKA Exam Question 14

    A Kubernetes worker node, named wk8s-node-0 is in state NotReady. Investigate why this is the case, and perform any appropriate steps to bring the node to a state, ensuring that any changes are made permanent.
    You can ssh to the failed node using:
    [student@node-1] $ | ssh Wk8s-node-0
    You can assume elevated privileges on the node with the following command:
    [student@w8ks-node-0] $ | sudo -i

    CKA Exam Question 15

    Create a Kubernetes secret as follows:
    * Name: super-secret
    * password: bob
    Create a pod named pod-secrets-via-file, using the redis Image, which mounts a secret named super-secret at
    /secrets.