Weekend Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

ExamsBrite Dumps

Certified Kubernetes Administrator (CKA) Program Question and Answers

Certified Kubernetes Administrator (CKA) Program

Last Update Jun 14, 2025
Total Questions : 83

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

$36.75  $104.99
CKA Engine

CKA Testing Engine

$43.75  $124.99
CKA PDF + Engine

CKA PDF + Testing Engine

$57.75  $164.99
Questions 1

Create 2 nginx image pods in which one of them is labelled with env=prod and another one labelled with env=dev and verify the same.

Options:

Discussion 0
Questions 2

Score: 4%

Task

Check to see how many nodes are ready schedulable (not including nodes tainted NoSchedule ) and write the number to /opt/KUSC00402/kusc00402.txt.

Options:

Discussion 0
Questions 3

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

Options:

Discussion 0
Questions 4

Score: 13%

Task

A Kubernetes worker node, named wk8s-node-0 is in state NotReady. Investigate why this is the case, and perform any appropriate steps to bring the node to a Ready state, ensuring that any changes are made permanent.

Options:

Discussion 0
Questions 5

Print pod name and start time to “/opt/pod-status” file

Options:

Discussion 0
Questions 6

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 7

Schedule a Pod as follows:

. Name: kucc1

. App Containers : 2

. Container Name/Images :

    redis

    Memcached

Options:

Discussion 0
Questions 8

Create a busybox pod and add “sleep 3600” command

Options:

Discussion 0
Questions 9

Score: 4%

Task

Scale the deployment presentation to 6 pods.

Options:

Discussion 0
Questions 10

Task Weight: 4%

Task

Schedule a Pod as follows:

• Name: kucc1

• App Containers: 2

• Container Name/Images:

o nginx

o consul

Options:

Discussion 0
Questions 11

Score: 5%

Task

Monitor the logs of pod bar and:

• Extract log lines corresponding to error file-not-found

• Write them to /opt/KUTR00101/bar

Options:

Discussion 0
Questions 12

List the nginx pod with custom columns POD_NAME and POD_STATUS

Options:

Discussion 0
Questions 13

Create a deployment as follows:

    Name: nginx-app

    Using container nginx with version 1.11.10-alpine

    The deployment should contain 3 replicas

Next, deploy the application with new version 1.11.13-alpine, by performing a rolling update.

Finally, rollback that update to the previous version 1.11.10-alpine.

Options:

Discussion 0
Questions 14

Create an nginx pod and list the pod with different levels of verbosity

Options:

Discussion 0
Questions 15

Score: 4%

Task

Create a persistent volume with name app-data , of capacity 1Gi and access mode ReadOnlyMany. The type of volume is hostPath and its location is /srv/app-data .

Options:

Discussion 0
Questions 16

List the nginx pod with custom columns POD_NAME and POD_STATUS

Options:

Discussion 0
Questions 17

Score: 7%

Task

Create a new nginx Ingress resource as follows:

• Name: ping

• Namespace: ing-internal

• Exposing service hi on path /hi using service port 5678

Options:

Discussion 0
Questions 18

List all the pods sorted by created timestamp

Options:

Discussion 0
Questions 19

Score: 4%

Context

You have been asked to create a new ClusterRole for a deployment pipeline and bind it to a specific ServiceAccount scoped to a specific namespace.

Task

Create a new ClusterRole named deployment-clusterrole, which only allows to create the following resource types:

• Deployment

• StatefulSet

• DaemonSet

Create a new ServiceAccount named cicd-token in the existing namespace app-team1.

Bind the new ClusterRole deployment-clusterrole lo the new ServiceAccount cicd-token , limited to the namespace app-team1.

Options:

Discussion 0
Questions 20

Configure the kubelet systemd- managed service, on the node labelled with name=wk8s-node-1, to launch a pod containing a single container of Image httpd named webtool automatically. Any spec files required should be placed in the /etc/kubernetes/manifests directory on the node.

You can ssh to the appropriate node using:

[student@node-1] $ ssh wk8s-node-1

You can assume elevated privileges on the node with the following command:

[student@wk8s-node-1] $ | sudo –i

Options:

Discussion 0
Questions 21

Score: 4%

Task

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 .

Options:

Discussion 0
Questions 22

Monitor the logs of pod foo and:

    Extract log lines corresponding to error

unable-to-access-website

    Write them to/opt/KULM00201/foo

Options:

Discussion 0
Questions 23

Create a pod that having 3 containers in it? (Multi-Container)

Options:

Discussion 0
Questions 24

From the pod label name=cpu-utilizer, find pods running high CPU workloads and

write the name of the pod consuming most CPU to the file /opt/KUTR00102/KUTR00102.txt (which already exists).

Options:

Discussion 0