Previous
You are at the first module.
Byte Edge | Reading Module
Status: Not Started | Pass threshold: 100% | Points: 70
Best score
0%
Attempts
0
Pass rate
0%
Passed
0
Completion happens in the checkpoint panel below.
Previous
You are at the first module.
Recommended Next
No recommendation available yet.
Next
Kubernetes for Incident Managers
Reading Module
Continue To Next Module →
Objectives
Source Artifacts
Internal source references are available for maintainers but are not exposed in deployed environments.
Field Evidence
Real incidents related to what you're learning.
01KJ45E02K07DCN4KAZGGC2SCA
2/23/2026 | n/a
• Org: kfc_us • Env: production • Service: switchboardserviceretry1m ## Key Information: > • Switchboard is unable to dispatch events to kfc_us > > • This er...
Study Incident →
01KJ0M5JDDZ0MEES932WA0C6G9
2/21/2026 | n/a
• Org: tb_uk • Env: prod-hopper • Service: olympus-daemons ## Key Information: > This monitor tracks when a store status has successfully change to OFFLINE i...
Study Incident →
01KJ37PV9KHK8BNQWQF6TQB36S
2/22/2026 | n/a
• Org: tb_uk • Env: prod-hopper • Service: olympus-daemons ## Key Information: > This monitor tracks when a store status has successfully change to OFFLINE i...
Study Incident →
Key Takeaways
Reading time: ~30 minutes
Simple definition: Running compute workloads physically close to where data is created and consumed, rather than in a centralized cloud datacenter.
Traditional cloud model:
[Restaurant Store] --internet--> [AWS Cloud] --internet--> [Restaurant Store]
POS sends order Processes order Receives confirmation
Problem: If internet fails, store is down. Latency for round-trip.Edge model:
[Restaurant Store with Edge Server]
POS --local network--> Edge Server --local network--> POS
↓
(sync to cloud when available)
Benefit: Store continues operating during internet outages.Scenario: Pizza Hut store loses internet connection
What it is: Kubernetes-based platform that runs standardized workloads in restaurants.
What it does:
Architecture:
┌─────────────────────────────────────────────────────────┐
│ Yum Cloud (AWS) │
│ - Datadog │
│ - Central services │
│ - Analytics/BI │
└────────────────────┬────────────────────────────────────┘
│ (internet - unreliable)
│
┌────────────────────▼────────────────────────────────────┐
│ Restaurant Edge Server (Byte Edge) │
│ ┌──────────────────────────────────────────────────┐ │
│ │ Kubernetes Cluster (K8s) │ │
│ │ - POS Backend Service │ │
│ │ - Order Processing Service │ │
│ │ - Payment Service │ │
│ │ - Menu Service │ │
│ │ - HyperDX (observability) │ │
│ │ - ClickHouse (telemetry database) │ │
│ └──────────────────────────────────────────────────┘ │
│ │
│ [Local Storage: Orders, Logs, Metrics] │
└───┬─────────────┬─────────────┬────────────────────────┘
│ │ │
│ │ │
┌───▼───┐ ┌────▼────┐ ┌────▼────┐
│ POS │ │ Kiosk │ │ Kitchen │
│ │ │ │ │ Display │
└───────┘ └─────────┘ └─────────┘| Aspect | Cloud Model | Edge Model |
|---|---|---|
| Latency | 50-200ms (varies) | 1-10ms (local network) |
| Reliability | Depends on internet | Works offline |
| Bandwidth | High (stream all data) | Low (sync deltas) |
| Observability | Stream to Datadog | Store locally, export conditionally |
| Deployment | Deploy once, runs everywhere | Deploy to 60k+ individual edge servers |
| Debugging | Centralized logs | Distributed - logs at each edge |
When a store reports an issue:
When a store reports an issue:
Result: Faster diagnosis, better root cause analysis, fewer escalations.
Scenario: Store #4523 reports "POS is slow, orders taking 30+ seconds to confirm"
Without Edge Telemetry:
With Edge Telemetry (HyperDX):
Time saved: 2+ hours → 15 minutes Cost saved: $150+ field visit avoided
Before moving to Module 2, think about:
✅ Complete this module ⬜ Read Module 2: Kubernetes Overview ⬜ Schedule shadow call with Byte Edge engineer
Estimated time to next module: 1 day (let concepts sink in)
Reading Checkpoint
Current score: 0%Sections complete
0/0
Checkpoint confirmed
Not yet
Reflection
0 chars
Completion requires 80% section coverage, checkpoint confirmation, and a short reflection. On completion, you will move to the next module automatically.
Add 40 more characters.
Mark at least 80% of sections complete.