Top "Kong" questions

Kong is a cloud-native, fast, scalable, and distributed Microservice Abstraction Layer (also known as an API Gateway or API Middleware).

Using Keycloak behind a reverse proxy: Could not open Admin loginpage because mixed Content

so I have a problem getting keycloak 3.2.1 to work behind kong (0.10.3), a reverse proxy based on nginx. Scenario is: I …

ssl https openshift keycloak kong
Docker - check if postgres is ready

I have a Kong API Gateway container and a postgres container and I need to check whether postgres has started …

postgresql docker centos kong
How to run bash as user root on alpine images with docker? su: must be suid to work properly

Edit: The answer is so clear. One may use the flag --user root when entering the container. docker exec -it …

docker docker-compose kong
My curl POST gets "Empty reply from server"

I am following this guide: http://lua-programming.blogspot.co.uk/ I am at the part where I need to create …

ubuntu curl kong
Netflix-Zuul vs Mashape-Kong

Both Zuul and kong serve as a good API gateway layer in a microservices architecture. What are some important differences …

microservices netflix-zuul api-gateway kong mashape
Is keycloak behind api gateway a good practice?

What are good arguments in favor to use or not to use Keycloak behind Api gateway (Kong)?

keycloak kong
How to increase max request body size on nginx ingress controller and kong

I have an a service that accepts POSTs with base64 encoded files in the body. I'm currently getting Error: 413 Request …

rest kubernetes kubernetes-ingress nginx-ingress kong
Custom Authentication Service in Kong API Gateway

We are currently analyzing the API gateway for our microservices and Kong is one of the possible candidate. We discovered …

authentication kong api-gateway
Load balancing in KONG API Gateway

We have multiple instance of a micro service behind the Kong API gateway where we want to balance the load …

load-balancing kong
How to configure ssl for API in kong

I'm working on kong 0.13.1. Following the docs I added certificate as follows: { "data": [ { "cert": "certificate is really here", "created_at": 1529667116000, "…

ssl kong