CKA Exam Question 41

Create a redis pod and expose it on port 6379
  • CKA Exam Question 42

    Create a Pod nginx and specify a CPU request and a CPU limit of 0.5 and 1 respectively.
  • CKA Exam Question 43

    From the pod label name=cpu-utilizer, find pods running high CPU workloads and write the name of the pod consuming most CPU to the file /opt/KUTR00102/KUTR00102.txt (which already exists).

    CKA Exam Question 44

    List all the pods sorted by created timestamp

    CKA Exam Question 45

    Create a ETCD backup of kubernetes cluster
    Note : You don't need to memorize command, refer -
    https://kubernetes.io/docs/tasks/administer-cluster/configureupgrade-etcd/ during exam