1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

mention Kubernetes Pod

This commit is contained in:
Matthias Kretschmann 2021-04-28 17:31:22 +02:00
parent be23c1dd06
commit c1c1fbd340
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -84,7 +84,7 @@ The Operator Service doesn't provide any storage capability, all the state is st
### Operator Engine ### Operator Engine
The **Operator Engine** is in charge of orchestrating the compute infrastructure using Kubernetes as backend. Typically the Operator Engine retrieves the workflows created by the Operator Service in Kubernetes, and manage the infrastructure necessary to complete the execution of the compute workflows. The **Operator Engine** is in charge of orchestrating the compute infrastructure using Kubernetes as backend where each compute job runs in an isolated [Kubernetes Pod](https://kubernetes.io/docs/concepts/workloads/pods/). Typically the Operator Engine retrieves the workflows created by the Operator Service in Kubernetes, and manage the infrastructure necessary to complete the execution of the compute workflows.
The Operator Engine is in charge of retrieving all the workflows registered in a K8s cluster, allowing to: The Operator Engine is in charge of retrieving all the workflows registered in a K8s cluster, allowing to: