- Home
- All questions
- Question 203
CKA study material · question 203 of 1000
A Service is created with no selector. Which two statements are correct? Choose two.
Show the answer
Answer: C. The control plane creates no EndpointSlices for it
D. An administrator can create an EndpointSlice by hand to point it somewhere
Without a selector no EndpointSlices are generated, so one is added manually to give the Service a backend.
Source: Service (Kubernetes) — Services without selectors