Kubernetes Engine V1 API - Module Google::Cloud::Container::V1::DatapathProvider (v0.13.0)

Reference documentation and code samples for the Kubernetes Engine V1 API module Google::Cloud::Container::V1::DatapathProvider.

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

Constants

DATAPATH_PROVIDER_UNSPECIFIED

value: 0
Default value.

LEGACY_DATAPATH

value: 1
Use the IPTables implementation based on kube-proxy.

ADVANCED_DATAPATH

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