I have a project that is a small monolith and I have a new module to add but instead of attaching it to the monolith I was hoping to start migrating towards a microservice-ish architecture.If I'm understanding the core concepts correctly, I need to de-couple my Authentication Service from the monolithic app.Then requests are made to the Authentication Service, which can send validated requests to the appropriate microservice.So then I assume I would just horizontally scale out my Authentication Service and use sticky sessions?I hope I am making sense - just trying to grasp the idea and I'm failing. Does anyone have any good resources for best practices here or perhaps a good open source project that I can peruse?
Submitted April 02, 2020 at 01:06AM by fuckswithboats
No comments:
Post a Comment