Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Halli Hallo

i hope im at the right Place. I want to get started with API-Gateway(s). Currently im running 5 Microservices written in Java (Spring-Boot) deployed via Docker. Each Microservices is protected via Keycloak. I want to use a API-Gateway so that i can combine every MS into 1 Link:

demo.com/api/ms1
demo.com/api/ms2
...


And more important i want to have the Authorization at one Place and not in everysingle Microservice.

I found a couple of Solutions but im not sure which to use or if i maybe should write my own one?
I was intrested in checking out 'Spring Cloud Gateway' because the Microservices are written in 'Spring Boot' and alternatively 'Kong'. What would u guys recommend for my usecase? Whats is easier for total beginners?

Thanks in advance

PS: Im not a native English-Speaker im sorry for all my misspellings

What I have tried:

I googled a bit and watched some videos on the subject.
Posted
Updated 29-Sep-18 8:52am
v2

1 solution

im using spring therefore i choose zuul ( https://spring.io/guides/gs/routing-and-filtering/ )
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900