Skip to content

Commit f93f9ce

Browse files
committed
fix: fixed the text blocks under the page
1 parent 2addd26 commit f93f9ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/posts/20251027-cilium-hubble-functionality.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
4343
Pod A → Pod B (HTTP GET /api)
4444
Pod C → External IP (TCP SYN)
4545
Pod D ← DNS response
@@ -58,7 +58,7 @@ Network policy DROPPED packets
5858
- **Exposes gRPC API** on port 4245
5959

6060
**Architecture:**
61-
```
61+
```text
6262
hubble CLI/UI
6363
6464
Hubble 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
9393
Service Map:
9494
frontend ──(green)──> backend
9595
backend ──(green)──> database
@@ -112,7 +112,7 @@ Service Map:
112112

113113
## Data Flow
114114

115-
```
115+
```text
116116
1. Network packet arrives at node
117117
118118
2. eBPF captures packet metadata (Cilium agent)

0 commit comments

Comments
 (0)