Announcing IncusOS (discuss.linuxcontainers.org)
from ArclightMat@lemmy.world to selfhosted@lemmy.world on 07 Nov 17:07
https://lemmy.world/post/38467338

#selfhosted

threaded - newest

Kailn@lemmy.myserv.one on 07 Nov 22:56 collapse

I know this is supposed to be compared with Vmware ESXi &or Proxmox but exclusively made for linux containers, so…
How well can it compare with MicroOS & CoreOS which rely podman instead?
I’ve never seen a detailed comparison between podman & incus in term of resource usage nor performance, just that podman supports docker compose & it’s images.

non_burglar@lemmy.world on 08 Nov 02:20 collapse

IncusOS supports OCI containers, which means it can run most docker containers natively. And LXC, and vms via QEMU/KVM.

hoppolito@mander.xyz on 08 Nov 07:40 next collapse

Though perhaps it is important to make the distinction clear:

Incus is the software that supports running OCI and LXC containers, and VMs. It is the functional equivalent to the Proxmox virtualisation suite, storage, network, image and container management and also the management web UI.

IncusOS tries to support this program for your bare-metal servers by providing an immutable OS underneath which hosts Incus but cannot be reached via shell access at all. It intends to form a super locked-down base from which to use Incus, but which also comes with preinstalled goodies such as ceph, linstore, zfs, and some service setups (afaik).

So the closest comparison to Proxmox currently is a simple Incus installation on a Debian bare-metal host. IncusOS I would argue is actually moving further away from that comparison with its locked down base and immutable nature.

In a way the project reminds me much more of TalosOS which creates a similarly locked down base environment to work with Kubernetes on top.

Kailn@lemmy.myserv.one on 08 Nov 15:57 next collapse

Yes, that makes it more comparable to MicroOS, which does the same with podman.
MicroOS is based on a more mainstream system but it’s still immutable with transactional updates.
What I’m trying to ask is if the project’s goal / development is being more MicroOS or more Proxmox Linux? & whether it tries be a replacement or a different workflow all together?
I see that there’s a Migration Manager in beta as an install option to switch from vmware ESXi, so I wonder if other OS-level hypervisors are in the roadmap.

non_burglar@lemmy.world on 08 Nov 17:07 collapse

Yes, sorry. I meant incus, not incus os.

hoppolito@mander.xyz on 08 Nov 20:32 collapse

No worries, mostly thought I’d point it out to others reading who might be a little confused by the close naming scheme and don’t know exactly what tool provides which functions.

(And since I love incus but think for most people atm IncusOS is not the right choice)

irmadlad@lemmy.world on 08 Nov 17:08 next collapse

Interesting. What would be an example of a docker container that would not run on IncusOS?

non_burglar@lemmy.world on 08 Nov 17:17 collapse

Edit: sorry, I misread the question. I haven’t run into any docker containers that don’t run on incus, but my testing is limited.

Well, I have run the homeassistant core docker, calibre web automated, and a bunch more.

One just needs to add the docker https path to its repository and the rest is just translating the options to the way incus starts these. (Sorry, I can’t exactly remember what incus uses to run these containers.)

Anyway, I can dig up some helpful documentation if you’re rally interested.

I moved to incus from proxmox nearly 18 months ago and I haven’t looked back.

irmadlad@lemmy.world on 08 Nov 17:53 collapse

Anyway, I can dig up some helpful documentation if you’re rally interested.

I mean, if you have a couple bookmarks handy, I’m always down to learn, but don’t put yourself out. I’ve been interested in Incus, basically because it’s the next best, new thing. Admittedly, I have not yet plumbed all the depths of Docker, tho I have a solid working knowledge of how everything works, and I have dabbled with Kubernetes.

Kailn@lemmy.myserv.one on 08 Nov 23:52 collapse

I ended up writing so much that I made an essay long reply.
Sorry for the inconvince & wait…