Kong gateway reaches 1.0 GA, now supports service mesh
1–10 of 51 posts
Re: Kong gateway reaches 1.0 GA, now supports service mesh
#2Can you elaborate? What kinds of routing parameters and rules can Kong use to route raw TCP traffic?
Re: Kong gateway reaches 1.0 GA, now supports service mesh
#3Great work guys! I see that "Kong’s core router can now route raw TCP traffic." Can you elaborate? What kinds of routing parameters and rules can Kong use to route raw TCP traffic?
Re: Kong gateway reaches 1.0 GA, now supports service mesh
#4Great work guys! I see that "Kong’s core router can now route raw TCP traffic." Can you elaborate? What kinds of routing parameters and rules can Kong use to route raw TCP traffic?
Re: Kong gateway reaches 1.0 GA, now supports service mesh
#5Re: Kong gateway reaches 1.0 GA, now supports service mesh
#6Re: Kong gateway reaches 1.0 GA, now supports service mesh
#7What would be the best way to deploy this with my application in Kubernetes?
Kong can work as an Ingress Controller for your Kubernetes cluster and run plugins for your traffic at the Ingress layer. Refere to the repo for more details: https://github.com/kong/kubernetes-ingress-controller
You can simply deploy it as an application using the Helm chart: https://github.com/helm/charts/tree/master/stable/kong
Re: Kong gateway reaches 1.0 GA, now supports service mesh
#8What would be the best way to deploy this with my application in Kubernetes?
Re: Kong gateway reaches 1.0 GA, now supports service mesh
#9How does 1.0 handle database migrations?
Re: Kong gateway reaches 1.0 GA, now supports service mesh
#10How does 1.0 handle database migrations?
To avoid downtime due to Kong upgrades, Kong now supports a blue-green deployment method where for two Kong nodes of version A and version A+1 can run together at the same time as the upgrade is being rolled out, and then switching all traffic to A+1.