Module: Google::Cloud::Container::V1::DatapathProvider

Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

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

Constant Summary collapse

DATAPATH_PROVIDER_UNSPECIFIED =

Default value.

0
LEGACY_DATAPATH =

Use the IPTables implementation based on kube-proxy.

1
ADVANCED_DATAPATH =

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

2