What is GitOps | GitOps explained with ArgoCD project

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

КОМЕНТАРІ • 80

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

    Which one is better Argo or Flux ?

    • @cloudchamp
      @cloudchamp  Рік тому +4

      I would say Argo, we recently shifted on Argo from flux and I love it.
      But flux is good too

  • @kumarcc1
    @kumarcc1 10 місяців тому +1

    Content really awesome easy to understand the way you explain.. keep up the knowledge sharing..

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

    This gitops explanation is on point.

  • @snehalramteke3313
    @snehalramteke3313 9 місяців тому +1

    I appreciate the clarity in your explanation. One question I have is regarding the rollback process. How does ArgoCD handle rollbacks in case of failed deployments or unexpected issues with the game?

  • @DuongDavinc
    @DuongDavinc 5 місяців тому +1

    really clearly, keep up knowledge sharing!!!

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

    Understood GitOps!!
    Thanks for the project 😁

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

    Thank you for this gitops project 👍

  • @sotolaolusegun3955
    @sotolaolusegun3955 10 місяців тому

    Thank you so much cloud champ. Very impressive video

  • @sahilarya1187
    @sahilarya1187 9 місяців тому

    Great session.

  • @Tagore-lv1wc
    @Tagore-lv1wc 9 місяців тому

    GitOps is very cool just like you, awesome content & awesome explanation. Thank you #cloudchamp

  • @jatinsharma3792
    @jatinsharma3792 11 місяців тому

    Lets finish this project today !!

    • @cloudchamp
      @cloudchamp  11 місяців тому +1

      💯
      Try to add terraform in it👍🏻
      Let me know how it goes

    • @jatinsharma3792
      @jatinsharma3792 11 місяців тому

      I need to learn Terraform for that, but I will surly cover that and will post and share it. @@cloudchamp

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

    You are amazing bro 🙌

  • @mastermindnishanthmmn6729
    @mastermindnishanthmmn6729 Рік тому +4

    Bro could you please explain how CICD and Helm charts work in GitOps? If we are using GitOps, do we need Jenkins or are there other direct CI options available?

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

      This, hopefully we get an answer on that.

    • @suryateja2524
      @suryateja2524 11 місяців тому

      No need of Jenkins.

    • @tisanbako
      @tisanbako 10 місяців тому

      Yes you need Jenkins or another CICD tool for your CI Argo CD is used for Deployments to your k8s cluster. So you can use Jenkins for CI and Argo CD for CD

  • @siddharthsharma9721
    @siddharthsharma9721 6 місяців тому

    Hi @cloudchamp,
    After creating node group time 7:29, where did you executed all those commands

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

    very useful. plz consider sound quality next time. Ty

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

      Noted, thanks for the feedback.
      Happy to help 😀

  • @kumarcc1
    @kumarcc1 10 місяців тому

    Could you please make dedicated to Argo CD itself in depth...how to hardness

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

    Amazing!

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

    Amazing

  • @nazimhuseynov1626
    @nazimhuseynov1626 7 місяців тому

    thanks bro for clarifying what the fuck is gitops 😊

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

    DevOps_Booom🎉

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

    How do you use Jenkins or other CI options in the GitOps ?

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

    Boom

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

    Si need a video on cloud devops resume guide .

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

    Hey! Thank you so much for the projects you are making for us. I wanted to try voting application on EKS using Argo cd, what should be the node instance type I need to use?

  • @NICKKY-MICKY
    @NICKKY-MICKY 20 днів тому

    How to connect eks in AWS terminal and how to go to terminal can you show clearly

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

    Great content. Thanks a ton. But can you please slow down a little. Im a beginner and its too fast to catch man.

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

      Noted!
      Feel free to adjust the speed in the options but I will remember this brother.
      Do let me if you have any doubts while doing the hands on project

  • @sunilchander8885
    @sunilchander8885 9 місяців тому

    nice

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

    Bro please complete the teraform course

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

    thankyou sir

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

      You are welcome Ramesh Kumar 😀

  • @dipk.mishra
    @dipk.mishra Рік тому

    How do we use it for multiple clients in production?

  • @Blankblankets
    @Blankblankets 9 місяців тому

    I'm confused, I installed kubectl locally but at 7:43 you run all the argo install commands directly on an ec2 instance? should we first connect to one of the node instances and then start running the install commands?

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

    When you ran Kubectl command to install Argo CD on EKS, Does the Argo CD gets installed on the nodes you created in the node group? If not, on which node the argo cd gets installed?

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

      Argocd is installed in the cluster to see all the components you can check the components in the manifest files.
      If you want to check the nodes you can run the describe command

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

      @@cloudchamp By "installed in cluster" you mean argo cd installation manifests are applied on the master node of eks?

  • @Dibhgfffc
    @Dibhgfffc 7 місяців тому

    cooked as always

    • @cloudchamp
      @cloudchamp  7 місяців тому

      Thank you 👨‍🍳

  • @rakeshvelaga7608
    @rakeshvelaga7608 11 місяців тому

    Hi Bro I am getting error, when i am trying to installing ArgoCd, could you please check and please let me know how to resolve the issue
    Error from server (NotFound): secrets "argocd-initial-admin-secret" not found

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

    bro start devops course from scratch including all the tools like docker kuberneties and so on

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

    Bhaiya your audio quality of this video during screen share was not good

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

    is devops easy to learn? can i learn in 6 months?

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

      If you spend 4-5 hour doing projects and learning skills, then yes

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

    Why you didn’t want to create the eks on a private subnet? Also I don’t know why you are speeding like that like you are in rush.

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

      Sorry for speeding tried to make it crisp as it is very beginner

  • @ByronBrummer
    @ByronBrummer 11 місяців тому +2

    So...GitOps is just a stupid hipster name for the same CI/CD we've been doing for literally decades now. Neat. :-/

  • @maheshm4660
    @maheshm4660 6 місяців тому

    super fast

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

    chainsaw man hahahahah anime fan

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

    The security group and role have been normal right. You have not added any specific permissions

  • @GopalRoy-nn6ft
    @GopalRoy-nn6ft 7 місяців тому

    I wanted to see terraform