Questions tagged [kong]

Kong Gateway is an open source gateway for microservices.

Kong Gateway is an open source gateway for microservices.

7 questions
2
votes
0 answers

Kong-proxy not working inside Jelastic environment

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…
Shawn King
  • 21
  • 2
1
vote
1 answer

Use kong reverse proxy to filter log4j exploits

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…
dsteinkopf
  • 161
  • 1
  • 8
1
vote
0 answers

GCP HTTP Load balancer to TCP Load balancer

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…
0
votes
1 answer

What's the intrinsic way to represent environments in Kong Konnect?

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…
Jules
  • 51
  • 4
0
votes
0 answers

How to solve "An invalid response was received from the upstream server" on Kong Gateway?

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…
0
votes
1 answer

Kong DNS resolution failed without default gateway

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:…
lion_bash
  • 113
  • 1
  • 5
0
votes
1 answer

KONG/NGINX pass down certificate information to APACHE

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…
Lucas Mattos
  • 483
  • 1
  • 4
  • 5