You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add referencing existing security groups for inbound traffic
Add referencing existing security groups for inbound traffic
Add inboud security groups
Add inboud security group
Add annotation
- <aname="inbound-security-groups">`alb.ingress.kubernetes.io/inbound-security-groups`</a> specifies the SecurtityGroups that are allowed to access LoadBalancer.
534
+
535
+
!!!note "Merge Behavior"
536
+
`inbound-security-groups` is merged across all Ingresses in IngressGroup, but is exclusive per listen-port.
537
+
538
+
- the `inbound-security-groups` will only impact the ports defined for that Ingress.
539
+
- if same listen-port is defined by multiple Ingress within IngressGroup, `inbound-security-groups` should only be defined on one of the Ingress.
540
+
541
+
!!!warning ""
542
+
this annotation will be ignored if `alb.ingress.kubernetes.io/security-groups` is specified.
543
+
544
+
!!!tip ""
545
+
Both name or ID of securityGroups are supported. Name matches a `Name` tag, not the `groupName` attribute.
- <aname="security-group-prefix-lists">`alb.ingress.kubernetes.io/security-group-prefix-lists`</a> specifies the managed prefix lists that are allowed to access LoadBalancer.
0 commit comments