I am trying to learn microservices using Spring and Spring Boot, and learning to deploy into cloud platform. I am planning to create an Angular 2 frontend application which communicates with my deployed microservice. Now I just going through Spring cloud services Eureka, Zuul, circuit breakers, etc.
- When I reading I found that Eureka is using for service registry for finding services each other. Here my doubt is that when I am communicating from my Angular 2 http request, I need to use these service registering?
- What cloud configuration I need to follow to make a REST API to microservice? I am getting confused how I need to push my sample microservice to cloud, since I am a beginner.