Questions tagged [kong-ingress]

107 questions
9
votes
3 answers

Error {"message":"failure to get a peer from the ring-balancer"} using kong ingress

Getting error msg when I trying to access with public IP: "{"message":"failure to get a peer from the ring-balancer"}" Looks like Kong is unable to the upstream services. I am using voting app ingress.yaml apiVersion: extensions/v1beta1 kind:…
Vikas Kalra
  • 115
  • 1
  • 1
  • 6
4
votes
1 answer

Kong with AWS Application Load Balancer

I was trying to create an alb-ingress-controller and point to kong-proxy. Since kong controller supports only classic loadbalancer and network loadbalancer I followed all the mentioned steps from…
4
votes
3 answers

Kong Ingress Controller - Remove Kong related headers

I have a working installation of Kong on a Kubernetes cluster, using kubernetes-ingress-controller functionality (https://github.com/Kong/kubernetes-ingress-controller). I would like to remove the following Kong's related…
Marco
  • 700
  • 1
  • 14
  • 26
4
votes
1 answer

kubernetes: nginx ingress vs traefik ingress vs ha-proxy ingress vs kong ingress

We are looking at various opensource ingress controllers available for kubernetes and need to chose the best one among all. We are evaluating the below four ingress controllers Nginx ingress controller Traefik ingress controller Ha-proxy ingress…
P Ekambaram
  • 15,499
  • 7
  • 34
  • 59
3
votes
1 answer

Using Kong's key-auth and session plugin together

I am new to Kong and have a setup with the key-auth plugin enabled. So when I go to https://localhost:32443 I get {"message":"No API key found in request"}. If I specify an apikey I get the homepage of the application but it is blank. The first…
Sean Barry
  • 61
  • 2
  • 6
3
votes
2 answers

Hi I'm trying to get client real-ip to restrict some access at pod on kubernetes environemnt

Hi I'm trying to get client real-ip to restrict some access at pod. But unfortunately I'm always getting 10.244.1.1 at every pod. I have tried with https://kubernetes.io/docs/tutorials/services/source-ip/ but unfortunately no luck. Please help. I'm…
3
votes
2 answers

k8s Ingress with Kong - Plugin Application and Configuration via cURL vs YAML

I'm trying to use a Kong plugin for k8s ingress customization. Specifically, i'm using the Kong ingress controller and the "request-transformer-advanced" plugin (Reference: https://docs.konghq.com/hub/stone-payments/kong-plugin-url-rewrite/) The…
CoderOfTheNight
  • 944
  • 2
  • 8
  • 21
2
votes
0 answers

How do i setup the Kong Ingress Controller (KiC) to work like nginx Ingress with auth-url and auth-signin annotations

In our kubernetes-setup we are using the oauth2-proxy in front of a kubernetes-dashboard to provide oidc authentication for the dashboard. A nginx ingress handles the authorization against the auth2-proxy. We are using some annotations of the nginx…
KMathmann
  • 444
  • 3
  • 15
2
votes
0 answers

Setting up Kong Ingress Controller on Kubernetes and receiving 502 Bad Gateway error for Ingress resource

I used the guide to set up Kong on my Kubernetes cluster running on Docker Desktop. I have a Kubernetes Service named quick-links-service which is exposed on port 3000. I created an Ingress resource for this Service with the path value set to…
sujeet
  • 3,480
  • 3
  • 28
  • 60
2
votes
1 answer

Install two separate KongHQ in same kube deployment

I am following this procedure to deploy konghq in my Kubernetes. The key installation command there is this: $ kubectl create -f https://konghq.com/blog/kubernetes-ingress-api-gateway/ It works fine when I create one single kinghq deployment. But…
Billy Billy
  • 423
  • 4
  • 14
2
votes
2 answers

kong-ingress-controller's EXTERNAL_IP is pending

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 is up and runnig: $kubectl get pods --all-namespaces NAMESPACE NAME …
samm13
  • 173
  • 1
  • 3
  • 13
2
votes
2 answers

Communication Between Two Services in Kubernetes Cluster Using Ingress as API Gateway

I am having problems trying to get communication between two services in a kubernetes cluster. We are using a kong ingress object as an 'api gateway' to reroute http calls from a simple Angular frontend to send it to a .NET Core 3.1 API Controller…
Chris
  • 325
  • 1
  • 3
  • 12
2
votes
1 answer

How to get User ID when using Basic Auth and Session plugins are enabled in Kong?

I'm currently using Kong API gateway. After using logging in and retrieving a session. The username is not forwarded to the backend service. How do I get the username from the session token provided by Kong? plugins: name: basic-auth service:…
Hany Morcos
  • 147
  • 1
  • 5
2
votes
1 answer

Error "no Route matched with those values" with the Kong ingress controller

Attempting to connect to a Jupyter Lab container (ultimately other applications as well) running on a cloud managed Kubernetes service using Kong as the ingress controller. Receiving "no Route matched with those values" on the http response to…
2
votes
1 answer

Kong using kubernetes ingress controller always returns 'failure to get a peer from the ring-balancer' when hit the Kong

I have installed Kong using Kubernetes-ingress-controller using these steps. I am getting the following error when hit the Kong instance. {"message":"failure to get a peer from the ring-balancer"} Can anyone help me with this? Thanks in advance.
DevSay
  • 886
  • 1
  • 14
  • 32
1
2 3 4 5 6 7 8