Questions tagged [kong-ingress]

107 questions
0
votes
0 answers

Keycloak behind Kong ingress Controller cannot redirect back to app

I have configured Keycloak and kong through helm Keycloak Btinami helm Configuration keycloak: image: registry: repository: docker/keycloak tag: 0.1.0 global.namespaceOverride: keycloak fullnameOverride: keycloak …
ibahri
  • 1
  • 1
0
votes
0 answers

Kong API Gateway - Domain Restriction

I have a Service that is mapped to a consumer, and I want to allow the Service Routes to the specific domain name. We have a plugin to restrict the IP https://docs.konghq.com/hub/kong-inc/ip-restriction/. is there any way to restrict the domain?
Gowtham Raj
  • 103
  • 2
  • 13
0
votes
1 answer

kong HTTP/2 stream 1 was not closed cleanly before end of the underlying stream

We are using kong v2.2 as ingress controller, some of our requests got an error: HTTP/2 stream 1 was not closed cleanly before end of the underlying stream And they are not passed from kong to our backend servers.
0
votes
1 answer

Is it possible to have placeholders in kong plugin k8s?

apiVersion: extensions/v1beta1 kind: Ingress metadata: name: kong-ingress-test annotations: kubernetes.io/ingress.class: "kong-ingress" konghq.com/strip-path: "true" namespace: test spec: rules: - host: test.com http: …
cUser
  • 392
  • 8
  • 25
0
votes
1 answer

Kubernetes Ingress Controller with multiple paths - only forwards to correct service half the time?

I am currently running Kong via Helm inside of a Google Kubernetes Engine (GKE) cluster. I have created the following Kubernetes Ingress Controller which forwards traffic to two services based on paths. I noticed a very strange behaviour that the…
0
votes
1 answer

Custom Plugin Configuration in KONG Kubernetes Using Declarative Configuration

I'm using KONG in Kubernetes in DB less mode. I'm trying to add plugins in a declarative way. Where can I find the config file for Kuberenetes? How to add the plugins in that file?
Chitraveer Akhil
  • 147
  • 1
  • 5
  • 18
0
votes
1 answer

KONG's control plane & data plane mapping

I am new to KONG and currently installed KONG in hybrid mode (CP/DP separated). Just want to check if we have multiple DPs for one CP and want to deploy the service. In that case do we need to mention anywhere about the DPs details like on service…
joy
  • 206
  • 2
  • 13
0
votes
0 answers

Fallback Route config in Kong

I am trying to create a Fallback Route in my K8s application. I have a Pod serving a fallback app that returns a 404 page on URL http://domain:80/error. It works fine if I call http://application/error but fails as soon as I call…
Atul Singh
  • 59
  • 1
  • 9
0
votes
1 answer

why is localhost of pod resolved to node ip in k8s?

I am using AKS.the DNS policy is not set explicitly,which should be clusterFirst.today I had a strange log inside pod during its starting,showing localhost pointed to the IP of node instead of 127.0.0.1. who can tell me how does localhost work…
focus zheng
  • 345
  • 1
  • 4
  • 12
0
votes
0 answers

how to preserve kong domain name in ui redirection

I am using kong 2.5 for APIs and Microservice routing and I got a requirement to place react ui application behind kong.so,I have created below service pointing to my UI application. {host : www.example.com, protocol : http, path: /, port: 80} I…
Abdul Razak AK
  • 405
  • 1
  • 7
  • 17
0
votes
0 answers

Kong's flaky rate limiting behavior

I have deployed some APIs in Azure Kubernetes Service and I have been experimenting with Kong to be able to use some of its features such as rate limiting and IP restriction but it doesn't always work as expected. Here is the plugin objects I…
0
votes
0 answers

How to apply multiple rate limits for a single service in kong rate limit

I have service and I need to limit the API based on users and organization. Example : User A and User B belongs same OrgA. Any user can access the API 5 times a day and Organization can access the API 8 times a day. Service apiVersion: v1 kind:…
0
votes
1 answer

Kong Istio integration

I have been stumped implementing Kong Api gateway as north-south traffic controller and Istio service mesh as my east-west traffic controller. I followed the blog provided by Kong but not working ...my questions is ..do I need GW and VS for my Istio…
0
votes
0 answers

Kubernetes pods are communicating with other pods over load balancer instead of internally

I have a Kubernetes cluster in AWS GovCloud. I have deployed the Kong Ingress Controller (private NLB) along with the kong-proxy service in namespace "kong". In namespace "A" I have deployed my applications along with an Ingress object resource. I…
0
votes
2 answers

How to see the headers in a request while using Kong Ingress controller

In any ingress controller like https://traefik.io/ there is usually a DEBUG mode to run. In this mode you can actually see the headers in the request which help in debugging. However in https://docs.konghq.com/kubernetes-ingress-controller I am…
codeaprendiz
  • 2,703
  • 1
  • 25
  • 49