You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i have some difficulties using Kong but cannot switch to another solution like Nginx.
The whole Website doesn't seem to handle "declarative configuration" kong.yml which i have to use instead of curl commands.
My whole network completly abstracted looks like this:
I have 2 server, "analytics" and "db" and need Kong to pipe its ports to them.
my Kong.yml looks like this:
(borrowed from #5656)
because i am using docker to set all of them up, the names "analytics", "db" and "kong" are resolved to their service ip correctly.
I am quite sure something is wrong with my config, as i don't get through my services.
The documentation is not of any help as everything is only defined for curl commands.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, i have some difficulties using Kong but cannot switch to another solution like Nginx.
The whole Website doesn't seem to handle "declarative configuration" kong.yml which i have to use instead of curl commands.
My whole network completly abstracted looks like this:
I have 2 server, "analytics" and "db" and need Kong to pipe its ports to them.
my Kong.yml looks like this:
(borrowed from #5656)
my Kong is configured through environment variables.
because i am using docker to set all of them up, the names "analytics", "db" and "kong" are resolved to their service ip correctly.
I am quite sure something is wrong with my config, as i don't get through my services.
The documentation is not of any help as everything is only defined for curl commands.
Beta Was this translation helpful? Give feedback.
All reactions