An open API service indexing awesome lists of open source software.

https://github.com/slamdev/multicluster-gitops

Showcase of gitops approach applied to multiclusters architecture
https://github.com/slamdev/multicluster-gitops

Last synced: 11 months ago
JSON representation

Showcase of gitops approach applied to multiclusters architecture

Awesome Lists containing this project

README

          

# multicluster-gitops

## Requirements

### Clusters

- **dev-eu** hosts all business applications
- **prod-eu** hosts all business applications
- **prod-us** hosts only a subset of business applications

### Apps

- **frontend** static web app deployed to **dev-eu**, **prod-eu** and **prod-us** clusters
- **backend** service deployed to **dev-eu** and **prod-eu** clusters

## Tooling

- **kustomize** to remove duplication in kube manifests
- **flux** to handle gitops way of deployment