Replies: 1 comment
-
For anyone wondering te outcome of this i ended up using nginx ingress with k0s, way simpler to configure i just applied the manifest and done, i was able to create a sample application+ingress. i guess i need to wait a few more releases to try api gateway again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
i just installed a k0s cluster and put a sample app on it, then i tried the guide to proper install the API Gateway on it.
the thing is, i must be missing something.
when i port-forward the app i can access it:
however, when i try via NodePort exposed API Gateway i get a 500.
when this error happens, i get lines like these in gateway logs:
i am following those steps in the hope of proper configure the Gateway (i am trying to build a guide for my future self):
Gateway API on k0s
Simplest possible API Gateway on simplest possilbe kubernetes server
Steps
Reference links
This is my current gateway:
This is my HTTPRoute:
This is the nodeport i am using to expose the Gateway:
Please let me know if there is any cluster information i am missing that could help to troubleshoot this and thanks in advance for any guidance.
Beta Was this translation helpful? Give feedback.
All reactions