Democratizing GitOps
Go to file
Peter Jiang 093aef0dad
fix: server-side diff shows refresh/hydrate annotations (#737)
Signed-off-by: Peter Jiang <peterjiang823@gmail.com>
2025-06-17 13:49:52 -04:00
.github chore(deps): bump golangci-lint (#719) 2025-05-14 17:14:57 -04:00
agent chore: wrap errors (#732) 2025-06-06 10:49:09 -04:00
docs docs: Update notes on Argo+Flux collaboration (#126) 2020-08-25 09:10:24 -07:00
hack chore: update static scheme (#588) 2024-06-28 11:55:02 -04:00
internal/kubernetes_vendor/pkg refactor: reduce usage of k8s.io/kubernetes packages (#258) 2021-04-20 10:54:02 -07:00
pkg fix: server-side diff shows refresh/hydrate annotations (#737) 2025-06-17 13:49:52 -04:00
specs chore: Spelling (#215) 2022-04-12 13:35:40 -04:00
.gitignore chore(deps): upgrade go version in dockerfile (#638) 2024-11-26 14:45:57 -05:00
.golangci.yaml chore: wrap errors (#732) 2025-06-06 10:49:09 -04:00
Dockerfile chore(deps): upgrade go version in dockerfile (#638) 2024-11-26 14:45:57 -05:00
LICENSE Initial commit 2019-10-03 09:33:38 -04:00
Makefile refactor: use github.com/go-logr/logr for logging (#162) 2020-10-26 17:14:56 -07:00
OWNERS Update OWNERS (#237) 2021-03-15 15:39:03 -07:00
README.md chore: update README get involved links (#647) 2024-12-12 16:23:57 -05:00
codecov.yml feat: cluster cache should expose synchronization error (#32) 2020-05-18 10:27:19 -07:00
go.mod chore: upgrade k8s to 1.33.1 (#735) 2025-06-13 11:47:45 -04:00
go.sum chore: upgrade k8s to 1.33.1 (#735) 2025-06-13 11:47:45 -04:00
sonar-project.properties fix: Server-side diff shows incorrect diffs for list related changes (#688) 2025-02-27 16:20:03 -05:00

README.md

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 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/ directory. To create a new proposal, simply copy the spec template, 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.

We tried to answer frequently asked question in a separate FAQ document.

Governance

This project is licensed under the Apache 2 license.

The GitOps Engine follows the CNCF Code of Conduct.

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 #argo-cd-contributors on CNCF Slack (get an invite here).

Contributing to the effort

At this stage we are interested in feedback, use-cases and help on the GitOps Engine.