Free Linux Foundation CKA Exam Actual Questions

The questions for CKA were last updated On Jan 15, 2025

Question No. 1

Create a pod as follows:

Name: non-persistent-redis

container Image: redis

Volume with name: cache-control

Mount path: /data/redis

The pod should launch in the staging namespace and the volume must not be persistent.

Show Answer Hide Answer
Correct Answer: A

Question No. 2

List all the pods sorted by name

Show Answer Hide Answer
Correct Answer: A

Question No. 3

Score: 4%

Task

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

Show Answer Hide Answer
Correct Answer: A

Question No. 4

Create a pod as follows:

Name: mongo

Using Image: mongo

In a new Kubernetes namespace named: my-website

Show Answer Hide Answer
Correct Answer: A

Question No. 5

Create and configure the service front-end-service so it's accessible through NodePort and routes to the existing pod named front-end.

Show Answer Hide Answer
Correct Answer: A