CKA Exam Question 56

Monitor the logs of pod foo and:
* Extract log lines corresponding to error
unable-to-access-website
* Write them to/opt/KULM00201/foo

CKA Exam Question 57

Check the Image version of nginx-dev pod using jsonpath

CKA Exam Question 58

Create a Pod nginx and specify both CPU, memory requests and limits together and verify.
  • CKA Exam Question 59

    Create a pod as follows:
    * Name:non-persistent-redis
    * container Image:redis
    * Volume with name:cache-control
    * Mount path:/data/redis
    The pod should launch in thestagingnamespace and the volumemust notbe persistent.

    CKA Exam Question 60

    Create a deployment as follows:
    * Name:nginx-random
    * Exposed via a servicenginx-random
    * Ensure that the service & podare accessible via theirrespective DNS records
    * The container(s) within anypod(s) running as a part of thisdeployment should use thenginxImage Next, use the utilitynslookupto lookup the DNS records of the service &pod and write the output to
    /opt/KUNW00601/service.dnsand/opt/KUNW00601/pod.dnsrespectively.