diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c771e7..1fc2ddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## v0.32.0 +Updated Architecture Visuals + ## v0.31.0 Expanding Dispatcher to use Prometheus Queries to determine the Best destination for a Job. diff --git a/README.md b/README.md index 842b64e..0436715 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,8 @@ The demo `sailfish-py` is stored in DockerHub, the dockerfiles are in the same f # Architecture +## High Level Flow ![A high level overview of the flow of Sailfish](Sailfish-Architecture-and-flow.png) + +## Multi Cluster Setup with Carbon Aware Scheduling +![A high level overview of two clusters with Sailfish, connected using the Multi Cluster Controller](Sailfish-Architecture-Multi-Cluster.png) \ No newline at end of file diff --git a/Sailfish-Architecture-Multi-Cluster.png b/Sailfish-Architecture-Multi-Cluster.png new file mode 100644 index 0000000..f735309 Binary files /dev/null and b/Sailfish-Architecture-Multi-Cluster.png differ diff --git a/Sailfish-Architecture-and-flow.png b/Sailfish-Architecture-and-flow.png index a51d495..66375e1 100644 Binary files a/Sailfish-Architecture-and-flow.png and b/Sailfish-Architecture-and-flow.png differ