Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.13 KB

architecture.md

File metadata and controls

32 lines (20 loc) · 1.13 KB

Epinio architecture

This page describes the Epinio architecture using the C4 model.

Generating the architecture diagram

java -jar plantuml-1.2022.6.jar containers.puml

Epinio architecture

"Containers" diagram in c4model

architectural diagram

The S3 compatible object store and the container registry in the diagram above, can also be deployed inside the Kubernetes cluster. This happens by default when installing with the Epinio helm chart, if no values are provided for external S3 or registry. The diagram below is adapted for that case:

architectural diagram in cluster

Useful links