Labour Day Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

Certified Kubernetes Administrator (CKA) Program Question and Answers

Certified Kubernetes Administrator (CKA) Program

Last Update Apr 25, 2024
Total Questions : 67

We are offering FREE CKA Linux Foundation exam questions. All you do is to just go and sign up. Give your details, prepare CKA free exam questions and then go for complete pool of Certified Kubernetes Administrator (CKA) Program test questions that will help you more.

CKA pdf

CKA PDF

$35  $99.99
CKA Engine

CKA Testing Engine

$42  $119.99
CKA PDF + Engine

CKA PDF + Testing Engine

$56  $159.99
Questions 1

Create a nginx pod with label env=test in engineering namespace

Options:

Discussion 0
Questions 2

Score: 4%

Task

Scale the deployment presentation to 6 pods.

Options:

Discussion 0
Questions 3

Create and configure the service front-end-service so it's accessible through NodePort and routes to the existing pod named front-end.

Options:

Discussion 0
Questions 4

Get list of all the pods showing name and namespace with a jsonpath expression.

Options:

Discussion 0
Questions 5

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.

Options:

Discussion 0
Questions 6

Create a file:

/opt/KUCC00302/kucc00302.txt that lists all pods that implement service baz in namespace development.

The format of the file should be one pod name per line.

Options:

Discussion 0
Questions 7

Create a pod with image nginx called nginx and allow traffic on port 80

Options:

Discussion 0
Questions 8

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.

Options:

Discussion 0
Questions 9

List all the pods sorted by name

Options:

Discussion 0
Questions 10

List the nginx pod with custom columns POD_NAME and POD_STATUS

Options:

Discussion 0