From the course: Kubernetes: Service Mesh with Istio
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Waypoint proxies - Kubernetes Tutorial
From the course: Kubernetes: Service Mesh with Istio
Waypoint proxies
- [Instructor] In the previous videos, we learned about how Istio handles traffic. Now let's talk about something pretty cool in ambient mode, waypoint proxies. When you're using ambient mode, you don't need the usual sidecar proxies. Instead, we use waypoint proxies to manage the traffic between services. These proxies make things simpler. They improve security and give you a better view of what's happening in your services. And the best part, you don't have to deploy a sidecar with every service. So what exactly are waypoint proxies? They are envoy-based proxies that manage Layer 7 traffic in ambient mode. Unlike sidecars, these don't sit with every service. Instead, they handle traffic for multiple services at once. This make things easier because you don't need to add extra stuff to each service. But do you always need a waypoint proxy? No, not really, because the ambient mesh is flexible. Here is how it usually works. You start with no mesh at all. Then you add the ztunnel layer…
Contents
-
-
-
-
-
(Locked)
Introduction to traffic management4m 4s
-
(Locked)
Virtual services3m 56s
-
(Locked)
Destination rules4m 6s
-
(Locked)
Waypoint proxies4m 29s
-
Request routing through VirtualService and destination rules9m 31s
-
(Locked)
Traffic shifting7m 56s
-
(Locked)
Fault injection6m 18s
-
(Locked)
Timeouts and retries8m 26s
-
(Locked)
Circuit breaking8m 15s
-
(Locked)
-
-
-