CKA Questions
CKA Questions
CKA Exam
Certified Kubernetes Administrator (CKA) Program
Questions & Answers
Demo
Questions & Answers PDF Page 2
Version: 8.0
Question: 1
Explanation:
solution
Questions & Answers PDF Page 3
Questions & Answers PDF Page 4
Question: 2
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.
Explanation:
solution
Question: 3
Ensure a single instance of pod nginx is running on each node of the Kubernetes cluster where nginx also
represents the Image name which has to be used. Do not override any taints currently in place.
Use DaemonSet to complete this task and use ds-kusc00201 as DaemonSet name.
solution below.
Explanation:
solution
Questions & Answers PDF Page 6
Questions & Answers PDF Page 7
Question: 4
Explanation:
solution
Questions & Answers PDF Page 8
Questions & Answers PDF Page 9
Question: 5
Create a pod named kucc8 with a single app container for each of the
following images running inside (there may be between 1 and 4 images specified):
nginx + redis + memcached.
Explanation:
solution
Questions & Answers PDF Page 10
Questions & Answers PDF Page 11