Skip to content

Commit 205c2ef

Browse files
docs: add architecture diagram and dependencies (#3)
1 parent dbf1aac commit 205c2ef

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44

55
## About this project
66

7-
Platform Service Gateway enables communication across different Kubernetes clusters
7+
The Platform Service Gateway is responsible for enabling the [Gateway API](https://gateway-api.sigs.k8s.io/) on openMCP backend clusters, allowing webhooks from MCP resources to reach services in the platform or workload clusters.
8+
9+
### Architecture
10+
11+
![Architecture of the Platform Service Gateway in the context of openMCP](docs/architecture.excalidraw.svg)
12+
13+
### Dependencies
14+
15+
This platform service uses [Envoy Gateway](https://gateway.envoyproxy.io/) as the Gateway API implementation and [cert-manager](https://cert-manager.io/) to provision TLS certificates.
816

917
## Requirements and Setup
1018

0 commit comments

Comments
 (0)