Serverless Computing Flashcards
Provides event-driven compute
AWS Lambda
Can be triggered from over 200 AWS services and SaaS apps
AWS Lambda
Integrates and extends with other AWS Services
AWS Lambda
Provides connection to relational databases and shared file systems?
AWS Lambda
Provides even driven serverless functions
google cloud functions
Integrates with Amazon Simple Notification Service
Google Cloud Functions
App Engine and Cloud Run
Serverless platforms
Provides an open source runtime
Azure Functions
Open source platform based on kubernetes and used to deploy and manage serverless apps
Knative
Aims to simplify code and function deployment to kubernetes
Open FaaS
Uses Docker as a container runtime
OpenFaaSMis
Microservices can be built in any language
OpenFaaS
What is the process called when a cloud provider executes a piece of code by dynamically allocating resources?
serverless computing
What is it called when servers or compute resources are abstracted?
serverless computing
What is the process called when a user is only charged for the number of resources used to run their code
serverless computing
Knative
open source platform based on kunernetes
used to deploy and manage serverless apps
able to run on any kubernetes distribution prevents vendor lock in
key features are serving and eventing
OpenFaaS
aims to simplify code and function deployment to kubernetes
uses docker as a container runtime
runs on bare metal, vm or cloud
microservices can be built in any language
Projects using containers for serverless
azure container instances ACI
AWS Fargat
Kubeless
Fission
Fn Project
Virtual Kubelet