File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
content/en/docs/overview/dataplane-modes Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Users often deploy a mesh to enable a zero-trust security posture as a first-ste
50
50
<tr>
51
51
<th>Traffic management</th>
52
52
<td>Full Istio feature set</td>
53
- <td>Full Istio feature set (requires using waypoint) </td>
53
+ <td>Most of Istio feature set when using waypoints (see [Traffic management](#traffic-management) below). </td>
54
54
</tr>
55
55
<tr>
56
56
<th>Security</th>
@@ -224,6 +224,9 @@ The overhead for processing protocols at Layer 7 is substantially higher than pr
224
224
225
225
### Traffic management
226
226
227
+ Most of these features are exposed with the [ VirtualService] ( https://istio.io/docs/reference/config/networking/virtual-service/ ) API,
228
+ which only has alpha support in ambient mode. For a stable API, use [ Gateway API] ( /docs/ambient/usage/waypoint ) .
229
+
227
230
<table >
228
231
<thead >
229
232
<tr>
You can’t perform that action at this time.
0 commit comments