- Home
- All questions
- Question 799
CKA study material · question 799 of 1000
A cluster's API server is reached on port 443 rather than 6443. What does that tell you?
Show the answer
Answer: B. A load balancer is listening on 443 or the default port was overridden
All the published port numbers are defaults that may be overridden, and putting the API server behind a load balancer on 443 is named as a common variation.
Source: Ports and Protocols (Kubernetes) — Worker node(s)