-
neuroserve
nikolam : have you tried setting up with an internal dns domain (which doesn't exist)?
-
nikolam
neuroserve, hi, yes, I changed config for everything to be .internal domain
-
nikolam
But I didn't reinstall form scratch per se using those settings. I might try that.
-
Guest32
Hello, is there a bhyve orchestration engine? I found one called pot, but was wondering if anyone here had any experience/recommendation regarding this.
-
gonzosysadm[m]
pot you say
-
teutat3s
Guest32 (LIBERA-IRC): TritonDataCenter?
-
Guest32
that looks promising, thank you
-
bahamat
Guest32: SmartOS has bhyve built in. You use the vmadm command to manage all types of virtual instances, including bhyve, zones, containers, docker, and kvm.
-
bahamat
Triton is for managing multiple SmartOS compute nodes.
-
zizzy
and for having a usable VM management interface, for me
-
bahamat
You can go anywhere from two to several thousand.
-
zizzy
last time I played with smartos, vmadm usage boiled down to writing JSON files which defined the VMs
-
bahamat
For a single compute node, it's probably better to just use SmartOS by itself. But there are benefits with Triton starting at 2+. And the more you have, the more it makes sense to use Triton instead.
-
bahamat
zizzy: That's true, but most people keep templates around.
-
bahamat
-
otis
or if even smartos is not a hard requirement, then freebsd and
bhyve.npulse.net might come handy.
-
zizzy
bahamat: oh, nice, thank you
-
Guest32
right, thank you all! ideally, I was looking to kubernetes-like "deployments" for SmartOS VMs, automatic failover, global monitoring, etc
-
bahamat
Triton has HA/redundancy and monitoring features built in.
-
bahamat
There's also a mature API and CLI tool.
-
Guest32
nice! I saw zizzy talking about VM management interface, is this built in or an external package?
-
zizzy
probably built-in
-
zizzy
smartdatacenter is a rather large appliance which uses smartos as base, but it's hassle-free to setup
-
zizzy
you can test it inside a virtual machine using CoaL image (cloud on a laptop)
-
zizzy
iirc it's pretty much standard sdc image, but with absurd overprovisioning config values to make it schedule zones on a mem/cpu-limited environment, like a virtual machine
-
zizzy
zones = "instances" in triton lingo, basically
-
zizzy
(the term "zone" is actually derived from solaris zones, but that's just trivia)
-
Guest32
I think I'll try out CoaL. thanks again!