CI/CD on Google Cloud

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024

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

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

    Thanks for the video and clear explanation. It really helps. Great work. Looking for more videos on DevOps.

  • @Tonylmayo
    @Tonylmayo 11 หลายเดือนก่อน +9

    Demo was unclear and disjointed with concepts and screen

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

    Thank you!, amazing work :)

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

    thank you,very informative

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

    why there is still the console in GCP? I can do CI/CD very easy with Azure and also all preprocess of merge request easily with UI.

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

    Can i ci/cd from s github repo to vm instance in gcp ?

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

      Yeah, you can easily do that using cloud build. Tho depending on what you’re doing it may need some scripting.
      If what you have doesn’t require much more than just running an application a cloud run or app engine will probably be much cheap, safe and scalable than the VM.

    • @souvikghosh6966
      @souvikghosh6966 2 ปีที่แล้ว

      You can deploy on GKE using docker rather deploying on vm instance.