Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christoph-jerolimov/gitops-experiments
https://github.com/christoph-jerolimov/gitops-experiments
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/christoph-jerolimov/gitops-experiments
- Owner: christoph-jerolimov
- Created: 2024-01-19T10:02:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-19T10:03:39.000Z (11 months ago)
- Last Synced: 2024-11-25T12:16:25.580Z (28 days ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitOps experiments
* [ ] **Argo**
* [ ] Argo CD - Declarative Continuous Delivery for KubernetesFeatures: GitOps
[Doc](https://argo-cd.readthedocs.io/)
[GitHub](https://github.com/argoproj/argo-cd)
* [ ] Argo Rollouts - Progressive Delivery for Kubernetes
[Doc](https://argo-rollouts.readthedocs.io/)
[GitHub](https://github.com/argoproj/argo-rollouts)
* [ ] Argo Workflows - Workflow Engine for Kubernetes
[Doc](https://argo-workflows.readthedocs.io/)
[GitHub](https://github.com/argoproj/argo-workflows)
* [ ] Argo Events - Event-driven Automation Framework for Kubernetes
[Doc](https://argoproj.github.io/argo-events/)
[GitHub](https://github.com/argoproj/argo-events)
* [ ] **Flux**
* [ ] Flux 2.0 - Continuous delivery solution for Kubernetes[Website](https://fluxcd.io/)
[Doc](https://fluxcd.io/flux/)
[GitHub](https://github.com/fluxcd/flux2)
* [ ] Flagger - Progressive Delivery Operator for KubernetesFeatures: Canary, A/B Testing, Blue/Green deployment
[Website](https://flagger.app/)
[Doc](https://docs.flagger.app/)
[GitHub](https://github.com/fluxcd/flagger)