vexxhost / migratekit

Near-live migration toolkit for VMware to OpenStack
Apache License 2.0
58 stars 6 forks source link

Add simple web ui #6

Open fnpanic opened 1 month ago

fnpanic commented 1 month ago

It would be great to have a webui for migration kit to simplify the usage.

mnaser commented 1 month ago

I think down the line, it would be ideal if Migratekit runs as an agent, and then another service talks to it. There are some sort of networking problems we would have to think about to make sure the case when the two systems cannot talk to each other directly.

fnpanic commented 1 month ago

I agree. I general the architecture could look something like this.

Deploy an "agent" in the source and Destination. They should then register to a central system which is reachable just with public HTTPS which makes deployment way easier. Then the central component can talk to the "agents". Relaying the traffic over the central point could also make it easier. This sorts out most of the networking problems. Using something like https://github.com/jpillora/chisel has proven to be very effective in the past. Queueing and job management could happen centraly.

This require some engineering but with the help of claude 3.5 sonnet most of the heavy lifting is only a proper design.