Questions tagged [kong-ingress]

107 questions
1
vote
1 answer

AWS EKS WITH FARGATE PROFILE USING KONG INGRESS- Unable to expose port 80 to public

I deployed kong ingress controller on aws eks cluster with fargate option. I am unable to access out application over the internet over http port. I am keep getting -ERR_CONNECTION_TIMED_OUT in browser. I did follow the Kong deployment as per steps…
1
vote
2 answers

How can I identify the IP for Kong on Kubernetes cluster on RHEL machines?

First, let me show the kubernetes entities from a namespace called "kong": [projadmin@VOFDGSTP1 ~]$ kubectl get all -n kong NAME READY STATUS RESTARTS AGE pod/ingress-kong-5d997d864-wsmsw 2/2 Running 2 …
Ashish Jain
  • 447
  • 1
  • 6
  • 20
1
vote
4 answers

Kong Ingress Controller has no effect on Kong Plugins

I have gone through kong-ingress-controller deployment and getting started doc and done everything mentioned. Update User Permissions Deploy Kong Ingress Controller Setup environment variables Created Ingress with Routes Everything works fine, I…
Hossain Ahamed
  • 119
  • 1
  • 7
0
votes
0 answers

Kong reports "connection refused" during communication between two services within Kubernetes Cluster. Works fine if requested from outside cluster

We are trying to use Kong Ingress as an internal API GW to communicate between pods/services inside the same cluster. But the connection fails when one pod tries to communicate with the other with “connection refused”. It is successful when the…
0
votes
0 answers

Registering Micro Services on Kong and use of docker /k8s while deploying Kong artifacts

We are migrating from one landscape to the other landscape Both are AWS Its a kind of lift and shift. While doing so what configurations to register Micro Services to Kong or deploying Kong artifacts or integrating the Kong with logging and…
0
votes
0 answers

only getting limited metrics from the kong ingress controller

I'm currently facing some challenges with my Kong Ingress Controller setup on Kubernetes, and I could use some guidance from the experienced minds here. Issue: I'm only getting limited metrics from the kong ingress controller like…
0
votes
0 answers

Kong ingress controller: addons OR dbless yaml?

I am trying to test kong ingress controller on minikube. My primary objective is to use authentication and authorization plugins for my service endpoints. Here, it asks following to be executed to deploy Kong Ingress Controller: kubectl create…
Mandroid
  • 6,200
  • 12
  • 64
  • 134
0
votes
0 answers

Kong API Gateway auth works either for root path or for specific resource path, not both

I am using Kong API Gateway with pretty straightforward configuration. I have two services registered, with / being public part of api and /admin/{resource_id} protected with oauth. Second service is using following configuration, path here…
Alan Kis
  • 1,790
  • 4
  • 24
  • 47
0
votes
0 answers

Kong basic auth plugin not working in minikube

I am trying to configure kong's basic-auth plugin for a service running in minikube, following this. Configs are as: apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: kong-routing annotations: konghq.com/strip-path: 'true' …
Mandroid
  • 6,200
  • 12
  • 64
  • 134
0
votes
1 answer

Enabling ingress addons on minikube for kong

I am following this to configure kong ingress controller(KIC) on minikube. I created ingress for my backend service as told in the link. But when I see details of the ingress created, ADDRESS is empty. So based on SO answers, I need to…
Mandroid
  • 6,200
  • 12
  • 64
  • 134
0
votes
1 answer

Configuring kong ingress for apache-nifi api on minikube

I am trying to configure kong ingress controller for apache nifi. About nifi: Apache nifi instance is running on minikube, and it exposes a rest api that can be accessed with URLs: http://ip:port/nifi-api/.... calls t /nifi-api work and results…
Mandroid
  • 6,200
  • 12
  • 64
  • 134
0
votes
1 answer

Installing kong on minikube in ubuntu

Following this to install kong on minikube in ubuntu. When I run: kubectl create -f https://raw.githubusercontent.com/Kong/kubernetes-ingress-controller/v2.10.0/deploy/single/all-in-one-dbless.yaml I get 'kubectl' not found. So I added 'minikube'…
Mandroid
  • 6,200
  • 12
  • 64
  • 134
0
votes
1 answer

Error in exposing K8s Dashboard using Kong Ingress

I have deployed K8S Dashboard using https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml. I want to expose it on the Kong Ingress. This is my Ingress spec: apiVersion: networking.k8s.io/v1 kind:…
0
votes
0 answers

Kong-manager access issue

we have installed Kong & all services are running fine. when we are launching Kong manager from the terminal using curl command, In the browser it is throwing an error like "Failed to load resource: the server responded with the status of 404 ()"…
0
votes
0 answers

Kong 3.1 on Kubernetes on Anthos - Kong Manager is not loading

We have installed Kong enterprise 3.1 in Anthos (GKE). Installation is succesfull. All services are running fine. When we try to access kong manager, it is loading only "Kong Admin" header.... When I debug in chrome browser, it shows "Failed to load…
BALA AP
  • 21
  • 3