Offboard ambient networking
Preview
This product or feature is
subject to the "Pre-GA Offerings Terms" in the General Service Terms section
of the Service Specific
Terms .
Pre-GA products and features are available "as is" and might have limited support.
For more information, see the
launch stage descriptions .
Note : Before using GKE ambient networking, you must be added to an allowlist.
Request access by filling out the sign-up form .
Allow 2 to 3 business days for your request to be processed.
Follow these steps to safely disable and remove ambient networking from your
cluster.
Remove all ambient policies impacting your services, ensuring no policy
enforces strict mTLS:
kubectl delete gcpservertlspolicies -n ambient-test server
kubectl delete gcpclienttlspolicies -n ambient-test server-mtls
kubectl delete gcpauthzpolicy -n ambient-test --all
Remove the label from the relevant namespace to disable traffic interception:
kubectl label namespace ambient-test networking.gke.io/dataplane-mode-
Verify that the annotation ambient.networking.gke.io/redirection is removed
from all Pods in the Namespace:
kubectl get pods -n ambient-test -o yaml | grep redirection
The output should be an empty response.
Optionally, if you enabled Layer 4 metrics generation, remove the metrics label
from the namespace:
kubectl label namespace ambient-test networking.gke.io/ambient-network-metrics-
Disable ambient networking at the cluster level to remove ambient components:
gcloud beta container clusters update CLUSTER_NAME \
--location= CLUSTER_LOCATION --no-enable-ambient-networking
Replace the following:
CLUSTER_NAME : the name of the cluster.
CLUSTER_LOCATION : the Compute Engine region or
zone of the cluster.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-09-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-09-25 UTC."],[],[]]