How to deploy a dockerized FastAPI to Cloud Run

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

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

  • @optymystyc
    @optymystyc หลายเดือนก่อน +2

    "Ship it to the world!" **dance** is now officially a part of my Cloud Run deployment process. Thank you sir!

  • @rschaack
    @rschaack 3 หลายเดือนก่อน +3

    Great video. No waffle, just to the point. Love the way you present your video, by the way.

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

      Great to meet you! Appreciate it!

  • @bilabror
    @bilabror 3 หลายเดือนก่อน +3

    Nice video

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

      Appreciate it!

  • @sebastianaguilera3803
    @sebastianaguilera3803 2 หลายเดือนก่อน +1

    Nice video, thank you so much!

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

      Great to meet you Sebastian!

  • @Maryam.Anwar786
    @Maryam.Anwar786 3 หลายเดือนก่อน +1

    Great work bro!

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

      Appreciate it! Great to meet you Maryam!

  • @DanielAcquah-hl9hy
    @DanielAcquah-hl9hy 3 หลายเดือนก่อน +2

    I really enjoyed it 😎

    • @cmd_labs
      @cmd_labs  3 หลายเดือนก่อน +1

      I appreciate it. Great to meet you!

    • @DanielAcquah-hl9hy
      @DanielAcquah-hl9hy 3 หลายเดือนก่อน

      @@cmd_labs Same 👍

  • @oskrgab
    @oskrgab 11 วันที่ผ่านมา

    Thank you so much! Will this setup incur in any cost in GC for a hobby project?

    • @cmd_labs
      @cmd_labs  11 วันที่ผ่านมา +1

      It depends on the details on your hobby project.
      Like
      A) how many services make up your hobby project...
      B) How much it gets used
      C) How many other "paid" services your Cloud Run services rely on
      etc.
      I find Cloud Run in general to be extremely cheap for simple projects (ie: 1 or 2 services that make up the application)
      If you are asking for a rough estimate of the Cloud Run costs for a simple application made up of 1-2 services I'd say you'll be paying between $1 to $20 per month
      BUT! It depends on the details of your application to know the exact amount. Could be lower or higher.
      Let me know how it goes
      The nice thing about Cloud run services is that they shut themselves down after not being used for a few minutes so they are very cost effective

  • @logicalmind9358
    @logicalmind9358 10 วันที่ผ่านมา +1

    too bad explaination sir, didn't undertand from where and what you paste it

    • @cmd_labs
      @cmd_labs  10 วันที่ผ่านมา

      Great to meet you @localmind9358
      Here is the code repo
      You can follow along by copying pasting the code in the READMEs
      github.com/thaddavis/how-to-deploy-a-dockerized-fastapi-to-google-cloud-run/blob/part_4/part_1.md
      github.com/thaddavis/how-to-deploy-a-dockerized-fastapi-to-google-cloud-run/blob/part_4/part_2.md
      github.com/thaddavis/how-to-deploy-a-dockerized-fastapi-to-google-cloud-run/blob/part_4/part_3.md
      github.com/thaddavis/how-to-deploy-a-dockerized-fastapi-to-google-cloud-run/blob/part_4/part_4.md
      Is this what you were looking for?