Add diagram

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2024-04-10 21:35:13 +03:00
parent 0fb7ac95c0
commit 6995443d80
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF
2 changed files with 4 additions and 2 deletions

BIN
.github/imgs/flux-hub-spoke-diagram.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -8,6 +8,8 @@ This repository showcases how to run Flux on a central Kubernetes cluster
and have it manage the GitOps continuous delivery of apps and infrastructure
workloads on multiple clusters.
![Flux Hub and Spoke](.github/imgs/flux-hub-spoke-diagram.png)
## Prerequisites
For this example, you need to install the following tools:
@ -245,8 +247,8 @@ a pull requests is merged into the main branch and synced on the cluster.
This repository contains the following GitHub CI workflows:
* the [test](./.github/workflows/test.yaml) workflow validates the Kubernetes manifests and Kustomize overlays are conformant with the Flux OpenAPI spec
* the [e2e](./.github/workflows/e2e.yaml) workflow starts the Kubernetes cluster fleet in CI and tests the setup by running Flux in Kubernetes Kind
* the [test workflow](./.github/workflows/test.yaml) validates the Kubernetes manifests and Kustomize overlays are conformant with the Flux OpenAPI spec
* the [e2e workflow](./.github/workflows/e2e.yaml) starts the Kubernetes cluster fleet in CI and tests the setup by running Flux in Kubernetes Kind
## Teardown