Kong is a cloud-native, fast, scalable, and distributed Microservice Abstraction Layer (also known as an API Gateway or API Middleware).
I have a Kong API Gateway container and a postgres container and I need to check whether postgres has started …
postgresql docker centos kongEdit: The answer is so clear. One may use the flag --user root when entering the container. docker exec -it …
docker docker-compose kongI am following this guide: http://lua-programming.blogspot.co.uk/ I am at the part where I need to create …
ubuntu curl kongBoth 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 mashapeWhat are good arguments in favor to use or not to use Keycloak behind Api gateway (Kong)?
keycloak kongI 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 kongWe are currently analyzing the API gateway for our microservices and Kong is one of the possible candidate. We discovered …
authentication kong api-gatewayWe have multiple instance of a micro service behind the Kong API gateway where we want to balance the load …
load-balancing kongI'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