Last Update 4 hours ago Total Questions : 83
The Certified Kubernetes Administrator (CKA) Program content is now fully updated, with all current exam questions added 4 hours ago. Deciding to include CKA practice exam questions in your study plan goes far beyond basic test preparation.
You'll find that our CKA exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these CKA sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Certified Kubernetes Administrator (CKA) Program practice test comfortably within the allotted time.
Task
Create a new Ingress resource as follows:
. Name: echo
. Namespace : sound-repeater
. Exposing Service echoserver-service on
http://example.org/echo using Service port 8080
The availability of Service
echoserver-service can be checked
i
using the following command, which should return 200 :
[candidate@cka000024] $ curl -o /de v/null -s -w " %{http_code}\n " http://example.org/echo
You must connect to the correct host.
Failure to do so may result in a zero score.
[candidate@base] $ ssh Cka000046
Task
First, create a new StorageClass named local-path for an existing provisioner named rancher.io/local-path .
Set the volume binding mode to WaitForFirstConsumer .
Not setting the volume binding mode or setting it to anything other than WaitForFirstConsumer may result in a reduced score.
Next, configure the StorageClass local-path as the default StorageClass .
Create a pod as follows:
Name: mongo
Using Image: mongo
In a new Kubernetes namespace named: my-website
Task Weight: 4%
Task
Scale the deployment webserver to 3 pods.
