kube-ingress-aws-controller icon indicating copy to clipboard operation
kube-ingress-aws-controller copied to clipboard

Configures AWS Load Balancers according to Kubernetes Ingress resources

Results 79 kube-ingress-aws-controller issues
Sort by recently updated
recently updated
newest added

ref: https://aws.amazon.com/de/blogs/aws/new-application-load-balancer-support-for-end-to-end-http-2-and-grpc/ Currently HTTP/2 is only half way implemented, that is the ALB can be configured for HTTP/2 but the TargetGroup is not configured. This is probably due to the...

I have a use case where an NLB needs 3 listeners, ports 80, 443, and 22. The picture below shows what I have set up manually and would like to...

enhancement

Maybe we can leverage it here or in external-dns https://aws.amazon.com/blogs/architecture/shuffle-sharding-massive-and-magical-fault-isolation/

from github.com/mweagle/go-cloudformation to https://github.com/awslabs/goformation , reason https://github.com/mweagle/go-cloudformation#this-repo-is-no-longer-supported related https://github.com/zalando-incubator/kube-ingress-aws-controller/issues/454

dependencies
refactor

CloudFormation template to create load balancers was initially introduced within https://github.com/zalando-incubator/kube-ingress-aws-controller/issues/42 It seems the idea was to have a static parameterized template. Over the time template generation was translated into...

enhancement

WAF is already provisioned by client side. So that adding the parameter `--aws-waf-web-acl-id` controller should not create the new cloud formation/load-balancer stack or is there any restriction? that's why controller...

In https://github.com/zalando/skipper/blob/master/dataclients/kubernetes/ we use [golden files](https://github.com/zalando/skipper/tree/master/dataclients/kubernetes/testdata) to validate that an input of an Ingress or RouteGroup (both .yaml files) will output the right .eskip, .log, .., including overriding configuration for...

enhancement

This could be helpful for building a traffic analytics system.

enhancement

ALBs and NLBs have a feature to set deletion protection: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#deletion-protection to avoid users from accidentally deleting the load balancer when clicking around in the AWS Console. We already have...

enhancement

HTTP/2 is enabled per default for the load balancer, but for the target group! According to this announcement and the AWS console the target groups do support HTTP/2 as well....

enhancement