Live data from Hacker News

Incus 6.0 LTS has been released

discuss.linuxcontainers.org

1–10 of 13 posts

Re: Incus 6.0 LTS has been released

#4
post #3

Can someone explain where this product fits v/s commercial offerings? Sorry for getting confused with virtualization nomenclature

Depends what kind of commercial offerings you're considering.

If you're looking at virtualization like VMWare, Incus can run a cluster on any hardware you want with various storage and network options, letting you run your VMs and even share the cluster with different teams/people.

But unlike VMWare ESXi, Incus is software you install on a normal Linux system instead of its own OS. It also doesn't come with an official web interface though there are some options for that too.

It's a lot lighter weight than something complex like OpenStack or Kubernetes, it doesn't need dedicated infrastructure machines, the control plane is automatically distributed.

It's more similar than a Proxmox or XCP but those feel less flexible to me. But I also haven't played with them too much recently.

And of course, this is Open Source, so something like what's going on with VMWare licensing can't really happen here, but same is true for any OSS option.

Re: Incus 6.0 LTS has been released

#5
post #4
post #3

Can someone explain where this product fits v/s commercial offerings? Sorry for getting confused with virtualization nomenclature

Depends what kind of commercial offerings you're considering. If you're looking at virtualization like VMWare, Incus can run a cluster on any hardware you want with various storage and network options, letting you run your VMs and even share the cluster with different teams/people. But unlike VMWare ESXi, Incus is software you install on a normal Linux system instead of its own OS. It also doesn't come with an offici…

> It also doesn't come with an official web interface though there are some options for that too.

Before the fork LXD had added a web ui. Did Incus remove it?

Re: Incus 6.0 LTS has been released

#6
post #5
post #4

Earlier quoted context omitted.

Depends what kind of commercial offerings you're considering. If you're looking at virtualization like VMWare, Incus can run a cluster on any hardware you want with various storage and network options, letting you run your VMs and even share the cluster with different teams/people. But unlike VMWare ESXi, Incus is software you install on a normal Linux system instead of its own OS. It also doesn't come with an offici…

> It also doesn't come with an official web interface though there are some options for that too. Before the fork LXD had added a web ui. Did Incus remove it?

There's a web ui link on bottom of introduction page https://linuxcontainers.org/incus/try-it/

Re: Incus 6.0 LTS has been released

#7
post #5
post #4

Earlier quoted context omitted.

Depends what kind of commercial offerings you're considering. If you're looking at virtualization like VMWare, Incus can run a cluster on any hardware you want with various storage and network options, letting you run your VMs and even share the cluster with different teams/people. But unlike VMWare ESXi, Incus is software you install on a normal Linux system instead of its own OS. It also doesn't come with an offici…

> It also doesn't come with an official web interface though there are some options for that too. Before the fork LXD had added a web ui. Did Incus remove it?

The LXD UI is a separate project from LXD, it's at https://github.com/canonical/lxd-ui

It's one of the UI options you can use on top of Incus and a rebranded version of it is what we're making available as part of our online demo.

Re: Incus 6.0 LTS has been released

#10
post #3

Can someone explain where this product fits v/s commercial offerings? Sorry for getting confused with virtualization nomenclature

This is a system container / virtual machine manager. It is pretty awesome tech. Have been using it since 2014 I think... Supports zfs ... my biggest issue had been data loss on my root disk causing loss of container config... Managed to reimport everything to a new lxd install with the same zfs pool ;)
Post reply on HN