Professional Cloud DevOps Engineer
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
Your enterprise runs a distributed microservices platform on Google Kubernetes Engine (GKE) configured with Cloud Service Mesh using a managed control plane. You are tasked with instrumenting telemetry to capture distributed traces and proxy access logs across all communicating services, exporting them directly to Google Cloud Observability.
During implementation, your team needs to ensure all mesh workloads send telemetry without conflicting configurations across application namespaces. What should you do?
The Istio Telemetry API (telemetry.istio.io/v1alpha1) allows administrators to configure distributed tracing, access logging, and metrics collection for Envoy proxies across the service mesh.
istio-system).stackdriver provider within the root Telemetry custom resource instructs all Envoy sidecar proxies to export distributed tracing and access telemetry directly to Google Cloud Observability (Cloud Trace and Cloud Logging).istio-system prevents conflicts caused by multiple custom resources, ensuring consistent telemetry behavior across all workloads.Deploying a single Telemetry resource in istio-system aligns with Google Cloud architecture best practices for managed control planes, avoiding ignored configurations while ensuring seamless distributed trace collection across microservices.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.