Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/argoproj/gitops-engine
Democratizing GitOps
https://github.com/argoproj/gitops-engine
continuous-deployment gitops kubernetes
Last synced: 2 days ago
JSON representation
Democratizing GitOps
- Host: GitHub
- URL: https://github.com/argoproj/gitops-engine
- Owner: argoproj
- License: apache-2.0
- Created: 2019-09-27T21:42:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:29:52.000Z (about 1 month ago)
- Last Synced: 2024-10-29T15:04:08.158Z (about 1 month ago)
- Topics: continuous-deployment, gitops, kubernetes
- Language: Go
- Homepage: https://pkg.go.dev/github.com/argoproj/gitops-engine?tab=subdirectories
- Size: 1.7 MB
- Stars: 1,690
- Watchers: 51
- Forks: 259
- Open Issues: 105
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - argoproj/gitops-engine - Democratizing GitOps (Go)
- awesome-list - gitops-engine
- awesome-argo - GitOps Engine - cases and provide different user experiences but all have a similar set of core features. (Ecosystem Projects)
- awesome - argoproj/gitops-engine - Democratizing GitOps (Go)
- awesome - argoproj/gitops-engine - Democratizing GitOps (Go)
README
# GitOps Engine
Various GitOps operators address different use-cases and provide different user experiences but all have similar set of core features. The team behind
[Argo CD](https://github.com/argoproj/argo-cd) has implemented a reusable library that implements core GitOps features:- Kubernetes resource cache ✅
- Resources reconciliation ✅
- Sync Planning ✅
- Access to Git repositories
- Manifest Generation## Proposals, specifications and ideas
Do you want to propose one more feature and want to enhance the existing one?
Proposals and ideas are in markdown docs in the [`specs/`](specs/) directory.
To create a new proposal, simply copy the spec [`template`](specs/template.md),
name the file corresponding to the title of your proposal, and place it in the
`specs/` directory.A good starting point to understand the structure is the [GitOps Engine Design spec](specs/design.md).
We tried to answer frequently asked question in a [separate FAQ document](docs/faq.md).
## Governance
This project is licensed under the [Apache 2 license](LICENSE).
The GitOps Engine follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
## Get involved
If you are as excited about GitOps and one common engine for it as much as we are, please get in touch. If you want to write code that's great, if you want to share feedback, ideas and use-cases, that's great too.
Find us on the [#gitops channel][gitops-slack] on Kubernetes Slack (get an [invite here][kube-slack]).
[gitops-slack]: https://kubernetes.slack.com/archives/CBT6N1ASG
[kube-slack]: https://slack.k8s.io/### Contributing to the effort
At this stage we are interested in feedback, use-cases and help on the GitOps Engine.