<ehirdoy1>
Hello, How do you orchestrate MirageOS/Hvt? I statically set up tap devices and bridged to eth0, but any better way along with Containers? I happened to find Nabla **runnc** planning MirageOS support. https://github.com/nabla-containers/runnc
pie__ has quit [Ping timeout: 252 seconds]
mort___ has joined #mirage
mort___ has quit [Client Quit]
lars_kurth_ has joined #mirage
lars_kurth has quit [Read error: Connection reset by peer]
mort___ has joined #mirage
<dinosaure>
ehirdoy1: currently, from what I know, we deploy an unikernel by hands or with the hannes's project albatross
<dinosaure>
I did not use it (where I deployed by hands, configure bridge and so on)
pie_ has joined #mirage
pie__ has joined #mirage
pie_ has quit [Ping timeout: 255 seconds]
mort___ has quit [Quit: Leaving.]
mort___ has joined #mirage
mort___ has quit [Ping timeout: 252 seconds]
Haudegen has quit [Remote host closed the connection]
<hannes>
yes, I use albatross https://github.com/hannesm/albatross for this. there's as well libvirt (if you configure with -t virtio and -t xen, I think a libvirt configuration file is generated)
<ehirdoy1>
Good info! Thanks! I guess probably it's better to orchestrate my MirageOS instances in the same manner as normal Contianers....
dmj` has joined #mirage
<ehirdoy1>
Is keyfenfer a solo5(VM) in a minimal Container? ;)
twopoint718 has joined #mirage
mort___ has quit [Quit: Leaving.]
<apache2>
a "container" in this context is usually NOT a virtual machine, it is more comparable to a chroot in the sense that it's an environment that uses the host OS kernel and interacts directly with it through system calls.
<apache2>
Solo5 does not implement anything to do with "containers," although it does provide a mechanism to run program sandboxed using seccomp inside Linux, the "SPT" target.
<apache2>
this means that container orchestration frameworks are not useful for running mirage, but virtal machine orchestration tools are the relevant technology.
<apache2>
you could for instance use Albatross or virt-manager, but not Docker.
<apache2>
Kubernetes is a bit special in this regard; it can do both, see http://kubevirt.io/
<apache2>
if you want to use containers you could use solo5-spt inside a container, which would let you use something like docker or kubernetes directly.
<apache2>
(or you could use the mirage-unix target directly)
twopoint718 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]