- Home
- All questions
- Question 710
CKA study material · question 710 of 1000
A Service is created without a selector so it can front an external database. Nothing can reach it. What is missing?
Show the answer
Answer: D. A hand-written EndpointSlice naming the database's address and port
Without a selector nothing creates EndpointSlices for the Service, so one has to be supplied manually to map it onto the external backend.
Source: Service (Kubernetes) — Defining a Service › Services without selectors