Difference between revisions of "Input/K8s Installation/Security Groups"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
!Protocol!! Port Range!! Note | !Protocol!! Port Range!! Note | ||
|- | |- | ||
| TCP || 22,443 | | TCP || 22,443 || Basic | ||
|- | |- | ||
| TCP || 2379-2380 || Kubernetes etcd server client API (on master nodes in multi-master deployments) | | TCP || 2379-2380 || Kubernetes etcd server client API (on master nodes in multi-master deployments) |
Revision as of 07:07, 3 August 2021
Security Groups
All the source address are Any
(0.0.0.0:0)
Protocol | Port Range | Note |
---|---|---|
TCP | 22,443 | Basic |
TCP | 2379-2380 | Kubernetes etcd server client API (on master nodes in multi-master deployments) |
TCP | 6443 | Kubernetes API port |
TCP | 8001 | Dashboard |
TCP | 10250-10255 | kubelet,kube-scheduler and kube-controller-manager |
TCP | 30000 | |
ICMP | ALL |