Live data from Hacker News

Flatcar: OS Innovation with Systemd-Sysext

flatcar.org

11–19 of 19 posts

Re: Flatcar: OS Innovation with Systemd-Sysext

#11

Slightly off-topic, but I wonder if there is something like Flatcar for LXC/LXD/Incus, my preferred container runtime. Would be much better than what I do right now, a locked down openSUSE host server.

If you mean using Incus on Flatcar, there is a PR for adding Incus as systemd-sysext extension. Flatcar inside Incus is a bit more difficult: for Flatcar being a container one can import https://stable.release.flatcar-linux.net/amd64-usr/current/f... and for it being a VM I don't know if the regular image works. A major hurdle is that one has to tweak the way VMs/containers are configured because normally Ubuntu's cl…

Incus on Flatcar is what I mean. This seems to be the PR you're talking about[1]. I'll keep an eye on it, thanks!

[1]: https://github.com/flatcar/scripts/pull/1655

Re: Flatcar: OS Innovation with Systemd-Sysext

#16
post #14

What is the current state of the "container Linux" ecosystem? It seemed like it was all the rage for a few years then sort of lost steam. Seems like a really good idea as a only moderately heavy container user.

Yes, it's a very good idea. I don't think it's lost steam, it's just buried underneath other layers of the stack.

Red Hat has Fedora CoreOS and RHEL CoreOS variants. Flatcar is going strong with the CoreOS-ethos intact. Talos Linux is also pretty popular.

The cloud providers have various minimal OSes for use underneath Kubernetes clusters but not used for standalone machines. I think Rancher OS is no more but the rest of Rancher is ongoing. VMware's various minimal OS efforts are no more.

Re: Flatcar: OS Innovation with Systemd-Sysext

#17
post #14

What is the current state of the "container Linux" ecosystem? It seemed like it was all the rage for a few years then sort of lost steam. Seems like a really good idea as a only moderately heavy container user.

Yes, it's a very good idea. I don't think it's lost steam, it's just buried underneath other layers of the stack. Red Hat has Fedora CoreOS and RHEL CoreOS variants. Flatcar is going strong with the CoreOS-ethos intact. Talos Linux is also pretty popular. The cloud providers have various minimal OSes for use underneath Kubernetes clusters but not used for standalone machines. I think Rancher OS is no more but the res…

Cool thanks for the information

Re: Flatcar: OS Innovation with Systemd-Sysext

#18
post #14

What is the current state of the "container Linux" ecosystem? It seemed like it was all the rage for a few years then sort of lost steam. Seems like a really good idea as a only moderately heavy container user.

Yes, it's a very good idea. I don't think it's lost steam, it's just buried underneath other layers of the stack. Red Hat has Fedora CoreOS and RHEL CoreOS variants. Flatcar is going strong with the CoreOS-ethos intact. Talos Linux is also pretty popular. The cloud providers have various minimal OSes for use underneath Kubernetes clusters but not used for standalone machines. I think Rancher OS is no more but the res…

Don't overlook Bottlerocket, which despite coming out of AWS is not (AFAIK) AWS-centric: https://github.com/bottlerocket-os/bottlerocket#readme

It's also super handy for writing out static Pod manifests to have replace the brain-damaging Ignition as a less stupid alternative to cloud-init

Re: Flatcar: OS Innovation with Systemd-Sysext

#19
post #18

Earlier quoted context omitted.

Yes, it's a very good idea. I don't think it's lost steam, it's just buried underneath other layers of the stack. Red Hat has Fedora CoreOS and RHEL CoreOS variants. Flatcar is going strong with the CoreOS-ethos intact. Talos Linux is also pretty popular. The cloud providers have various minimal OSes for use underneath Kubernetes clusters but not used for standalone machines. I think Rancher OS is no more but the res…

Don't overlook Bottlerocket, which despite coming out of AWS is not (AFAIK) AWS-centric: https://github.com/bottlerocket-os/bottlerocket#readme It's also super handy for writing out static Pod manifests to have replace the brain-damaging Ignition as a less stupid alternative to cloud-init

I love the standalone kubelet/static manifests pattern. It's ideal for edge type stuff and really simple systems. Here's a talk on my CNC control software running in my shop with just the kubelet, no control plane: https://developers.redhat.com/devnation/tech-talks/kubelet-n...
Post reply on HN