-
Book Overview & Buying
-
Table Of Contents
Edge Computing Systems with Kubernetes
By :
Right now, with all the basic concepts of containers, orchestrators, and edge computing and its layers, we can focus on the five basic diagrams of edge computing configurations that you can use to design this kind of system. So, let’s use K3s as our main platform for edge computing for the next diagrams.
This configuration shares and processes data between the public or private cloud with edge layers, but let’s explain its different layers:
Figure 1.3 – Edge cluster and public cloud
Use cases include the following:
This configuration is focused on distributing the processing strategy across different regions and sharing data across a public cloud. Let’s explain the different layers:
Figure 1.4 – Regional edge cluster and public cloud
Use cases include the following:
This is a basic configuration where a single computer processes all the information captured on tiny edge devices. Let’s explain the different layers:
Figure 1.5 – Single node cluster and public/private cloud
Use cases include the following:
Let’s now adapt the software to run at the edge.