Hands-on Projects — Build It End to End›Operate the platform · Cheat sheet & self-check

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.

  1. 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 alerts
  2. Q2. 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 alerts
  3. Q3. 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 alerts
  4. Q4. 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 kind
  5. Q5. 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 kind
  6. Q6. 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