What is GitOps, Practical GitOps CI/CD With Terraform and AWS

Поделиться
HTML-код
  • Опубликовано: 18 окт 2024

Комментарии • 21

  • @learnTechWithSandip
    @learnTechWithSandip  3 года назад +1

    ► Source Codes in GitHub 👉🏼 bit.ly/3hrFzuw
    ▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
    0:00 - Intro
    0:09 - What is GitOps?
    0:28 - What is Infrastructure as Code?
    1:08 - What are the Benefits of Infrastructure as Code?
    1:42 - How does infrastructure as Code Works?
    2:17 - Why use GitOps for Infrastructure As Code?
    2:47 - GitOps Merge Request Flow
    3:22 - CI Pipeline
    3:43 - CD Pipeline
    4:07 - Push Based Deployment & Pull Based Deployment
    4:47 - Benefits of GitOps
    5:51 - Practical GitOps
    6:00 - Terraform Source Code Explanation
    8:23 - Buildspec.yml file explanation
    9:45 - Terraform init, validate, plan and apply
    15:09 - GitOps Merge Request Flow Demo
    22:27 - Wrap up
    ▬▬▬▬▬▬ Want to Learn More? 🚀 ▬▬▬▬▬▬
    ►Terraform Full Course: 👉🏼 ruclips.net/video/EJ3N-hhiWv0/видео.html
    ►AWS CodeBuild Full Course: 👉🏼 ruclips.net/video/rxZniDstaa4/видео.html
    ►AWS CodeCommit: 👉🏼 ruclips.net/video/0649R_Fk9_E/видео.html
    ►CI/CD With Terraform 👉🏼 ruclips.net/video/CjjSBWMwOzA/видео.html

  • @learnTechWithSandip
    @learnTechWithSandip  3 года назад +1

    ▬▬▬▬▬▬ Want to Learn More? 🚀 ▬▬▬▬▬▬
    ►Terraform Full Course: 👉🏼 ruclips.net/video/EJ3N-hhiWv0/видео.html
    ►AWS CodeBuild Full Course: 👉🏼 ruclips.net/video/rxZniDstaa4/видео.html
    ►AWS CodeCommit: 👉🏼 ruclips.net/video/0649R_Fk9_E/видео.html
    ►CI/CD With Terraform 👉🏼 ruclips.net/video/CjjSBWMwOzA/видео.html

  • @simonesaravalli4409
    @simonesaravalli4409 2 года назад

    Hi sandip, very interesting and clear tutorial! Thank you for sharing

  • @prashantsukhadeve9642
    @prashantsukhadeve9642 3 года назад

    Thank you Sandeep for valuable information. I always learn so many things from your video.

  • @Sammyi
    @Sammyi 3 года назад

    Really informative bro!
    But can you recommend advance Terraform courses or make some on how to keep code optimized whenever we are working and more other scenarios

  • @2mahender
    @2mahender 2 года назад +1

    Nice, thank you for video, can you please do gitops video using opensource tools like ArgoCD,Devtron,Harness

  • @soufianeodf9125
    @soufianeodf9125 2 года назад

    thanks for the good content, can you share please you presentation ? it's really awesome.

  • @yogithakakarla1716
    @yogithakakarla1716 Год назад

    Can we do the same gitops process using git for storing, Jenkins instead of code build and code pipeline please

  • @miqbal824
    @miqbal824 3 года назад +2

    Sandeep I need a course on Jenkins and Git where we can user terraform code for azure and deploy the infra on azure. Please suggest asap.

    • @learnTechWithSandip
      @learnTechWithSandip  3 года назад +1

      I don't see such course anyware, but when I start Azure DevOps series, I will cover it 👍

    • @vinayhegde9888
      @vinayhegde9888 3 года назад +1

      Instal Azure credentials plugin and enter Service principle details to provision Azure cloud using Jenkins by cloning Git repository.

    • @kishores8500
      @kishores8500 3 года назад +1

      @@learnTechWithSandip same applicable for Google cloud too. I know I might be asking too much . if its possible please make it work or anything such exists in the internet please guide.

  • @VeereshPatel15
    @VeereshPatel15 3 года назад +2

    Bro please do latest (2021) crash course on
    1.Angular 12
    2- reactjs
    3- nodejs-
    4-- meanstack
    5.mern stack
    6-Real time project (product) development

    • @learnTechWithSandip
      @learnTechWithSandip  3 года назад

      Will do when I start javaScript courses 👍

    • @VeereshPatel15
      @VeereshPatel15 3 года назад +1

      @@learnTechWithSandip when we will expect JavaScript classes

    • @learnTechWithSandip
      @learnTechWithSandip  3 года назад

      @@VeereshPatel15 most probably after december, till then for JavaScript I suggest : ruclips.net/user/akshaymarch7

  • @AnuragMishra-mv2fm
    @AnuragMishra-mv2fm 3 года назад +1

    Hello sir, I felt while going through the video that there is too much transition animation used and due to this I can't read what was written on the slides. I know you talk at a faster speed that's why you are changing slides at a similar speed. Just felt that slides could have simple transition, rest everything is great:)

    • @learnTechWithSandip
      @learnTechWithSandip  3 года назад +1

      Hi Anurag , thanks you very much for the detailed feedback, all points noted 😇

  • @Lakshmi_7963
    @Lakshmi_7963 3 года назад

    Hi everyone
    If We are running terraform code from Jenkins pipeline where terraform state file will store. Terraform code is saved in gitlab in my case
    Please help me