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
- Host: GitHub
- URL: https://github.com/slamdev/multicluster-gitops
- Owner: slamdev
- Created: 2020-03-22T15:48:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:37:02.000Z (about 2 years ago)
- Last Synced: 2025-01-29T14:45:18.166Z (about 1 year ago)
- Language: Shell
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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