- Home
- All questions
- Question 206
CKA study material · question 206 of 1000
What is the default port range for NodePort Services?
Show the answer
Answer: A. 30000-32767
The NodePort range defaults to 30000-32767 and is set with --service-node-port-range on the API server.
Source: Service (Kubernetes) — type: NodePort