--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/ea3d6404-0f2b-4f61-b6ee-c88bd0549483%40googlegroups.com.
I am already using the GCE L7 LoadBalancer with GCE Kubernetes Ingress. The ESP sidecar proxy doesn't seem to have a feature to be able to unify multiple backend Kubernetes services into a singular API endpoint on the GCE L7 LoadBalancer. This is a very important feature in my opinion. Without it, each service essentially needs it's own public api endpoint and that gets ugly fast with multiple related backend services. Kong API proxy is able to do it by examining the incoming hostname and/or URI paths and map to any arbitrary upstream (service) endpoint.
On Wednesday, October 25, 2017 at 4:53:15 PM UTC-5, Wencheng Lu wrote:
yes, l7 gce loadbalancer is the recommend approach at this moment: https://github.com/GoogleCloudPlatform/endpoints-samples/tree/master/k8s#using-gce-l7-load-balancer-with-esp
On Wed, Oct 25, 2017 at 1:43 PM, Rene Figueroa <re...@axtop.io> wrote:
I put other ngnix up front each container esp and each service dns pointing to each esp. and each esp to each microservice. at the end of the day. i have 6 microservices with 6 esp's and one ngnix. i'm planning change this ngnix for google load balancer in futher.I dont know, that is correct.
On Tuesday, October 24, 2017 at 8:25:21 PM UTC-5, tsan wrote:We are working on a unified, public API endpoint (e.g. api.myapi.com) with many backend services (running as GKE services) being mapped to that same public API endpoint (api.myapi.com). Each backend service is a microservice and needs to be run independently on the Kubernetes cluster. We are using OpenAPI. I have yet to find anything that clearly shows that this is possible. Any ideas?
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsubscri...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/ea3d6404-0f2b-4f61-b6ee-c88bd0549483%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/a59c829b-30f1-4176-900d-139dd2e907da%40googlegroups.com.