Netflix Zuul in Cloud Foundry

1.7k Views Asked by At

I am exploring options to have Netflix Zuul as API Gateway for my Microservices in Cloud Foundry. I am not able to see Zuul option in CF marketplace (I see Apigee integration with CF Service Broker API). I wanted to use Netflix Zuul as API Gateway, If I spin up Zuul as regular application it goes behind HA Proxy/Go Router, I think that is not right thing to do. May be I should implement Service Broker API and create Zuul as a service in CF marketplace. Can someone please through some light on this.I it involved task to make Netfliz Zuul as a Service Broker in CF? I see Eureka in Market place but not Zuul. Dont know why it is like this.. Thank you.

1

There are 1 best solutions below

1
On

That will be very helpful if you can come up with zuul managed service in PCF.

Currently what we do is we use spring boot + spring cloud application to develop api gateway. We have to use spring-cloud-starter-zuul dependency. Then ahead we need to register gateway app with Netflix Eureka service registry.

Lastly we refer registered Zuul api gateway in all our client api applications.

Good luck with cf marketplace Zuul managed service :)