smartfog / fogflow

FogFlow is a standard-based IoT fog computing framework that supports serverless computing and edge computing with advanced programming models
https://fogflow.readthedocs.io
BSD 3-Clause "New" or "Revised" License
123 stars 45 forks source link

same interface to various container management engines #356

Closed showersky closed 2 years ago

showersky commented 2 years ago

we can merge different implementations of FogFlow workers into the same configurable one, which can use the same interface to interact with different container management engines [kubernetes, docker enginer, MEC edge controller] to start or stop tasks.

showersky commented 2 years ago

it is already implemented and tested in the latest version