mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 14:13:53 +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
|
||||
```
|
||||
|
||||
```
|
||||
aws ec2 authorize-security-group-ingress \
|
||||
--group-id ${SECURITY_GROUP_ID} \
|
||||
--protocol all \
|
||||
--source-group ${SECURITY_GROUP_ID}
|
||||
```
|
||||
|
||||
### Kubernetes Public Address
|
||||
|
||||
An ELB will be used to load balance traffic across the Kubernetes control plane.
|
||||
|
Reference in New Issue
Block a user