mirror of https://github.com/istio/istio.io.git
Port capture FAQ entry (#4941)
This commit is contained in:
parent
0b4077a0e4
commit
b95373abb5
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Kubernetes - How can I enable Istio sidecar to actively capture the inbound traffic on port list instead of using the automatical inbound port detection?
|
||||
weight: 20
|
||||
---
|
||||
|
||||
You can restore the white list capture ports model by overriding pod annotation `traffic.sidecar.istio.io/includeInboundPorts` to port list. Contrarily, to bypass the interception on certain ports, you can add pod annotation `traffic.sidecar.istio.io/excludeOutboundPorts` with bypass port list.
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: On what ports does a sidecar proxy capture inbound traffic?
|
||||
weight: 20
|
||||
---
|
||||
|
||||
Istio captures inbound traffic on all ports by default.
|
||||
You can override this behavior using the `traffic.sidecar.istio.io/includeInboundPorts` pod annotation
|
||||
to specify an explicit list of ports to capture, or using `traffic.sidecar.istio.io/excludeOutboundPorts`
|
||||
to specify a list of ports to bypass.
|
Loading…
Reference in New Issue