File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Hubble is Cilium's **observability platform** built on top of eBPF for network v
3939- ** Exposes gRPC API** on port 4244 for querying flows
4040
4141** What it sees:**
42- ```
42+ ``` text
4343Pod A → Pod B (HTTP GET /api)
4444Pod C → External IP (TCP SYN)
4545Pod D ← DNS response
@@ -58,7 +58,7 @@ Network policy DROPPED packets
5858- ** Exposes gRPC API** on port 4245
5959
6060** Architecture:**
61- ```
61+ ``` text
6262hubble CLI/UI
6363 ↓
6464Hubble Relay (port 80/4245)
@@ -89,7 +89,7 @@ Node1 Node2 Node3 Node4
8989- ** Network policy visualization** - See what's allowed/blocked
9090
9191** What you see:**
92- ```
92+ ``` text
9393Service Map:
9494 frontend ──(green)──> backend
9595 backend ──(green)──> database
@@ -112,7 +112,7 @@ Service Map:
112112
113113## Data Flow
114114
115- ```
115+ ``` text
1161161. Network packet arrives at node
117117 ↓
1181182. eBPF captures packet metadata (Cilium agent)
You can’t perform that action at this time.
0 commit comments