Ensure Kubernetes Engine Clusters legacy compute engine metadata endpoints are disabled
Google Kubernetes Engine (GKE) clusters should have legacy compute engine metadata endpoints disabled. Instance metadata should be protected from workloads running on the cluster. Legacy metadata APIs exposes instance metadata of server endpoints. It is recommended to disable the legacy API and use v1 APIs (which do not expose the metadata), to protect instance metadata from breaches.
Updated 7 months ago