Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flavioaiello/gitops
GitOps on any Kubernetes Cluster
https://github.com/flavioaiello/gitops
argocd crossplane eks gitops gke minikube
Last synced: 6 days ago
JSON representation
GitOps on any Kubernetes Cluster
- Host: GitHub
- URL: https://github.com/flavioaiello/gitops
- Owner: flavioaiello
- Created: 2021-06-05T10:11:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T06:35:48.000Z (about 3 years ago)
- Last Synced: 2024-05-01T17:42:59.939Z (8 months ago)
- Topics: argocd, crossplane, eks, gitops, gke, minikube
- Language: Makefile
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitOps
AllSpark is inspired by the hyperscalers and its purpose is to automatically configure multiple Kubernetes clusters.## Architecture
## Inception
The inception is done by means of a local workstation or via a management cluster. Depending on this, temporary or long lived cluster services such as Kubernetes can be deployed. With Crossplane, services can request more advanced resources such as Databases. AllSpark starts automatically the required services below. The inception is done deploying `make minikube` on a local minikube. Once Minikube is operational, clusters can be provisioned on GCP or AWS.* Argo CD
* Crossplane## Services
Services are defined depending on the cloud. The base configuration is environment agnostic and the overlays include specifics such as storage, load balancers, etc.* Argo Events
* Argo Workflow
* Argo Rollouts
* Artifacthub
* Jira
* etc.