So far, on the virtualization side, I've tried multipass (buggy), VMWare (expensive) and Qemu (difficult to use for people not used to it). We use Docker Compose.
Is there any simple, mac native way to orchestrate containers? Or is it better to somehow expose them via the network but only redirect for one service at a time to some local instance?
Thanks in advance for the discussion, thoughts, and time! Really appreciate the HN community!
And if you go into docker for Mac and click the checkbox you can spin up a single node Kubernetes cluster to try out your stuff with.
With VMs you could do the same with even more nodes either simulating a multi-node setup of k8s within a single VM or using N VMs for a multi-node setup or spin up VMs for each node to join the k8s cluster.