We need a bit of help trying to install Kong in Kubernetes inside Jelastic environment. Me and My colleague have a production based kubernetes cluster with the following:
Load Balancer
1 Node with Public IP
Workers
2 Nodes
Storage
3 Nodes…
I am using a kong reverse proxy to proxy every HTTP request for my web servers. I would like to mitigate the current log4j problem ("log4shell") by finding and replace the critical attacers' strings like "jndi". For example I found this im my…
I am trying to figure out is how can I connect a TCP Load balancer with a HTTP/HTTPS load balancer in GCP.
I have installed kong on a GKE cluster and it creates a TCP Load balancer.
Now if I have multiple GKE clusters with Kong they all will have…
I've Googled many different combinations of terms to find out what concepts and features Kong Konnect expects sysadmins to use to represent different environments (e.g. staging, production) and tenants (e.g. US, Canada), to no avail.
The only…
I'm using docker with compose and I've created some microservices and I'm trying to connect them through Kong Gateway.
To access the MSs with PHP I created in Nginx the reverse proxy where I can access through the URLS example…
I am attempting to send a request to endpoint /v1/resource, and I am getting the following error:
2021/06/02 23:17:17 [crit] 30#0: *2963 connect() failed (101: Network unreachable), context: ngx.timer, client: 172.13.0.21, server:…
We have the setup with Kong API gateway (that runs NGINX on the background) where one of the upstream is an apache server where we want to do a client certificate validation.
I'm running my tests with curl where I request kong(nginx) and he…