Linux Foundation Related Exams
CKAD Exam

CertsTopics offers a range of study materials, including comprehensive CKAD PDFs, a practice testing engine, and study guide specifically tailored for the Kubernetes Application Developer Certification. Our CKAD practice tests allow you to familiarize yourself with CKAD exam, significantly improving your chances of success.
Task:
1) First update the Deployment cka00017-deployment in the ckad00017 namespace:
*To run 2 replicas of the pod
*Add the following label on the pod:
Role userUI
2) Next, Create a NodePort Service named cherry in the ckad00017 nmespace exposing the ckad00017-deployment Deployment on TCP port 8888
Set Configuration Context:
[student@node-1] $ | kubectl
Config use-context k8s
Context
You sometimes need to observe a pod's logs, and write those logs to a file for further analysis.
Task
Please complete the following;
• Deploy the counter pod to the cluster using the provided YAMLspec file at /opt/KDOB00201/counter.yaml
• Retrieve all currently available application logs from the running pod and store them in the file /opt/KDOB0020l/log_Output.txt, which has already been created
Task
A deployment is falling on the cluster due to an incorrect image being specified. Locate the deployment, and fix the problem.