Aws-load-balancer-controller: Create security group if annotation is not provided

Created on 6 Apr 2017  路  5Comments  路  Source: kubernetes-sigs/aws-load-balancer-controller

If alb.ingress.kubernetes.io/security-groups is not specified, we should create an appropriate security group. This would mirror the behavior of Service type: LoadBalancer on AWS.

kinfeature

Most helpful comment

I'm going to add this to 1.0, it'll make our examples easier.

All 5 comments

+1

Other ingress controllers have established a pattern of using a ConfigMap for global defaults. Here is an example of how the nginx controller does it. I'd love it if this project followed this pattern.

Beyond just creating the security group, the alb-ingress-controller needs to assign the security group to the instance nodes.

I'm going to add this to 1.0, it'll make our examples easier.

Added, docs coming soon as part of #197

Was this page helpful?
0 / 5 - 0 ratings

Related issues

NickEAVE picture NickEAVE  路  3Comments

amalagaura picture amalagaura  路  4Comments

ghostsquad picture ghostsquad  路  4Comments

hieu29791 picture hieu29791  路  4Comments

brylex418 picture brylex418  路  4Comments