what is the difference between netflix zuul server and netflix eureka …

If you have enough experience in the domain, you could look at zuul as an API gateway like Apigee. It is very feature rich and touches up on a lot of different concerns like routing, monitoring and most importantly, security. And eureka as a service discovery platform that allows you to load balance (in Linux terms the nginx or haproxy) and fail over between your service instances.

 https://stackoverflow.com/questions/45363163/what-is-the-difference-between-netflix-zuul-server-and-netflix-eureka-server