Let's do GitOps in Kubernetes! ArgoCD Tutorial

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

КОМЕНТАРІ • 65

  • @maxiu..
    @maxiu.. 2 роки тому +19

    Few tools which integrate nicely with Argo
    - helm (also creating Argo application resources as helm charts gives some benefits)
    - renovate (like watchtower for docker but this one watches your repo and auto commits updates to docker image/helm chart versions)
    - reloader (for when you apply new version of configmap and need your app to restart)
    I have been running Argo in production for over 2 years now, even for self hosted k3s kubernetes it is IMO the best way to deploy your apps.

    • @christianlempa
      @christianlempa  2 роки тому

      Oh they sound nice, thank you for sharing!

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

      I have confusin while CI pipeline get into this situation how we going to change our helm manifest without second push ?

    • @majorgear1021
      @majorgear1021 3 місяці тому

      do you prefer the command line argocd or the Web interface?
      Also, I ran into the redirect issue and made a values.yaml file with the “server.insecure: true” setting and applied it post-installation.
      There is probably a way to apply it at installation time, but I’m not familiar enough with argocd to know
      how.

  • @angelosnm
    @angelosnm 2 роки тому +5

    Excellent video! A really intersting topic regarding ArgoCD is Helm charts deployments instead of using simple manifests files!

  • @cybersecurehacks
    @cybersecurehacks 2 роки тому +1

    my favourite tech nerd is back 🔥

  • @ArielS
    @ArielS 2 роки тому +1

    Great, big thanks! Yesterday I was thinking in to deploy ArgoCD into my home lab. :D

  • @Tom-n5tti
    @Tom-n5tti 2 роки тому +1

    Another Great video Christian. You always do an excellent job covering the issues one may encounter on these builds!

  • @titusmacharia2122
    @titusmacharia2122 4 місяці тому

    probably the fastest and best way to learn argo i've seen online.
    Christian you rockstar!!

  • @diogodias6694
    @diogodias6694 2 роки тому

    I work as DevOps and I was curious about this technology since a long time. Your video just gave me a great idea for implementation on my company! Nice explanation, simple and fast!
    Many thanks 🙏
    Keep going!

  • @alanscelza6397
    @alanscelza6397 2 роки тому +1

    Absolutely incredible video!
    Thank you for sharing your knowledge
    I'm kinda new workings as a devops, and this kind of material is priceless

  • @DexDeadly
    @DexDeadly 6 місяців тому +1

    Do you happen to be doing anything with Helm Secrets and ArgoCD? If so have you done a video on it? Love the videos!

    • @majorgear1021
      @majorgear1021 3 місяці тому +1

      That would be amazing! I did a few google searches but didn’t find anything substantial.
      All I found were instructions to set up helm repos and instead a helm chart in the Argo UI .
      But Argo installs and treats it as an argo app afterwards.
      There is a argocd + kustomize paring that I’ve seen mentioned that might do what you/we want. I haven’t dug into that yet.

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

    Very handy tool! Will take a look at it

  • @shriker95
    @shriker95 2 роки тому

    Nice overview. Did you tried the different views? (You can switch dem on the top-right corner)

  • @bjrnhjjakobsen2174
    @bjrnhjjakobsen2174 2 роки тому +1

    Nice “speed” in this episode - any faster and you loose me as I get annoyed 😂 your content is very well done and it deserves the right pitch - please

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

    Hey.. Christian... Do you have some experience using jsonnet? ( data templating language) in kubernetes... If yes Can do a video about it..? I heard it could be a good alternativ to kustomize or helm

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

    What about private repositories?

  • @alesiobita365
    @alesiobita365 2 роки тому

    You made it looks easier! Excellent work, I’ve learned a lot from you! I also added argo image updater with strategy as rolling-update to have the CD on fire :) i would be interest for rollback (restore) procedures, if any release doesn’t work and to go back to the previous release.
    Thanks again :)

    • @christianlempa
      @christianlempa  2 роки тому

      Thank you! :) I'm still testing a lot with ArgoCD, but I hope to make more videos about it.

  • @mav29
    @mav29 2 роки тому

    great video, this one got me subbed @5min

  • @kamilgregorczyk8680
    @kamilgregorczyk8680 2 роки тому

    is it possible to store deployment templates on argo side so every app uses the same way for deploy ?

  • @Fayaz-Rehman
    @Fayaz-Rehman Рік тому

    Thank you for the Good Stuff.

  • @AndrewBlakeOxford
    @AndrewBlakeOxford 2 роки тому

    I use gitlab running on docker to do this type of thing - Never used ArgoCD before but I'll check it out

    • @christianlempa
      @christianlempa  2 роки тому

      Oh nice! I wonder if there is another tool working with Docker apart from gitlab runners

  • @abdelrahimahmad7801
    @abdelrahimahmad7801 2 роки тому

    Great topic, man. Thank you.

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

    Really goof video, appreciate it

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

    Loved the vid!

  • @peterthverdokhleb5689
    @peterthverdokhleb5689 2 роки тому

    Chris, what theme are you using in powershell ?
    Like ofc

    • @christianlempa
      @christianlempa  2 роки тому +1

      Using a custom colour scheme and the starship prompt

  • @drbyte2009
    @drbyte2009 2 роки тому

    A fantastic video !!
    👍👍

  • @RaviSharma-vw7py
    @RaviSharma-vw7py 2 роки тому

    wow informative contents Christian ! Thanks ! Kindly also create one more video related Argo workflow to build docker image & push to dockerhub using kaniko on the same way like SSL ,traefik & ingress/ ingressroute as you did this one! Thanks!

    • @wicksy39
      @wicksy39 2 роки тому

      maybe you should give it a go first

    • @christianlempa
      @christianlempa  2 роки тому +1

      Thank you so much! :) Glad that you like it. Considering doing a video about github actions and argocd maybe...

    • @bassemkaroui4914
      @bassemkaroui4914 2 роки тому

      @@christianlempa That would be really cool, can't wait for that video. Thanks Christian, you're videos are real gems.

  • @DanielRolfe
    @DanielRolfe 2 роки тому

    Awesome vid thanks 🙏

  • @rampanwar1316
    @rampanwar1316 2 роки тому

    How to build docker image using the argo.

    • @christianlempa
      @christianlempa  2 роки тому

      That might be a project for an upcoming video about CI ;)

  • @Lars-ju9pw
    @Lars-ju9pw 2 роки тому

    Does anyone happen to know what color scheme vscode is running?
    ArgoCD and datree community are both about to be deployed in my home cluster because of this video. Thanks!

    • @christianlempa
      @christianlempa  2 роки тому

      Nice! ;) I'm using my own vscode scheme, "The Digital Life"

  • @collimarco
    @collimarco 2 роки тому

    Please make a video about Cuber

    • @christianlempa
      @christianlempa  2 роки тому

      Hm, any reason why this should be better than argocd?

    • @collimarco
      @collimarco 2 роки тому

      @@christianlempa it's not the same as ArgoCD, totally different project with different goal

  • @meyou118
    @meyou118 2 роки тому

    fantastic video - wish there was a way to turn the very annoying background music off!!!

  • @imjavierpalma
    @imjavierpalma 2 роки тому

    VS Code theme?

  • @jonandez91
    @jonandez91 2 роки тому

    First.