Akilan Selvacoumar: P2PRC (A p2p network for container orchestration)
Details
The objective of the talk would be my reason to why I need to build a
really simple p2p orchestrator (P2PRC) and would also talk about a
practical use case of how it’s going to be used towards orchestrating my
open source version of a Flight simulator distributed setup. Hopefully by
the end of the talk you would be interested to try out P2PRC or contribute
towards the project.
In a technical sense with P2PRC nodes acting as servers would broadcast
availability to nodes in the network giving the advantage of a zero
configuration setup. With that in mind all servers run tasks by spawning
docker containers and the ports required for an application is set by
P2PRC automatically (This means a developer does not have to bother about
setting ports for an application and this would allow running a single
task in a replicated way in a p2p infrastructure). The server mode
currently supports IPV6 or TURN based communication.


