YAML Pipelines Walkthrough - GitHub Actions & Workflows

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024

ความคิดเห็น • 21

  • @hinocenciopaulo
    @hinocenciopaulo หลายเดือนก่อน

    I'm really glad I found your channel! I have no experience in Cloud Engineering, so seeing someone with real-world experience is fantastic. Thanks a lot for sharing!

  • @tinnguyentrung4601
    @tinnguyentrung4601 ปีที่แล้ว +2

    ah you are back! I learn ADO and GH Actions a lot from you. Thank you for your contribution and dedication ☺

    • @JulieNgTech
      @JulieNgTech  ปีที่แล้ว +1

      Thank you Tin :) It means a lot to hear from engineers who are watching my videos and learning from them.

  • @guilhermemarret7064
    @guilhermemarret7064 ปีที่แล้ว +1

    Your videos trully help me a lot, im entry level as data engineer and you clarify almost everything in the presenting topic, thanks for this video :)

    • @JulieNgTech
      @JulieNgTech  ปีที่แล้ว

      Thanks Gui :) glad the videos are helpful!

  • @JHuddlestone1
    @JHuddlestone1 ปีที่แล้ว +1

    Great to see you back 😊

  • @rajankit749
    @rajankit749 ปีที่แล้ว +1

    She is BACKKKKKKK>> !!!!

  • @Antonio-yy2ec
    @Antonio-yy2ec ปีที่แล้ว

    This video is pure gold, thank you!

  • @maniana1983
    @maniana1983 ปีที่แล้ว

    Hello Julie, this is awesome! I wish you could create some training videos from scratch to hero :)

    • @JulieNgTech
      @JulieNgTech  ปีที่แล้ว

      Hi Maniana - hmm, interesting idea but too hard for me given I have a full time job and TH-cam is a side hobby. Do you know about th-cam.com/users/techworldwithnana ? She has some courses that might be what you are looking for :)

  • @adevopsguy9517
    @adevopsguy9517 ปีที่แล้ว

    Hey! You forgot to put the link to the password-less login in the description. Otherwise, so far, great video and love to see you back!

    • @JulieNgTech
      @JulieNgTech  ปีที่แล้ว

      Ah sorry, about that. I will update the description to link to the other videos. The one about password-less logins is this one th-cam.com/video/TsTzo8uC5QI/w-d-xo.html which has links to the Azure and GitHub documentation to set it up.

  • @louiegietrinanes4798
    @louiegietrinanes4798 ปีที่แล้ว

    ty

  • @Rafalema
    @Rafalema ปีที่แล้ว

    How come you chose to run kubectl apply and docker build in parallel (instead of having needs: docker in the deploy job)? Having to do waiting later in the e2e part anyway, it doesn't save any overall flow time 🤔

    • @JulieNgTech
      @JulieNgTech  ปีที่แล้ว

      Good question Rafalema - and I don't remember anymore 😅
      No, it doesn't save on flow time, but that might be a trade-off that is made for resiliency, e.g. retries - which is the biggest attraction for gitops workflows. Does that make sense?

  • @adevopsguy9517
    @adevopsguy9517 ปีที่แล้ว

    I struggle to understand your promoting technique; wouldn't the git-sha be different for the trigger you have for dev and staging?

    • @JulieNgTech
      @JulieNgTech  ปีที่แล้ว

      I have a longer answer that's a video that I did not finish editing before going on holiday... but short answer is that if you have a linear git history without merge commits, you will have the same git Shas in your dev and staging and prod branches, etc. and then you can use the technique I showed in the video