Class DatapathProvider (2.47.0)

DatapathProvider(value)

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

Enums

Name Description
DATAPATH_PROVIDER_UNSPECIFIED Default value.
LEGACY_DATAPATH Use the IPTables implementation based on kube-proxy.
ADVANCED_DATAPATH Use the eBPF based GKE Dataplane V2 with additional features. See the `GKE Dataplane V2 documentation