Google Kubernetes Engine v1 API - Enum DatapathProvider (3.17.0)

public enum DatapathProvider

Reference documentation and code samples for the Google Kubernetes Engine v1 API enum DatapathProvider.

The datapath provider selects the implementation of the Kubernetes networking model for service resolution and network policy enforcement.

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Fields

NameDescription
AdvancedDatapath

Use the eBPF based GKE Dataplane V2 with additional features. See the GKE Dataplane V2 documentation for more.

LegacyDatapath

Use the IPTables implementation based on kube-proxy.

Unspecified

Default value.