ProxyRedirectionMechanism Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Mode of traffic redirection.
public enum ProxyRedirectionMechanism
type ProxyRedirectionMechanism =
Public Enum ProxyRedirectionMechanism
- Inheritance
-
ProxyRedirectionMechanism
Fields
| Name | Value | Description |
|---|---|---|
| InitContainers | 0 | Istio will inject an init container into each pod to redirect traffic (requires NET_ADMIN and NET_RAW). |
| CniChaining | 1 | Istio will install a chained CNI plugin to redirect traffic (recommended). |