top | item 33292654

(no title)

ebreton | 3 years ago

How would you use pyinfra to manage a fleet of edge devices ? The main difference with a park of servers being that the edge devices are mounted on vehicles and therefore switching on and off with their own rhythm each. We cutrently get an alert from each device when an update is needed, ssh into it, and docker-compose the latest services.

discuss

order

emrahayanoglu|3 years ago

Nice question! I am also wondering how it helps for the IoT devices... Up to now, What we found out is that Pull way makes more sense instead of Push way for the fleet of more than 500Ks devices in the field. We use Ansible Pull, but would also considering of such a way through GitOps approach. Not sure, if it would be also provided via Pyinfra to get such stuff via Pull way.