I've installed kong-ingress-controller using yaml file on a 3-nodes k8s cluster( bare metal ) (you can see the file at the bottom of question) and every thing i
I have a microservices structure with a few services based on python/Django The structure is as below: user <===> kong <===> alpha <===> kong
I want to add some headers to my incoming rest api requests with kong gateway. In the kong admin UI, I set these parametes : config.add.headers: myheader: $(con
I want to add some headers to my incoming rest api requests with kong gateway. In the kong admin UI, I set these parametes : config.add.headers: myheader: $(con
I got a problem with SSL/TLS Termination on Kong API Gateway. HTTPS Requests using curl and Insomnia got response that SSL certificate problem: unable to get lo
I have a task to replace current CA layer 7 with new API gateway. New API gateway should be able to handle 1. Rate limiting 2. Authentication 3. Ver