Operate the platform · wrap-up
Cheat sheet & self-check
6 questions across 2 lessons. Each answer links back to the lesson it came from.
Pick an answer to see if you got it, and why.
Q1. Why relax the chart's ServiceMonitor selector in a lab?
Show answer
B. The classic 'my ServiceMonitor is ignored' problem (see Scaling Prometheus, lesson 01).
From lesson 05 · Observability stack with SLO alertsQ2. What does a fast-burn SLO alert detect?
Show answer
B. It pages on user impact at a rate that matters, not on raw thresholds.
From lesson 05 · Observability stack with SLO alertsQ3. How do you prove the alert pipeline works end to end?
Show answer
B. Test the whole path: metric → rule → Alertmanager → receiver.
From lesson 05 · Observability stack with SLO alertsQ4. Why can't Argo CD in the mgmt kind cluster use the default kubeconfig address for edge-01?
Show answer
B. Inside a container, localhost means the container, not the host.
From lesson 06 · A GitOps fleet on kindQ5. You add edge-04 with the label env=edge. What happens?
Show answer
B. Labels become the interface to the fleet.
From lesson 06 · A GitOps fleet on kindQ6. How do you roll a change to the canary cluster first?
Show answer
B. Waves are just different revisions per label group, promoted through Git.
From lesson 06 · A GitOps fleet on kind