Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Leveraging Service Meshes for Accelerating Serverless Workflows
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Serverless Workflows
- 3 Platform design
- 4 Basic Services
- 5 Knative Serving
- 6 Knative Eventing Sequence
- 7 Eventing + Serving
- 8 Different data sizes
- 9 Summary
- 10 Outline
- 11 Overheads in transferring large data
- 12 Need for internal load rebalance
- 13 Load rebalancing with data transfer
- 14 Dynamically configurable communication
- 15 KNIX Microfunctions (knix.io) • Colocate functions of a workflow inside single container wrapped in a native service Provides custom local message bus within the container
- 16 Source code