CKA Certified Kubernetes Administrator (CKA)

Loading demo links...

Showing 1–3 of 10 questions

Question 1

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/

Answer is in the explanation below.

Question 2

Check the Image version of nginx-dev pod using jsonpath

Answer is in the explanation below.

Question 3

Scale the deployment from 5 replicas to 20 replicas and verify

Answer is in the explanation below.