Learn how to simplify and automate Kubernetes ingress management using Kong Gateway Operator for efficient application deployment and scaling. From gateway deployment essentials to advanced lifecycle management techniques, you'll learn to optimize your infrastructure, implement automated rollouts, and adapt to changing traffic patterns.
talk-data.com
Topic
canary deployments
2
tagged
Activity Trend
1
peak/qtr
2020-Q1
2026-Q1
Services should be tracking those anyway (e.g. how fast does a service respond, how many errors does it generate). When deploying a new version, we're currently (more or less) instantly swapping out the application for everyone. With the Canary Releases, we're starting to roll out a new version to a certain percentage of users and checking the SLOs to automatically.