Share via


NetworkMode type

The network mode Azure CNI is configured with. This cannot be specified if networkPlugin is anything other than 'azure'.
KnownNetworkMode can be used interchangeably with NetworkMode, this enum contains the known values that the service supports.

Known values supported by the service

transparent: No bridge is created. Intra-VM Pod to Pod communication is through IP routes created by Azure CNI. See Transparent Mode for more information.
bridge: This is no longer supported

type NetworkMode = string