Exam CKA Certified Kubernetes Administrators Certification

Table of Contents

Question 1

Deploy a pod named nginx-pod using the nginx:alpine image.

Once done, click on the Next Question button in the top right corner of this panel. You may navigate back and forth freely between all questions. Once done with all questions, click on End Exam. Your work will be validated at the end and score shown. Good Luck!

Question 2

Deploy a messaging pod using the redis:alpine image with the labels set to tier=msg.

Question 3

Create a namespace named apx-x9984574.

Question 4

Get the list of nodes in JSON format and store it in a file at /opt/outputs/nodes-z3444kd9.json.

Question 5

Create a service messaging-service to expose the messaging application within the cluster on port 6379.

Use imperative commands.

Question 6

Create a deployment named hr-web-app using the image kodekloud/webapp-color with 2 replicas.

Question 7

Create a static pod named static-busybox on the controlplane node that uses the busybox image and the command sleep 1000.

Leave a Comment