Skip to content

Commit 1151062

Browse files
committed
Minor edits to Kubernetes documentation
1 parent 0ea1d0f commit 1151062

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/toolhive/kubernetes/intro.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,14 @@ flowchart TB
3636
subgraph K8s["<h3>Kubernetes cluster</h3>"]
3737
subgraph K8s1["**Deployment**"]
3838
Svc1["SSE Proxy<br>Service"] -- http/sse --> Proxy1["SSE Proxy<br>Pod"] -- stdio or http/sse --> MCP1["MCP Server<br>Pod"]
39+
Proxy1 -.->|creates| MCP1
3940
end
4041
subgraph K8s2["**Deployment**"]
4142
Svc2["SSE Proxy<br>Service"] -- http/sse --> Proxy2["SSE Proxy<br>Pod"] -- stdio or http/sse --> MCP2["MCP Server<br>Pod"]
43+
Proxy2 -.->|creates| MCP2
4244
end
4345
Ingress["Ingress"] -- http/sse --> Svc1 & Svc2
44-
Operator["ToolHive<br>Operator"] -- creates --> K8s1 & K8s2
46+
Operator["ToolHive<br>Operator"] -.->|creates| K8s1 & K8s2
4547
end
4648
4749
Client["MCP Client<br>[ex: Copilot]"] -- http/sse --> Ingress

docs/toolhive/kubernetes/run-mcp-k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ necessary infrastructure to run your MCP servers securely within the cluster.
2525

2626
```mermaid
2727
flowchart LR
28-
Client["Client"] --> Proxy["ToolHive Proxy"]
28+
Client["Client"] --> Proxy["ToolHive<br>Proxy/Runner"]
2929
Proxy --> MCP["MCP Server"]
3030
3131
subgraph K8s["Kubernetes Cluster"]

0 commit comments

Comments
 (0)