简体   繁体   中英

AWS load balancer in front of EKS and Lambdas/API Gateway

We have an ALB in front of our EKS cluster ( ALB Ingress Controller ) serving our micro-services on
api.mycompany.com

We developed some REST API endpoints using Lambdas/API Gateway served on
new-service.mycompany.com

Everything works fine but we would like to serve these new services under the same domain:
api.mycompany.com/new-service

I don't really see how should we do.... Is this even possible?

Thanks for you help:-)

如果我正确理解您的问题,这可能会有所帮助: AWS ALB Ingress Controller

You should be able to manage it via the API gateway. try this: https://aws.amazon.com/blogs/containers/integrate-amazon-api-gateway-with-amazon-eks/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM