-
Notifications
You must be signed in to change notification settings - Fork 593
Replies: 1 comment · 4 replies
-
Am I the only one that has this problem? Have anybody tried to configure the external service to httpbin, following the guide, who could tell me if they get the same result or provide any kind of feedback? |
Beta Was this translation helpful? Give feedback.
All reactions
-
I tried it on my machine (instead of minikube I use kind + lima) and couldn't reproduce the reported problem. I exactly followed this guide. Could you check logs of Controller and Kong Gateway? Maybe they tell us something more |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Here are the logs from both (I'm not sure if that's the correct approach to retrieve them) Controller Logs
Show/Hide logs
Gateway Logs
Show/Hide logs
|
Beta Was this translation helpful? Give feedback.
All reactions
-
I cannot find anything unusual, just the 404 from
Meanwhile I can try it with Kind and see if anything changes - and in case provide a feedback |
Beta Was this translation helpful? Give feedback.
All reactions
-
UpdateI tried installing Kong both via Kind and via Docker Desktop Kubernetes, but yet I experience the same issue, only with external services: "no Route matched with those values". I have some Azure credits to waste, so I think I'm going to try and setup Kong on an AKS cluster to see what I can get 🥲 |
Beta Was this translation helpful? Give feedback.
-
I followed the External Service example guide on the KIC documentation, but when I try to send an HTTP request to
localhost/httpbin/anything
, I get the classic message "no Route matched with those values", instead of what I would expect.I tried adding the echo service & route and everything is working correctly... it's just the external service that is causing problems
Is there anything I've done wrong or maybe a step in the documentation is missing something?
Here's a StackOverflow thread I made, where I explain exactly each step I followed: https://stackoverflow.com/questions/77489459/kong-external-service-no-route-matched-with-those-values
Beta Was this translation helpful? Give feedback.
All reactions