CKA Exam Question 56

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

    Get list of persistent volumes and persistent volume claim in the cluster

    CKA Exam Question 58

    Create a deployment as follows:
    * Name: nginx-random
    * Exposed via a service nginx-random
    * Ensure that the service & pod are accessible via their respective DNS records
    * The container(s) within any pod(s) running as a part of this deployment should use the nginx Image Next, use the utility nslookup to look up the DNS records of the service & pod and write the output to
    /opt/KUNW00601/service.dns and /opt/KUNW00601/pod.dns respectively.