Can Kong Gateway be used in front of a monolith? #7184
Answered
by
mheap
khawarizmus
asked this question in
Help
-
Can Kong Gateway be used in front of a monolith offloading authentication and ACL and many other things? |
Beta Was this translation helpful? Give feedback.
Answered by
mheap
May 26, 2021
Replies: 1 comment
-
Hey @gimyboya! It can indeed. Kong Gateway can route to any upstream service you have, including handling auth + ACL for your monolith. If at any point in the future you want to start decomposing that monolith into microservices, Kong can help route the incoming requests to the correct service so that your customers aren't impacted |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
khawarizmus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @gimyboya! It can indeed. Kong Gateway can route to any upstream service you have, including handling auth + ACL for your monolith.
If at any point in the future you want to start decomposing that monolith into microservices, Kong can help route the incoming requests to the correct service so that your customers aren't impacted