Difference between revisions of "Input/K8s Installation/Security Groups"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
== Security Groups == | == Security Groups == | ||
<section begin=Security Groups/> | <section begin=Security Groups/> | ||
All the source address are <code> | All the source address are <code>Anywhere</code> (In the <code>Source</code> field, select: 0.0.0.0/0) | ||
{|class=wikitable | {|class=wikitable | ||
|- | |- | ||
!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) |
Latest revision as of 07:12, 3 August 2021
Security Groups
All the source address are Anywhere
(In the Source
field, select: 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 |