Deploy Python Applications - Google Cloud Run with Docker

preview_player
Показать описание
Today we learn how to deploy Python applications to Google Cloud Run with Docker.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

💼 Services 💼

🌐 Social Media & Contact 🌐
Рекомендации по теме
Комментарии
Автор

Thanks a lot for the video.

Do you know how much time will the service be up using the free tier?

ike
Автор

Very useful! I would like to see more about Google Cloud!!

Pantelisduke
Автор

Amazing Stuff for learning Python App deployment with GCP ! 🥰 Very thanks~

jay
Автор

I use my own instance of GitLab and a runner for it. That's better for my usecase. I also use buildx instead of build, since I want to build images for all available architectures, that are supported by the base.

Serpensin
Автор

Can the above implementation create isolate containerized for each user ?

_PhamThienTai
Автор

Cool thanks. Is there anyway for it to load in data from a google bucket on the same account too?

danielcoles
Автор

Thank you for the videos you create. I have used many times now in my work some bits from different videos you have created.
I was wondering if you could create a tutorial on how to use Streamlit app with SSO or similar authentication.
I know Streamlit is not really designed to be used with SSO and that Flask is the library to go to if you want to create an app, but I would really love to see your approach to using Streamlit deployed on Google or AWS with SSO for users to log in.

ImoodyI
Автор

Thanks! It would be nice to deploy a more complex app, like one with a database. A Django app would be great :)

mihaicarnuta
Автор

Cool deploy! Sad that we can't use SQLAlchemy with spanner

denysburimov
Автор

Great video - just wondering. Do you happen to know how I could download the data that has been entered from gcloud? I built a flask app that stores user comments as an csv, but when I go to the bucket I can only seem to download the source, and can't see the created csv files.

rapunzelle
Автор

why did u used --immutable-tags --async? what purpose are they serving?

bhupeshmahara
Автор

can i host postgres and redis with my app also?

deez_dev