Questions tagged [kong-ingress]

107 questions
1
vote
1 answer

kong: gke ingress: An invalid response was received from the upstream server

I have kong ingress on GKE as follows, which has a default path "/" forwards to a web application written in nextjs that has keycloak integration. apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: myprojqlfingress namespace: qlf …
ARINDAM BANERJEE
  • 659
  • 1
  • 8
  • 29
1
vote
1 answer

Kong Ingress Controller on Kubernetes

I'm trying to deploy Kong Ingress Controller into my K8s cluster deployed using kubeadm in virtualbox. It's composed of a master and two worker nodes. According to the documentation, I'm using a DBless deploy: kubectl apply -f…
1
vote
1 answer

How to override Kong Gateway default certificates in Kubernetes

I'm trying to set up an SSL certificate for Kong 2.7 installed in Kubernetes but I am not getting this to work as expected. I tried to follow this guide. Even looking for additional help in discussion . curl -X POST…
Simon21
  • 43
  • 5
1
vote
0 answers

use snippet in kong ingress

I want to use a snippet in Kong. I need to add some specific rule into ingress. The best thing I found was a snippet in Nginx so I use Nginx snippet in Kong ingress like this: apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: test …
1
vote
1 answer

Prometheus can not scrape kong-ingress-controller metrics

I've installed Prometheus and Grafana to monitor my K8S cluster and microservices using helm charts: helm install monitoring prometheus-community/kube-promehteus-stack --values prometheus-values.yaml --version 16.10.0 --namespace monitoring…
1
vote
2 answers

Kong-ingress-controller CrashLoopBackOff : "kong-proxy" is forbidden

I've installed kong-ingress-controller using yaml file on a 3-nodes k8s cluster. but I'm getting this (the status of pod is CrashLoopBackOff): $ kubectl get pods --all-namespaces NAMESPACE NAME READY …
samm13
  • 173
  • 1
  • 3
  • 13
1
vote
1 answer

Kong Ingress cert-manager wrong routing

I have a k8s cluster with kong-ingress and cert-manager. Backend at: domain.network/* To renew the certificate, cert-manager starts a new pod and ingress which should reply at: CertManagerHandler at: domain.network/.well-known/xxx/zzz However,…
Hugo
  • 1,106
  • 15
  • 25
1
vote
0 answers

Why does Kong API Gateway remove X-Forwarded-For headers when forwarding request to backend?

I am trying to forward the X-Forwarded-For header containing the IP address of the client to the backend services but it seems Kong does not allow that to happen, I can read the IP address of the client when I log them in Kong logs, however, every…
Serene
  • 11
  • 1
  • 4
1
vote
1 answer

How can I expose kong admin api using kong k8 ingress?

I deployed kong ingress controller for our kubernetes, and we are using it for routing our micro services. Now I want to expose my admin API to use other features and get monitoring stats. Please someone could help me on this. None of the…
1
vote
1 answer

kong ingress controller with user-specified loadbalancerIP

I have an aks cluster and I want to install a kong ingress controller with my pre-existing IP address, but I can't find a way to set this value when installing with helm in value.yaml file, I didn't found any loadBalancerIP value that can be set,…
Mendi Neymark
  • 606
  • 5
  • 12
1
vote
1 answer

How can I use Kong’s Capturing Group in Ingress k8s object for rewirting logic?

I want to use Kong’s Capturing Group in Ingress k8s object to perform an uri rewriting. I want to implement the following logic: https://kong_host:30000/service/audits/health -> (rewrite) https://kong_host:30000/service/audit/v1/health Ingress…
1
vote
0 answers

KONG Admin API not reachable from ingress controller in

IngressController falling back to filed state due to this error " making HTTP request: Get “http://localhost:8001/”: dial TCP: i/o timeout" any clue will be really helpful
1
vote
1 answer

Can we use Kong api gateway for GraphQL service based backend service?

I have a backend service in graphQL and I want to integrate it with kong for proxying. I had followed the same steps of how we configure a http service in kong using this link https://docs.konghq.com/0.13.x/getting-started/configuring-a-service/ But…
1
vote
1 answer

Kong reboot in DB-less mode

Playing around with Kong in DB-less mode in a docker container. Trying to figure out if we can use it as a gateway for the company I work for. I currently mount a local folder onto my docker container and pass the path to the kong.yaml file to kong…
kardolus
  • 173
  • 12
1
vote
2 answers

How to access Kong admin API when Kong is deployed using Kong-Ingress-Controller

I have installed Kong using Minikube Kong-Ingress-Controller Services are visible like below. Now I am trying to find kong admin API so that I can install Konga dashboard on top of it but not sure where to find that I am not sure whether I am…
DevSay
  • 886
  • 1
  • 14
  • 32