Skip to content

Does PipeCD conform to GitOps Principles? #2752

Closed Answered by nghialv
lloydchang asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, @lloydchang

Firstly, thank you for your question. ❤️

Does PipeCD conform to GitOps Principles?

Yes, I think that PipeCD conforms to those GitOps Principles.

What are the definitions of the hashtag #gitops and the word "GitOps" from PipeCD's perspective?

  • All system resources should be defined declaratively and stored immutably (only adding commit, no forced-push) in Git.
  • All operations should be done via Git operations.
  • The CD system will pull the desired state defined in Git and attempt to apply them. (A deployment is a process that does the transition from the current state (running state) to the desired state (the specified state in Git) of a specific application.)

Perhaps Pi…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@lloydchang
Comment options

@nghialv
Comment options

@lloydchang
Comment options

@nghialv
Comment options

Answer selected by lloydchang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants