Zuul is like a the front door to the service instances, all requests flows through zuul and then goes on to the service Zuul can be used as authentication, monitoring, routing, filtering and load balancing etc
Eureka Client is the actual Java client application
Feign Client gives you declarative way to make rest webservice call. It is much easier to use in the spring cloud environment