Questions tagged [kong]

Kong is a cloud-native, fast, scalable, and distributed Microservice Abstraction Layer (also known as an API Gateway or API Middleware). Made available as an open-source project in 2015, its core values are high performance and extensibility. Actively maintained, Kong is widely used in production at companies ranging from startups to Global 5000 as well as government organizations.

Kong is an open-source (under Apache Version 2.0 license) management layer for Microservices and APIs, delivering high performance and reliability. Built on top of NGINX, Kong can be fully operated with a simple and easy to use RESTful API.

It provides an easy way to add extra functionality to APIs and microservices through the use of Kong Plugins.

741 questions
-1
votes
2 answers

How to copy nginx logs of requests that took more than n seconds

Consider that the access logs are of this format: log_format detailed '$remote_addr $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent"…
Said Saifi
  • 1,995
  • 7
  • 26
  • 45
-1
votes
1 answer

KONG on AWS Loadbalancer

I have setup KONG on AWS using CloudFormation script provided on their website. Post installation i have a problem wherein I have done Route 53 routing(CNAME) of a domain to the load balancer. But Kong always accepts 8000 port so i always have to…
Tub
  • 47
  • 7
-1
votes
2 answers

Kong API Gateway

We are currently studying about kong API gateway. We know about Kongs API authentication and all the other things. We do not know how to implement it in php. How we can insert and retrieve data from database and return it through the Kong API…
Pankaj Sharma
  • 236
  • 4
  • 19
-1
votes
1 answer

Can Kong return your RESTful API request in parameterized form?

I know it takes restful api and we can add some plugins on it but for my purpose I need the parameterized form of API from getkong server? Is this possible? and if yes please let me know how we can achieve this?
-2
votes
1 answer

How to integrate Dapr with Kong Api Gateway

I want to use Kong as api gateway to allow external applications to interact with the cluster Dapr communicate with my application. I can't find any example.
ben.jamin
  • 217
  • 1
  • 3
  • 6
-2
votes
1 answer

Windows: Docker can't access internet on corporate proxy

I am running kong in Docker which is running on windows, now when i am on private network Docker unable to access internet. thanks
1 2 3
49
50