Difference between revisions of "Input/K8s Installation/Security Groups"
Jump to navigation
Jump to search
(Created page with "<section begin=Security Groups/> == Security Groups == All the source are <code>Any</code> {|class=wikitable |- !Protocol!! Port Range!! Note |- | TCP || 22,443, || Basic...") |
|||
Line 1: | Line 1: | ||
== Security Groups == | |||
<section begin=Security Groups/> | <section begin=Security Groups/> | ||
All the source are <code>Any</code> | All the source are <code>Any</code> | ||
{|class=wikitable | {|class=wikitable |
Revision as of 02:49, 30 July 2021
Security Groups
All the source 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 |