• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Api Gateway Spring Cloud Gateway vs Kong?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 you 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.
     
    The only cure for that is hours of television radiation. And this tiny ad:
    Smokeless wood heat with a rocket mass heater
    https://woodheat.net
    reply
      Bookmark Topic Watch Topic
    • New Topic