Explaining GitOps: How does it work?

Поділитися
Вставка
  • Опубліковано 8 вер 2024

КОМЕНТАРІ • 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.