-
Notifications
You must be signed in to change notification settings - Fork 880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traffic management for kong ingress controller and kuma #782
Comments
It seems that Kong will have an implementation for the Kubernetes Gateway API https://gateway-api.sigs.k8s.io/implementations/#kong So Kong support might be available after implementing #1438 |
I found out about this open issue only after we did the implementation where we have Kong as ingress controller (without Kuma) and our services are deployed with:
I was very surprised when I saw that Kong is not on the supported list but my setup works perfectly fine. So, I'm wondering am I missing something here? I was even able to run canary and blue-green example first with Nginx being my ingress then I just switched to Kong ingress and it worked fine.
|
@borkke Do you mind sharing an example of how you got it all set up, please? I'm making research if this is a viable option as of today and it would help a lot to have something to look at. Thanks |
Here are few notes what I did:
The examples worked fine. Then I uninstalled nginx ingress and installed Kong ingress and everything worked fine as before. This should be enough I think:
I tried canary example and it worked just fine. This is the only diff that I have locally:
I did have small issue and I think it's probably my local Kong configuration. The Also, we currently have ArgoCD/Rollout/Kong on EKS with working canary and blue/green deployments. |
@mykyta-batalov Just checking in... Did you have any progress regarding this? |
Hi, I have implemented Gateway API support. Can someone review it ? |
This issue is stale because it has been open 60 days with no activity. |
any news? |
The first version of the Gateway API plugin is out https://github.com/argoproj-labs/rollouts-gatewayapi-trafficrouter-plugin |
@lucasoarruda , @vivekanandg , @borkke , @mykyta-batalov Full example with Kong via the Gateway API can be found here https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/tree/main/examples/kong Any feedback welcome |
Summary
Currently I see that only the below are supported
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: