Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Linux Foundation Exam CKAD Topic 2 Question 40 Discussion

Actual exam question for Linux Foundation's CKAD exam
Question #: 40
Topic #: 2
[All CKAD Questions]

Refer to Exhibit.

Set Configuration Context:

[student@node-1] $ | kubectl

Config use-context k8s

Context

A pod is running on the cluster but it is not responding.

Task

The desired behavior is to have Kubemetes restart the pod when an endpoint returns an HTTP 500 on the /healthz endpoint. The service, probe-pod, should never send traffic to the pod while it is failing. Please complete the following:

* The application has an endpoint, /started, that will indicate if it can accept traffic by returning an HTTP 200. If the endpoint returns an HTTP 500, the application has not yet finished initialization.

* The application has another endpoint /healthz that will indicate if the application is still working as expected by returning an HTTP 200. If the endpoint returns an HTTP 500 the application is no longer responsive.

* Configure the probe-pod pod provided to use these endpoints

* The probes should use port 8080

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

Horace
9 days ago
Ah, finally a question that tests my Kubernetes knowledge! This is right up my alley.
upvoted 0 times
...
Shawnee
14 days ago
The probes will check the /healthz and /started endpoints to ensure the pod is responsive and ready to receive traffic.
upvoted 0 times
...
Lynelle
15 days ago
Yes, we should create a livenessProbe and a readinessProbe in the pod's definition yaml file.
upvoted 0 times
...
Shawnee
17 days ago
I think we need to configure liveness and readiness probes on the pod.
upvoted 0 times
...

Save Cancel