sealerio / sealer

Build, Share and Run Both Your Kubernetes Cluster and Distributed Applications (Project under CNCF)
http://sealer.cool
Apache License 2.0
2.05k stars 360 forks source link

Using sync SDK instead scp to let copy rootfs faster #751

Open fanux opened 2 years ago

fanux commented 2 years ago

https://github.com/Redundancy/go-sync

allencloud commented 2 years ago

Sealer takes advantages of lots of local command tool to achieve goals. While I think would coupled the operation system distributed tools. It is not a general way to build an robust and fundamental software. I vote on replacing os distributed tools with built-in and well-encapsulated syscall calling packages.