Declarative Continuous Deployment for Kubernetes
Find a file
Shunsuke Suzuki 93cf3c532b
fix: Lock to write MockKubectlCmd.LastValidate to fix the race condition (#52)
* fix: lock to write MockKubectlCmd.LastValidate to fix the race condition
2020-06-05 08:58:42 -07:00
.github/workflows Move argocd core to gitops engine repo 2020-05-15 13:01:24 -07:00
agent fix: stop using deleted method 'SetPopulateResourceInfoHandler'; regenerate cluster cache mock; (#47) 2020-06-01 18:48:52 +02:00
docs docs: clarify project description (#53) 2020-06-03 09:15:31 -07:00
pkg fix: Lock to write MockKubectlCmd.LastValidate to fix the race condition (#52) 2020-06-05 08:58:42 -07:00
specs Apply reviewer notes 2020-01-16 13:27:01 -08:00
.gitignore Move argocd core to gitops engine repo 2020-05-15 13:01:24 -07:00
codecov.yml feat: cluster cache should expose synchronization error (#32) 2020-05-18 10:27:19 -07:00
Dockerfile feat: implement gitops-agent (#37) 2020-05-27 09:53:21 -07:00
example.go Move argocd core to gitops engine repo 2020-05-15 13:01:24 -07:00
go.mod Fix data race on err variable (#46) 2020-06-01 10:11:18 -07:00
go.sum Fix data race on err variable (#46) 2020-06-01 10:11:18 -07:00
LICENSE Initial commit 2019-10-03 09:33:38 -04:00
Makefile feat: implement gitops-agent (#37) 2020-05-27 09:53:21 -07:00
OWNERS chore: add OWNERS file (#41) 2020-05-24 17:06:28 -07:00
README.md docs: clarify project description (#53) 2020-06-03 09:15:31 -07:00

GitOps Engine

image

Various GitOps operators address different use-cases and provide different user experiences but all have similar set of core features. The teams behind Argo CD and Flux CD have 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 [#gitops channel][gitops-slack] on Kubernetes Slack (get an [invite here][kube-slack]).

Meetings

The developer team meets regularly, every 1st and 3rd Tuesday of the month, 16:00 UTC. Instructions, agenda and minutes can be found in the meeting doc. The meetings will be recorded and added to this Youtube playlist.

We look forward to seeing you at our meetings and hearing about your feedback and ideas there!

Contributing to the effort

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