filmov
tv
Serverless Computing Tutorial: Introduction (Part 1)

Показать описание
Tutorial: How to build and deploy serverless code
The Knative serverless environment lets you deploy code to Kubernetes, but no resources are consumed unless your code needs to do something. With Knative, you create a service by packaging your code as a Docker image and handing it to the system. Your code only runs when it needs to, with Knative starting and stopping instances automatically.
Your assignment: Implement the Compile Driver photo booth using Knative running in Kubernetes.
IMPORTANT LINKS
The Knative serverless environment lets you deploy code to Kubernetes, but no resources are consumed unless your code needs to do something. With Knative, you create a service by packaging your code as a Docker image and handing it to the system. Your code only runs when it needs to, with Knative starting and stopping instances automatically.
Your assignment: Implement the Compile Driver photo booth using Knative running in Kubernetes.
IMPORTANT LINKS