Explaining GitOps: How does it work?

Поділитися
Вставка
  • Опубліковано 11 чер 2024
  • Ready to jump on the GitOps bandwagon? In this video, we explain what GitOps is and why it's a great choice for DevOps. We go over exactly how GitOps works and the benefits it provides. We Also discuss technologies like ArgoCD, Jenkins and Flux.
    ☕ Buy me a Coffee: www.buymeacoffee.com/bradmorg
    📘 Chapters:
    0:00 Intro to GitOps
    0:29 GitOps Examples
    1:56 Benefits of GitOps
    3:40 GitOps Deployment Models
  • Наука та технологія

КОМЕНТАРІ • 9

  • @xyvadimxy
    @xyvadimxy Рік тому +1

    Easy and undestandble explanation. Thanks.

  • @LawZist
    @LawZist Рік тому +2

    Great and simple explanation!

  • @curious_kitten2355
    @curious_kitten2355 Рік тому +2

    Vergy good explanation, i appriciate you effort , thanks :)

  • @afroman1242
    @afroman1242 Рік тому +3

    Minor nit pick, Terraform isn't written in YAML, it's written Hashicorp Language (HCL)

  • @abdulshaikh6807
    @abdulshaikh6807 Рік тому

    Where to start to learn devops learning path

    • @DevOpsJourney
      @DevOpsJourney  Рік тому

      Hey there. Have you checked out the roadmap? Good to start with Linux/docker/GitHub/Jenkins ua-cam.com/video/DVFCWFw23l4/v-deo.html

  • @victornoagbodji
    @victornoagbodji Рік тому

    The point made about security for the push vs pull model does not make sense. A firewall will be needed in both cases, regardless.

    • @DevOpsJourney
      @DevOpsJourney  Рік тому +2

      Hi there! Allowing traffic out is always easier than allowing traffic in. External CI/CD servers trying to push to a Kubernetes cluster will have a lot more security hoops to jump through then getting something like ArgoCD going. Hope this makes sense, and you're right I probably could of done a better job explaining the nuances of this in the video.