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 am trying to set the minio behind the kong ingress controller with https enabled. Here the TLS communication will be terminated in kong
The routing url which I have set /storage
I have set the below values in values.yaml
Variables:
…
We are setting up keycloak behind the kong ingress controller with https. The https communication got enabled with self signed certificate. We are able access keycloak with https enabled. The welcome page is getting loaded without any issues. But…
I have eks cluster with two nodes, I have four k8s services deployed in the cluster, two of them are in node-1 and the other two in node-2. I have have a Kong api gateway in front of these k8s services. My problem is after every restart of the Kong…
I need to proxy DNS requests based on hostname.
I've configured the Kong to stream 53 udp.
I can create service:
curl -X POST http://localhost:8001/services \
-H "Content-Type: application/json" \
-d '{"name":"jerry", "protocol":"udp", "host":…
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…