Declarative Continuous Deployment for Kubernetes
Find a file
Matthieu MOREL ccee58366a
chore: enable unused-parameter and var-declaration from revive (#668)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2025-02-07 09:55:39 -05:00
.github chore: bump golangci-lint to v1.63.4 and list argo-cd linters (#670) 2025-02-07 09:52:05 -05:00
agent chore: enable unused-parameter and var-declaration from revive (#668) 2025-02-07 09:55:39 -05: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 chore: enable unused-parameter and var-declaration from revive (#668) 2025-02-07 09:55:39 -05: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: enable unused-parameter and var-declaration from revive (#668) 2025-02-07 09:55:39 -05:00
codecov.yml feat: cluster cache should expose synchronization error (#32) 2020-05-18 10:27:19 -07:00
Dockerfile chore(deps): upgrade go version in dockerfile (#638) 2024-11-26 14:45:57 -05:00
go.mod fix: Server side diff now works correctly with fields removal (#640) 2024-12-11 15:28:47 -05:00
go.sum fix: Server side diff now works correctly with fields removal (#640) 2024-12-11 15:28:47 -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
sonar-project.properties fix: Server side diff now works correctly with fields removal (#640) 2024-12-11 15:28:47 -05:00

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.