- Home
- All questions
- Question 718
CKA study material · question 718 of 1000
A Service declares two ports and the API server rejects it. Which requirement was most likely missed?
Show the answer
Answer: B. Each port must be given a name
When a Service exposes more than one port every port definition must be named so that consumers can tell them apart unambiguously.
Source: Service (Kubernetes) — Defining a Service › Multi-port Services