Google Cloud Functions Flashcards
1
Q
Cloud Functions
A
execute some code when an event happens
–> Run code in response to events
–> Pay only for what you use
–> Time Bound - Default 1 min and MAX 60 minutes (3600 seconds)
2
Q
Cloud Functions - Remember
A
–> No Server Management
–> They scale horizontally
3
Q
Cloud Run -
A
“Container to Production in Seconds”
–> Built on top of an open standard - Knative
–> Fully managed serverless platform for containerized applications
4
Q
Anthos -
A
Run Kubernetes clusters anywhere
–> Cloud, Multi-Cloud, and On-Premise
5
Q
Cloud Run for Anthos:
A
Deploy your workloads to Anthos clusters
running on-premises or on Google Cloud