4 links
tagged with all of: kubernetes + service-mesh
Click any tag below to further narrow down your results
Links
Airbnb has successfully implemented seamless upgrades of Istio across tens of thousands of pods and numerous Kubernetes clusters by utilizing a canary upgrade model and a custom mutation framework named Krispr. This approach allows independent workload upgrades with zero downtime, gradual rollouts, and the ability to revert changes without requiring coordination among diverse teams. The article details the architecture and processes that enable these upgrades for both Kubernetes and virtual machine environments.
Envoy Gateway can be integrated with Istio's Ambient Mesh to enhance traffic management and policy enforcement through its advanced Layer 7 capabilities, despite Ambient Mesh's limitations. By deploying Envoy Gateway as both the Ingress Gateway and Waypoint Proxy, users can simplify configurations while leveraging powerful features like global rate limiting and enhanced security policies. The article provides a step-by-step guide on setting up Envoy Gateway within an Ambient Mesh environment.
Linkerd 2.18 has been released, introducing key features aimed at reducing operational challenges, including protocol declarations, GitOps-compatible multicluster linking, and improvements to Gateway API support. Additionally, this release includes an experimental build for Windows environments, marking progress towards broader platform support. Overall, Linkerd continues its focus on operational simplicity and reliability for Kubernetes-based applications.
The Kubernetes Gateway API v1.3 introduces several enhancements aimed at improving service networking, including support for route imports and exports, better traffic management, and increased extensibility for developers. These updates facilitate more flexible and efficient interactions between services in Kubernetes environments, addressing common networking challenges.