kubernetes-sigs / aws-load-balancer-controller

A Kubernetes controller for Elastic Load Balancers
https://kubernetes-sigs.github.io/aws-load-balancer-controller/
Apache License 2.0
3.93k stars 1.46k forks source link

apigateway(aws) to ingress alb #1192

Closed rafaelsilvaa10 closed 4 years ago

rafaelsilvaa10 commented 4 years ago

Hello, I have some applications (apis) configured in k8s, all of them have a configured ingress controller (alb) , already work normally.

However, as per my company's policy, all external apis, need to go through a gateway. It was then that I configured the apigateway(aws) pointing to my ingress endpoint(alb). I was not successful, I believe that the apigateway(aws) works only with nlb.

Here we use basic resources of the apigateway (aws), such as auth cognito, acl waf e timeout...

Is it worth saying that ingress (Alb) can be my final endpoint, acting as a gateway? does anyone have this scenario? if positive, how did you treat?

Thank you all.

M00nF1sh commented 4 years ago

Hi, ALB supports cognito & waf. The missing gap between ALB and APIGW i know is throttling. So if ALB supports all features you need, then it can be acting as a gateway(without using APIGateway)

fejta-bot commented 4 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale

fejta-bot commented 4 years ago

Stale issues rot after 30d of inactivity. Mark the issue as fresh with /remove-lifecycle rotten. Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle rotten

fejta-bot commented 4 years ago

Rotten issues close after 30d of inactivity. Reopen the issue with /reopen. Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /close

k8s-ci-robot commented 4 years ago

@fejta-bot: Closing this issue.

In response to [this](https://github.com/kubernetes-sigs/aws-alb-ingress-controller/issues/1192#issuecomment-674586401): >Rotten issues close after 30d of inactivity. >Reopen the issue with `/reopen`. >Mark the issue as fresh with `/remove-lifecycle rotten`. > >Send feedback to sig-testing, kubernetes/test-infra and/or [fejta](https://github.com/fejta). >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.