mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-17 01:20:41 +03:00
open traffic between same security group
This commit is contained in:
@@ -170,6 +170,13 @@ aws ec2 authorize-security-group-ingress \
|
|||||||
--cidr 0.0.0.0/0
|
--cidr 0.0.0.0/0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
aws ec2 authorize-security-group-ingress \
|
||||||
|
--group-id ${SECURITY_GROUP_ID} \
|
||||||
|
--protocol all \
|
||||||
|
--source-group ${SECURITY_GROUP_ID}
|
||||||
|
```
|
||||||
|
|
||||||
### Kubernetes Public Address
|
### Kubernetes Public Address
|
||||||
|
|
||||||
An ELB will be used to load balance traffic across the Kubernetes control plane.
|
An ELB will be used to load balance traffic across the Kubernetes control plane.
|
||||||
|
Reference in New Issue
Block a user