1 pointby iamsanteri11 hours ago1 comment
  • eberkund11 hours ago
    I would say they are similar but the focus is more on controlling everything through Git rather than IaC which leaves this ambiguous and can require updating the Git repo and then visiting a dashboard to press a button to check the repo and apply it.

    Once you dig deep enough into many tech buzzwords you'll find that that different people can mean slightly different things with the same words. Some may consider special PR comments to control infrastructure operations as a form of GitOps because what would otherwise be a button in a dashboard now lives alongside the Git history in GitHub.

    • iamsanteri10 hours ago
      Right exactly, so GitOps doesn't necessarily mean that after merging the pull request, the rest HAS to happen automatically? Judging by what you say there's indeed some ambiguity here in that sense. I guess after I hear "GitOps" being mentioned, I'll have to ask for details and dig in more to understand what people actually mean by that, haha. At least there will probably be Git there somewhere and the infrastructure is version controlled then I guess...