Skip to content

Commit b371e63

Browse files
committed
Add architecture diagrams for kubernetes and filesystem
1 parent 36f5785 commit b371e63

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The recording rules contain the necessary labels to uniquely identify the record
113113

114114
> An example for this mode of operation can be found in [examples/kubernetes](examples/kubernetes).
115115
116+
<img src="docs/architecture-kubernetes.png" alt="Kubernetes Architecture" height="200">
117+
116118
Here two deployments are needed: one for the API / UI and one for the
117119
operator. For the first deployment, start the binary with the `api` argument.
118120

@@ -133,6 +135,8 @@ Thanks to [@rlex](https://github.com/rlex) there is a [Helm chart](https://artif
133135

134136
> An example for this mode of operation can be found in [examples/docker-compose](examples/docker-compose).
135137
138+
<img src="docs/architecture-filesystem.png" alt="Filesystem Architecture" height="200">
139+
136140
You can easily start Pyrra on its own via the provided Docker image:
137141

138142
```bash

docs/architecture-filesystem.png

110 KB
Loading

docs/architecture-kubernetes.png

105 KB
Loading

0 commit comments

Comments
 (0)