Hi,
Listed link provides information on Load balancing for Apigee hybrid with backend server.
Another link provides information with GKE with listed options. 1). Does this article good and applicable for Apigee Ingress Gateway instead of ASM ?
- Do we have similar article and architecture for support of ALB with Apigee Hybrid 1.8 using (Apigee Ingress Gateway) with EKS for Apigee Hybrid on AWS ? Or if that supports required SSL termination ?
@dino @strebel
1 Like
-
Yes, the article you linked is applicable for Apigee Ingress Gateway.
-
I don’t think we document how to configure any L7 load balancer from another cloud, you should work with the LB providers document to configure it. However, Apigee Ingress Gateway will expose configuration options for you to make it work with other L7 or L4. Expose Apigee Ingress describes how you can create a custom service for the Apigee Ingress Gateway, since you have full control over creation of this k8s service, you should be able to work with any cloud provider to setup Load balancer. Eg. For ALB, I think you might need some custom annotations for security groups etc, which you can figure out from ALB docs.
Having said that, to improve onboarding and first time install experience - we do plan on publishing few basic annotations/configuration required to configure L4 Load balancer(to obtain a public IP) for different cloud/on-prem setup.
2 Likes
Thanks @kidiyoor Excited to know about plan plan on publishing few basic annotations/configuration required to configure L4 Load balancer(to obtain a public IP) for different cloud/on-prem setup, Once ready please Pinned them in Forum will be helpful
Thanks
Were you able to document how to expose this via AWS?