Certified Kubernetes Administrator Certification CKA Exam Dumps

Certified Kubernetes Administrator certification CKA exam dumps are released today. We all know that the Certified Kubernetes Administrator (CKA) program was created by the Cloud Native Computing Foundation (CNCF), in collaboration with The Linux Foundation, to help develop the Kubernetes ecosystem. CKA exam dumps from DumpsBase are great to help you practice and prepare for the Certified Kubernetes Administrator exam.

Check CKA Certified Kubernetes Administrator Free Dumps

1. Create a namespace called 'development' and a pod with image nginx called nginx on this namespace.

2. Create a nginx pod with label env=test in engineering namespace See the solution below.

3. Get list of all pods in all namespaces and write it to file "/opt/pods-list.yaml"

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

5. Create a busybox pod that runs the command "env" and save the output to "envpod" file

6. List pod logs named "frontend" and search for the pattern "started" and write it to a file "/opt/error- logs"

7. Create a pod that echo "hello world" and then exists. Have the pod deleted automatically when it's completed

8. Create a pod with environment variables as var1=value1.Check the environment variable in pod

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

10. Check the image version in pod without the describe command

11. List the nginx pod with custom columns POD_NAME and POD_STATUS

12. List all the pods sorted by name

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

14. 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.

15. Get IP address of the pod - "nginx-dev"

16. Print pod name and start time to "/opt/pod-status" file

17. Check the Image version of nginx-dev pod using jsonpath

18. Create a busybox pod and add "sleep 3600" command

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

20. List the nginx pod with custom columns POD_NAME and POD_STATUS

21. List all the pods sorted by name

22. List all the pods sorted by created timestamp

23. List all the pods showing name and namespace with a json path expression

24. List "nginx-dev" and "nginx-prod" pod and delete those pods

25. Delete the pod without any delay (force delete)

26. Create a redis pod and expose it on port 6379

27. Create the nginx pod with version 1.17.4 and expose it on port 80

28. Change the Image version to 1.15-alpine for the pod you just created and verify the image version is updated.

29. Change the Image version back to 1.17.1 for the pod you just updated and observe the changes

30. Create a redis pod, and have it use a non-persistent storage Note: In exam, you will have access to kubernetes.io site, Refer : https://kubernetes.io/docs/tasks/configure-pod-container/configurevolume-storage/

31. Create a Pod with three busy box containers with commands "ls; sleep 3600;", "echo Hello World; sleep 3600;" and "echo this is the third container; sleep 3600" respectively and check the status

32. Check logs of each container that "busyboxpod-{1,2,3}"

33. Create a Pod with main container busybox and which executes this "while true; do echo `Hi I am from Main container' >> /var/log/index.html; sleep 5; done" and with sidecar container with nginx image which exposes on port 80. Use emptyDir Volume and mount this volume on path /var/log for busybox and on path /usr/share/nginx/html for nginx container. Verify both containers are running.

34. Exec into both containers and verify that main.txt exist and

35. Create an nginx pod and set an env value as 'var1=val1'. Check the env value existence within the pod


 

Certified Kubernetes Administrator (CKA) Dumps Questions Updated (V9.02) With Correct Answers

Add a Comment

Your email address will not be published. Required fields are marked *