I want to use an API Gateway in my setup. I want to avoid increasing the bill.My current thoughts are to combine my auth microservice with a DIY Node.js API Gateway (so it's 1 project instead of 2). However, since I'm introducing a Node API Gateway into the architecture now, is it still a good idea to use Nginx Free Version in Front of the Node API Gateway as Reverse Proxy? (no intent on using Nginx Plus or other premade cloud based xaaS solution as gateway/proxy AIO since not in budget)Resulting: Nginx Reverse Proxy -> Node API Gateway (with User Auth Microservice features) => [serviceA, serviceB, etc.]Thoughts?
Submitted October 10, 2019 at 05:09PM by nathangonz17
No comments:
Post a Comment