Logo Passei Direto
Material
Study with thousands of resources!

Text Material Preview

Dumpsinfo is a good website providing the latest exams information and dumps
questions for all hot IT certification exams, such as Microsoft, Cisco, Huawei, 
IBM, VMware, Fortinet, and so on.
Features of Dumpsinfo’s products
Instant Download
Free Update in 3 Months
Money back guarantee
PDF and Software
24/7 Customer Support
Besides, Dumpsinfo also provides unlimited access. You can get all Dumpsinfo
files at lowest price.
Certified Kubernetes Application Developer CKAD exam free dumps questions
are available below for you to study. 
Full version: CKAD Exam Dumps Questions
1.CORRECT TEXT
 1 / 11
https://www.dumpsinfo.com/vendors/microsoft/
https://www.dumpsinfo.com/vendors/cisco/
https://www.dumpsinfo.com/vendors/huawei/
https://www.dumpsinfo.com/vendors/ibm/
https://www.dumpsinfo.com/vendors/vmware/
https://www.dumpsinfo.com/vendors/fortinet/
https://www.dumpsinfo.com/unlimited-access/
https://www.dumpsinfo.com/exam/ckad
Task:
Create a Pod named nginx resources in the existing pod resources namespace.
Specify a single container using nginx:stable image.
Specify a resource request of 300m cpus and 1G1 of memory for the Pod’s container.
Answer:
Solution:
 2 / 11
Text
Description automatically generated with medium confidence
Text
Description automatically generated
Text
Description automatically generated
2.CORRECT TEXT
 3 / 11
Task
A deployment is falling on the cluster due to an incorrect image being specified. Locate the
deployment, and fix the problem.
Answer:
create deploy hello-deploy --image=nginx --dry-run=client -o yaml > hello-deploy.yaml
Update deployment image to nginx:1.17.4: kubectl set image deploy/hello-deploy nginx=nginx:1.17.4
3.CORRECT TEXT
Context
You are tasked to create a ConfigMap and consume the ConfigMap in a pod using a volume mount.
Task
Please complete the following:
• Create a ConfigMap named another-config containing the key/value pair: key4/value3
• start a pod named nginx-configmap containing a single container using the nginx image, and mount
the key you just created into the pod under directory /also/a/path
Answer:
Solution:
 4 / 11
 5 / 11
 6 / 11
4.CORRECT TEXT
Task
A Deployment named backend-deployment in namespace staging runs a web application on port
8081.
 7 / 11
Answer:
Solution:
 8 / 11
Text
Description automatically generated
 9 / 11
5.CORRECT TEXT
Context
A web application requires a specific version of redis to be used as a cache.
Task
Create a pod with the following characteristics, and leave it running when complete:
• The pod must run in the web namespace. The namespace has already been created
 10 / 11
• The name of the pod should be cache
• Use the Ifccncf/redis image with the 3.2 tag
• Expose port 6379
Answer:
Solution:
 11 / 11