We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3181159 commit d917d50Copy full SHA for d917d50
content/en/docs/reference/networking/ports-and-protocols.md
@@ -27,6 +27,7 @@ etcd cluster externally or on custom ports.
27
| Protocol | Direction | Port Range | Purpose | Used By |
28
|----------|-----------|-------------|-----------------------|-------------------------|
29
| TCP | Inbound | 10250 | Kubelet API | Self, Control plane |
30
+| TCP | Inbound | 10256 | kube-proxy | Self, Load balancers |
31
| TCP | Inbound | 30000-32767 | NodePort Services† | All |
32
33
† Default port range for [NodePort Services](/docs/concepts/services-networking/service/).
0 commit comments