Hi there,
We’re working on a project that requires dynamic deployment (at runtime) of multiple containers. We have an edge-manager process that decides what containers need to be started/stopped based on cloud-side config. This config is real-time updated based on what the user does in our SaaS platform. This doesn’t lend itself well to multiple fleets, etc, as it would literally be a fleet-per-edge device. To be clear, the user isn’t (knowingly) managing containers; they’re configuring various aspects of our edge deployment; however, that will in turn result in the need to create many containers, which can come and go as the user makes further updates.
What we’d like to do it run our edge-manager as the primary application via Balena, but enable the edge-manager to then start/stop additional containers dynamically.
Is there a way to do this?