Difference between revisions of "Input/K8s Installation/Security Groups"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
== Security Groups == | == Security Groups == | ||
<section begin=Security Groups/> | <section begin=Security Groups/> | ||
All the source are <code>Any</code> | All the source address are <code>Any</code> | ||
{|class=wikitable | {|class=wikitable | ||
|- | |- |
Revision as of 02:51, 30 July 2021
Security Groups
All the source address are Any
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 |