Live data from Hacker News

Bottlerocket, an open source Linux distribution built to run containers

aws.amazon.com

121–130 of 135 posts

Re: Bottlerocket, an open source Linux distribution built to run containers

#121
post #117

Earlier quoted context omitted.

Can you recommend any tutorials or blog posts on some of this? Really interested in it. Otherwise I'll search for it, thanks for the information.

Here are some links for you that I think would be useful for a related setup, however I can't speak for the user that posted that. The headless installation should follow the same principles of using a RAMDisk though. https://wiki.alpinelinux.org/wiki/Raspberry_Pi_-_Headless_In... https://wiki.alpinelinux.org/wiki/Alpine_Linux_with_root_on_... https://wiki.alpinelinux.org/wiki/Docker https://wiki.alpinelinux.org/wiki…

that's great, thank you!

Re: Bottlerocket, an open source Linux distribution built to run containers

#122

Earlier quoted context omitted.

Bottlerocket seems more like a competitor to RancherOS, which is abandonware. ( https://github.com/rancher/os/issues/3000 ) I liked RancherOS's very few moving parts approach (even your shell is a Docker container). Hope Bottlerocket will be somewhat similar.

I don't see any confirmation based on that link that it is abandoned. There was an update in June.

> RancherOS 1.x is currently in a maintain-only-as-essential mode. That is to say, it is no longer being actively maintained at a code level other than addressing critical or security fixes.

quoting support.rancher.com, taken from the 4th comment down in the linked Github issue

Re: Bottlerocket, an open source Linux distribution built to run containers

#123
post #110

Earlier quoted context omitted.

Most available userspace seems to be a mix of Rust and Go, except for existing stuff written in C like LinuxSE.

What userspace do you see written in Rust?

From this thread https://news.ycombinator.com/item?id=24346300

Re: Bottlerocket, an open source Linux distribution built to run containers

#124
post #58

Earlier quoted context omitted.

If your pods need to be long running, you can annotate them as such and they will not be autoscaled. https://github.com/kubernetes/autoscaler/blob/master/cluster...

Will they then also not be updated?

Not automatically. The autoscaler and other tooling will wait for the Pod to complete execution, or you can manually force the upgrade.

Re: Bottlerocket, an open source Linux distribution built to run containers

#125
post #102
post #41

Earlier quoted context omitted.

So did every other vendor. We have two CoreOSes, Flatcar, Container-Optimized OS from Google, Bottlerocket, k3OS, etc. Fortunately these aren't just different in name; there's a lot of experimentation going on around different ways to do updates, security, etc. I hope we'll eventually see some convergence after a few years.

Two CoreOSes? The one being Fedora CoreOS and the other..?

Fedora CoreOS and RHEL CoreOS.

Re: Bottlerocket, an open source Linux distribution built to run containers

#126
post #25
post #17

Earlier quoted context omitted.

You mean, the CoreOS that was end-of-lifed four months ago?

At least "Fedora CoreOS" still seems to be a thing.

I don't think. Fedora CoreOS is more coupled to be an OpenShift node than a plain Container/K8s node. it's sad what they did. And I was a Fedora user for my whole life, but that made me reconsider.

Re: Bottlerocket, an open source Linux distribution built to run containers

#127
post #109

Earlier quoted context omitted.

Not at all happy with things right now. You guys abruptly killed CoreOS which was great and left us to fend for ourselves. Fedora CoreOS doesn’t cut it and we don’t want open shift. We will need to move to either bottle-rocket or flatcar. A team member evaluated both and we leaning towards b-rocket since flatcar has a higher risk of dying by running out of funding during COVID (seen this movie before with CoreOS). Am…

What does not cut it in Fedora CoreOS ? (Just Curious as a Fedora contributor) Also what could be improved ?

it's too late to improve.

    1. update wasn't possible - that basically means that customers can't count on you
    2. some decisions favored OpenShift instead of being general purpose
    3. you rebuild the whole stack?! from scratch?! 
    4. the documentation is twice as bad as from CoreOS (which was already pretty bad)
    5. the market now has more to offer, way better solutions. Fedora CoreOS is basically just a rebuild CoreOS that brings nothing new to the table and shaken up all customers. if I need to reinstall my nodes anyway I can evaluate k3os, bottlerocket, opensuse microos, rancher, whatever which didn't sleeped while you guys did rebuild your stuff.
these are probably the worst things

Re: Bottlerocket, an open source Linux distribution built to run containers

#128

Earlier quoted context omitted.

I don't see any confirmation based on that link that it is abandoned. There was an update in June.

> RancherOS 1.x is currently in a maintain-only-as-essential mode. That is to say, it is no longer being actively maintained at a code level other than addressing critical or security fixes. quoting support.rancher.com, taken from the 4th comment down in the linked Github issue

It looks like that link is broken and I can't find anywhere on their website that states this anymore

Re: Bottlerocket, an open source Linux distribution built to run containers

#130
post #117
post #30

Earlier quoted context omitted.

I've fallen in love with Alpine. I'm using it on my bare bone servers running from a ram disk (USB drive) hosting Docker containers and even qemu VMs. All on encrypted zfs volumes. Totally love it

Can you recommend any tutorials or blog posts on some of this? Really interested in it. Otherwise I'll search for it, thanks for the information.

If you want to dive deeper, I have written a blog post about how to pxe boot alpine in your home (with central config storage) https://blog.haschek.at/2019/build-your-own-datacenter-with-...
Post reply on HN