- Home
- All questions
- Question 385
CKA study material · question 385 of 1000
Which check comes first when a Service cannot be reached?
Show the answer
Answer: C. Whether the Service object exists at all
Forgetting to create the Service is a real cause, so its existence is the first thing checked.
Source: Debug Services (Kubernetes) — Does the Service exist?