DEV Community

Discussion on: How to do microservices?

Collapse
 
jayaregalinada profile image
Jay Are Galinada

You can also implement this using Kubernetes as stateless application on ingress load balancer. I also use this approach but the response time will be the downfall. Like, trying to get all comments directly to the comment API and get millisecond response time but when in blog service (like the one on your above example) it may take 2-4 seconds.
You may also try creating an API Gateway but it may defeat the purpose of microservice, however I haven’t tried APIGEE before, I think it worth a short.