
Ultimate access to all questions.
As a DevOps Engineer supporting a multi-regional web service on Google Kubernetes Engine with a Global HTTP/S Cloud Load Balancer, you're using a third-party CDN for initial request routing. Currently, you measure availability at the Cloud Load Balancer level with an SLI. To better cover scenarios like load balancer misconfigurations, CDN failures, or global networking disasters, where should you implement a new SLI?
A
The health checks conducted by GKE for your application servers.
B
The metrics that are extracted from the application servers.
C
Client-side instrumentation implemented directly within the code.
D
A synthetic client that periodically sends simulated user requests.
E
The logs generated by your application servers.