@@ -52,22 +52,20 @@ route, we recommend you add IP route(s) so Kubernetes cluster addresses go via t
5252
5353### Master node(s)
5454
55- | Protocol | Direction | Port Range | Purpose |
56- | ----------| -----------| ------------| -------------------------|
57- | TCP | Inbound | 6443* | Kubernetes API server |
58- | TCP | Inbound | 2379-2380 | etcd server client API |
59- | TCP | Inbound | 10250 | Kubelet API |
60- | TCP | Inbound | 10251 | kube-scheduler |
61- | TCP | Inbound | 10252 | kube-controller-manager |
62- | TCP | Inbound | 10255 | Read-only Kubelet API |
55+ | Protocol | Direction | Port Range | Purpose | Used By |
56+ | ----------| -----------| ------------| -------------------------| ---------------------------|
57+ | TCP | Inbound | 6443* | Kubernetes API server | All |
58+ | TCP | Inbound | 2379-2380 | etcd server client API | kube-apiserver, etcd |
59+ | TCP | Inbound | 10250 | Kubelet API | Self, Control plane |
60+ | TCP | Inbound | 10251 | kube-scheduler | Self |
61+ | TCP | Inbound | 10252 | kube-controller-manager | Self |
6362
6463### Worker node(s)
6564
66- | Protocol | Direction | Port Range | Purpose |
67- | ----------| -----------| -------------| -----------------------|
68- | TCP | Inbound | 10250 | Kubelet API |
69- | TCP | Inbound | 10255 | Read-only Kubelet API |
70- | TCP | Inbound | 30000-32767 | NodePort Services** |
65+ | Protocol | Direction | Port Range | Purpose | Used By |
66+ | ----------| -----------| -------------| -----------------------| -------------------------|
67+ | TCP | Inbound | 10250 | Kubelet API | Self, Control plane |
68+ | TCP | Inbound | 30000-32767 | NodePort Services** | All |
7169
7270** Default port range for [ NodePort Services] ( /docs/concepts/services-networking/service/ ) .
7371
0 commit comments