cloud-from-scratch icon indicating copy to clipboard operation
cloud-from-scratch copied to clipboard

Is there any documentation about building cloud-from-scratch but without Docker?

Open bmullan opened this issue 4 years ago • 2 comments

Just curious if there is anything that describes how to build cloud-from-scratch without Docker?

Either using VMs or perhaps LXD (system containers) both of which would be very similar installing & configuration but we're trying to keep away from docker.

bmullan avatar Jan 18 '21 18:01 bmullan

Nothing like that yet in the cloud-from-scratch project but it would be interesting to add.

Added a couple of links to get started... https://ericchiang.github.io/post/containers-from-scratch/ https://medium.com/swlh/build-containers-from-scratch-in-go-part-1-namespaces-c07d2291038b

technomada avatar Jan 18 '21 20:01 technomada

LXD have a great tutorial here: https://linuxcontainers.org/lxd/docs/master/clustering/

Here's a video on the topic, using OVN to create network segments: https://www.youtube.com/watch?v=1M__Rm9iZb8

Tatskaari avatar Nov 19 '22 20:11 Tatskaari