Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Certified Kubernetes Application Developer (CKAD) Program

Last Update 17 hours ago Total Questions : 48

The Certified Kubernetes Application Developer (CKAD) Program content is now fully updated, with all current exam questions added 17 hours ago. Deciding to include CKAD practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our CKAD exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these CKAD sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Certified Kubernetes Application Developer (CKAD) Program practice test comfortably within the allotted time.

Question # 4

Task

You are required to create a pod that requests a certain amount of CPU and memory, so it gets scheduled to-a node that has those resources available.

• Create a pod named nginx-resources in the pod-resources namespace that requests a minimum of 200m CPU and 1Gi memory for its container

• The pod should use the nginx image

• The pod-resources namespace has already been created

Question # 5

You must connect to the correct host . Failure to do so may result in a zero score.

[candidate@base] $ ssh ckad00033

Task

A Dockerfile has been prepared at /home/candidate/build/Dockerfile.

Using the prepared Dockerfile, build a container image with the name macaque and tag 1.2. You may install and use the tool of your choice.

Multiple image builders and tools have been pre-installed in the base system,

including: docker, skopeo, buildah, img , and podman.

Please do not push the built image to a registry, run a container, or otherwise consume it.

Using the tool of your choice, export the built container image in OCI or Docker image format and store it at /home/candidate/macaque-1.2.tar.

Question # 6

Context

You are asked to deploy an application developed for an older version of Kubernetes on a cluster running a recent version of Kubernetes .

You must connect to the correct host . Failure to do so may result in a zero score.

[candidate@base] $ ssh ckad00026

Task

Fix any API -deprecation issues in the manitest file

/home/candidate/credible-mite/web.yaml

so that the application can be deployed on cluster ckad00026.

The application was developed for Kubernetes v1.15.

The cluster ckad00026 runs Kubernetes 1.29+.

Deploy the application specified in the updated manifest file

/home/candidate/credible-mite/web.yaml in namespace garfish .

Question # 7

Context

You must connect to the correct host . Failure to do so may result in a zero score.

!

[candidate@base] $ ssh ckad00028

Task

A Pod within the Deployment named honeybee-deployment and in namespace gorilla is logging errors.

Look at the logs to identify error messages.

Look at the logs to identify error messages.

Find errors, including User

"system:serviceaccount:gorilla:default" cannot list resource "pods" [ ... ] in the

namespace "gorilla"

Update the Deployment

honeybee-deployment to resolve the errors in the logs of the Pod.

The honeybee-deployment 's manifest file can be found at

/home/candidate/prompt-escargot/honey bee-deployment.yaml

Question # 8

Context

You are asked to scale an existing application and expose it within your infrastructure.

First, update the Deployment nginx-deployment in the prod

namespace :

. to run 2 replicas of the Pod

. add the following label to the Pod :

role: webFrontEnd

Next, create a NodePort Service named rover in the prod namespace exposing the nginx-deployment Deployment 's Pods

Question # 9

Task:

Create a Deployment named expose in the existing ckad00014 namespace running 6 replicas of a Pod. Specify a single container using the ifccncf/nginx: 1.13.7 image

Add an environment variable named NGINX_PORT with the value 8001 to the container then expose port 8001

Question # 10

Task:

Modify the existing Deployment named broker-deployment running in namespace quetzal so that its containers.

1) Run with user ID 30000 and

2) Privilege escalation is forbidden

The broker-deployment is manifest file can be found at:

Go to page: