Say hello to serverless containers with Cloud Run

  Рет қаралды 89,842

Google Cloud Tech

Google Cloud Tech

4 жыл бұрын

Serverless has been turning heads for good reason. Learn how to deploy serverless containers in 3 environments using Cloud Run and Knative.
Learn more about Cloud Run → goo.gle/2kiFq2h
Learn more about Knative → goo.gle/2lUngE9
Learn how to deploy this demo → goo.gle/2n34trm
Demo repository → goo.gle/2DyIoFT
Subscribe to GCP → goo.gle/GCP
Product:Cloud, Cloud Run, GKE, Kubernetes; fullname:Stephanie Wong;

Пікірлер: 48
@googlecloudtech
@googlecloudtech 3 жыл бұрын
Get $300 and start running workloads for free → goo.gle/2KE8xKm
@anitasaranzskygalembeck8171
@anitasaranzskygalembeck8171 Жыл бұрын
Tudo Inglês
@filipepereira2688
@filipepereira2688 3 жыл бұрын
I love Stephanie's energy :)
@tablettablete186
@tablettablete186 3 жыл бұрын
I am glad I am not the only one who noticed
@bLd321
@bLd321 3 жыл бұрын
I love cloud run. Deploying an app is so effortless. Just push docker image, create new instance and that's it. No need to create and configure machines or clusters. It's like a magic.
@UTECHPIA
@UTECHPIA 4 жыл бұрын
Cloud run is so efficient and effortless to deploy! This was a fantastic example, easy to understand and easy to follow! Thanks Stephanie! 👍
@YouTubeDave-tp7ij
@YouTubeDave-tp7ij 3 жыл бұрын
Excellent presentation skills Ms. Stephanie. Good work!
@uhtredofbebbanburg884
@uhtredofbebbanburg884 4 жыл бұрын
In Demo , try to increase the text size.
@intrepidcoder1987
@intrepidcoder1987 3 жыл бұрын
Great information, interesting demo, thank you so much for sharing this!
@googlecloudtech
@googlecloudtech 3 жыл бұрын
Glad it was helpful!
@adrianhunter2947
@adrianhunter2947 Жыл бұрын
TPS report was a nice touch ;)
@Gaurav-bu5be
@Gaurav-bu5be 4 жыл бұрын
Thanks for the info. can we have some information on managed domain? I am a bit confused with 4 IPs assigned to container
@divertechnology
@divertechnology 4 жыл бұрын
Excellent
@arjunk5959
@arjunk5959 2 жыл бұрын
Please make a video on what to choose between cloud run vs App engine Flex vs Kubernetes..
@erikykema3093
@erikykema3093 2 жыл бұрын
Thx. Can you shed some light on the step of your project files on the one hand, and on the other hand the image repo where you select an image, built on the project files. Does the framework also make that trivial? And how do _you_ do that?
@EdgardoMiranda-uz5on
@EdgardoMiranda-uz5on 6 ай бұрын
very interesting 😮...
@guillaumeblaquiere
@guillaumeblaquiere 4 жыл бұрын
Concurrency pricing (pay only once the overlapped processing time) is a great advantage in cost perspective.
@vasiovasio
@vasiovasio 4 жыл бұрын
Stephanie, if you read this Please tell us what is this thing attached to your laptop lid, some sort of handle or pen holder, glued or with a magnet, I never see something like this before!
@stephaniewong142
@stephaniewong142 4 жыл бұрын
It's a pen holder for the Pixelbook stylus :) store.google.com/us/product/google_pixelbook_pen?hl=en-US Mystery no more!
@berargumen2390
@berargumen2390 4 жыл бұрын
Awesome
@yoshi93807
@yoshi93807 3 жыл бұрын
Thank you,
@googlecloudtech
@googlecloudtech 3 жыл бұрын
You are welcome!
@DrcMind
@DrcMind 4 жыл бұрын
Stephanie ❤️
@jeffersonmendes7752
@jeffersonmendes7752 9 ай бұрын
when you select the URL you already have many imagens availables. How can I create a image from my own code ?
@manish7897
@manish7897 2 жыл бұрын
Hi I've a question, can we use gsutil commands in Google cloud run ?
@TheDiscoMole
@TheDiscoMole 3 жыл бұрын
Can you speed up your cold starts so choosing cloud run over aws lambda is finally a no brainer?
@googlecloudtech
@googlecloudtech 3 жыл бұрын
Hi, this is a great question and we actually answer it in our first episode of #AskGoogleCloud that’s premiering tomorrow March 12th at 10AM PT → goo.gle/3t3cb10 We’ll also have serverless experts who are going to be answering questions in real-time in the live chat. Drop by to ask your questions or say hello!
@pleabargain
@pleabargain 3 жыл бұрын
1:28 TPS report! :)
@malkos
@malkos 4 жыл бұрын
That Chromebook runs MacOS? Cool....
@1.4142
@1.4142 4 жыл бұрын
hold up that's stephanie
@raghav4296
@raghav4296 4 жыл бұрын
Hi, a novice question... Does this mean the above serverless way of dealing with containers is much better than Kubernetes since we don't have to manage any servers or take the pain of going the Kubernetes route..? Does this by any chance complement Kubernetes? Also, earlier if we had to deal with custom Docker containers, we used to go through Flexible GAE and now that is not needed I presume? Thank you!
@stephaniewong142
@stephaniewong142 4 жыл бұрын
Hi! Cloud Run can complement or even replace your existing Kubernetes deployments, but it depends on the application you are running. Cloud Run is best suited for stateless containers that listen for requests or events delivered via HTTP. In general, serverless platforms are best used to build stateless applications without needing to manage infrastructure. Some examples include: Quickly prototyping a feature Rapidly autoscaling a web application Performing a task in response to background events If you already package code in Docker containers or are running a Kubernetes cluster in Google Cloud, consider Cloud Run or Knative for your serverless workloads. For running code that responds to real-time events, or for serving requests without containers, use Cloud Functions. For when you need multiple pieces of functionality in a single place and want to just deploy your entire application, look to App Engine.
@stephaniewong142
@stephaniewong142 4 жыл бұрын
Here's a handy decision chart that might help as well: cloud.google.com/serverless-options/
4 жыл бұрын
How Is this different from app engine flexible??
@WesleyChun
@WesleyChun 4 жыл бұрын
It's true that you can deploy a Docker container to GAE Flex. However, that's where the comparisons end. Cloud Run is the *generalization* of what Flex does. The biggest differences are that Cloud Run is newer, the deploy time is MUCH faster, and it also works with GKE too.
@helixcs1529
@helixcs1529 4 жыл бұрын
similarity with firebase cloud fuctions
@tuapuikia
@tuapuikia 3 жыл бұрын
From devops to noops culture. 👍🏼👍🏼👍🏼
@mwaikul
@mwaikul 3 жыл бұрын
TPS report :) Nobody noticed!
@arjunk5959
@arjunk5959 2 жыл бұрын
whats special with that ?
@mrcortadito
@mrcortadito Жыл бұрын
@@arjunk5959 is from "The Office" movie
@davidsamillano4490
@davidsamillano4490 4 жыл бұрын
Can someone help me to improve my skill in java language coding? :( Plss i'm about to give up on my course.
@superemzone
@superemzone 4 жыл бұрын
try the stackoverflow site
@RoganPlant
@RoganPlant 3 жыл бұрын
You still need help? Drop your IG if you do
@bluesea1769
@bluesea1769 4 жыл бұрын
I wish some day in the future, there is a Google or Microsoft identity card available for everyone. For easy access , easy management of accounts and authentication.
@anitasaranzskygalembeck8171
@anitasaranzskygalembeck8171 Жыл бұрын
Quero receber muito dinheiro
@shivamprajapati9621
@shivamprajapati9621 4 жыл бұрын
I love to work with google.... How can i be part of Google....
@DJ_Dopamine
@DJ_Dopamine 4 жыл бұрын
Show initiative...
@divertechnology
@divertechnology 4 жыл бұрын
Excellent
Cloud Functions vs. Cloud Run
20:37
Google Cloud Tech
Рет қаралды 47 М.
How to easily Continuous Deployment with Cloud Run
34:24
Kevin Simper
Рет қаралды 34 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 261 М.
Cloud Run QuickStart - Docker to Serverless
7:50
Fireship
Рет қаралды 182 М.
Picking the right serverless platform (Part 1)
14:02
Google Cloud Tech
Рет қаралды 14 М.
Cloud Run: Concepts of Networking
6:19
Google Cloud Tech
Рет қаралды 25 М.
JPEG is Dying - And that's a bad thing
8:09
2kliksphilip
Рет қаралды 17 М.
What is Google Kubernetes Engine (GKE)?
6:31
Google Cloud Tech
Рет қаралды 148 М.
Serverless to Containers - Introduction to Google Cloud Run
7:44
Cloud Advocate
Рет қаралды 9 М.
Containers vs VMs: What's the difference?
8:08
IBM Technology
Рет қаралды 751 М.
100+ Docker Concepts you Need to Know
8:28
Fireship
Рет қаралды 894 М.
Опасность фирменной зарядки Apple
0:57
SuperCrastan
Рет қаралды 12 МЛН
Better Than Smart Phones☠️🤯 | #trollface
0:11
Not Sanu Moments
Рет қаралды 19 МЛН
تجربة أغرب توصيلة شحن ضد القطع تماما
0:56
صدام العزي
Рет қаралды 64 МЛН
Какой ноутбук взять для учёбы? #msi #rtx4090 #laptop #юмор #игровой #apple #shorts
0:18
Samsung laughing on iPhone #techbyakram
0:12
Tech by Akram
Рет қаралды 7 МЛН
Это iPhone 16
0:52
Wylsacom
Рет қаралды 921 М.