CKA Exam Question 61

Create a PersistentVolumeClaim of at least 3Gi storage and access mode ReadWriteOnce and verify status is Bound
  • CKA Exam Question 62

    Given a partially-functioning Kubernetes cluster, identify symptoms of failure on the cluster.
    Determine the node, the failing service, and take actions to bring up the failed service and restore the health of the cluster. Ensure that any changes are made permanently.
    You can ssh to the relevant I nodes (bk8s-master-0 or bk8s-node-0) using:
    [student@node-1] $ ssh <nodename>
    You can assume elevated privileges on any node in the cluster with the following command:
    [student@nodename] $ | sudo -i

    CKA Exam Question 63

    Evict all existing pods from a node-1 and make the node unschedulable for new pods.
  • CKA Exam Question 64

    Create an nginx pod and set an env value as 'var1=val1'. Check the env value existence within the pod
  • CKA Exam Question 65

    Get the memory and CPU usage of all the pods and find out top 3 pods which have the highest usage and put them into the cpuusage.txt file