How to deploy a dockerized FastAPI to Cloud Run

Поділитися
Вставка
  • Опубліковано 12 вер 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!

  • @Maryam.Anwar786
    @Maryam.Anwar786 3 місяці тому +1

    Great work bro!

    • @cmd_labs
      @cmd_labs  3 місяці тому

      Appreciate it! Great to meet you Maryam!

  • @sebastianaguilera3803
    @sebastianaguilera3803 2 місяці тому +1

    Nice video, thank you so much!

    • @cmd_labs
      @cmd_labs  2 місяці тому

      Great to meet you Sebastian!

  • @oskrgab
    @oskrgab 18 днів тому

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

    • @cmd_labs
      @cmd_labs  18 днів тому +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

  • @DanielAcquah-hl9hy
    @DanielAcquah-hl9hy 3 місяці тому +2

    I really enjoyed it 😎

  • @logicalmind9358
    @logicalmind9358 17 днів тому +1

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

    • @cmd_labs
      @cmd_labs  17 днів тому

      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?