I'm planning to generate multiple Kong declarative files based on swagger yml. Is there a way to combine them into the one? The only option I see is to use Kong Deck, but it's not clear whether it works with DB-less mode. What's the good practice to organize Kong configuration for multiple microservices?
Asked
Active
Viewed 653 times
0
-
1Deck is clearly the good tool for that, plus with tag should can be sure that a mircroservice is not impacting the configuration of another service – Ôrel Jul 04 '21 at 20:53
-
1you have a quick explanation of how we did that here https://konghq.com/videos/from-native-microservices-to-full-api-gateway-adoption-in-a-hybrid-mesh-ecosystem-in-the-cloud/ – Ôrel Jul 04 '21 at 20:54
-
@Ôrel interesting video! Thank you. – Nikita Jul 05 '21 at 06:30