How to Add a Service, Route and and Plugins Kong API Gateway

preview_player
Показать описание
#KongAPIGateway #api #microservice #kong
Kong Gateway can simplify scaling microservices by being the abstraction layer that routes clients to your existing upstream service while building a new service. It also applies a common policy for each request and response no matter where the target service is. The benefit of this is that you gain architectural freedom and modernize your application without impacting your clients.
Рекомендации по теме
Комментарии
Автор

that's good video but could you make a video which content for install kong and this interface

minhgiangvu
Автор

IN KONG Service creation
one service has multiple routes..
eg:- api/store/merchant is a service
it has multiple routes as follow:-
1. api/v2/store/merchant/list
2. api/v2/store/merchant/create

but when i am using one service with multiple routes... I can able to access the routes as follow..
1.
but we need to call as like

api/v2/store/merchant/list

Could you please help to sort out this problem?

LogeshwariK-iq
Автор

hi bro, how to using plugin http-log in service and how to see log at ?thanks

FarhanNurHilaludin-oo