CKA Exam Question 41

Scale the deployment to 5 replicas

CKA Exam Question 42

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 43

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 44

Deploy a pod with image=redis on a node with label disktype=ssd
  • CKA Exam Question 45

    Score: 4%

    Task
    Schedule a pod as follows:
    * Name: nginx-kusc00401
    * Image: nginx
    * Node selector: disk=ssd