From the course: Serverless Architecture
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Understand serverless containers - Amazon Web Services (AWS) Tutorial
From the course: Serverless Architecture
Understand serverless containers
- [Instructor] Lately there's been buzz about this term, serverless containers. What does it mean? And how does this apply to serverless architecture? Well, first, let's look at a diagram which helps us to understand how compute actually runs on the cloud. So, there's four different levels here. at the top level, we have functions, which we've been looking at through this course. And functions have a 1:n relationship to docker container instances, as is shown here. So, we have six functions that are mapped to three different containers. And again, how you decide how to do that is really beyond the scope of this course, and it's something that you do need to dig into after you build your POCs and start moving to production scale workloads, so it's a homework, if you will. Underneath the hood there you have an orchestrator for these groups of containers. And the cloud vendors usually are using either Kubernetes or…
Contents
-
-
-
-
Review service types and history6m 25s
-
(Locked)
Use storage: Object storage and data lakes6m 27s
-
(Locked)
Capture Events - handling messages & streams5m 1s
-
(Locked)
Implement microservice database storage4m 9s
-
(Locked)
Use cloud functions for compute4m 45s
-
(Locked)
Implement function deployment Patterns3m 6s
-
(Locked)
Understand serverless containers5m 53s
-
-
-
-