Live data from Hacker News

Red Hat to Acquire CoreOS

redhat.com

21–30 of 203 posts

Re: Red Hat to Acquire CoreOS

#21
well it would be cool if some of their stuff would be 100% open source than. Like the CoreUpdate interface.

But well CoreOS is already extremly extremly simple for running k8s and stuff.

We've used CoreOS basically from the beginning. We are small and so had a fleet cluster with 3 nodes. It worked, kinda but due to docker it wasn't a nice experience. Docker just had a too fast changing cycle and to much things didn't worked as we liked.

However now we run more and more internal stuff on k8s self hosted cluster and it's basically a breeze. we use ignition to bootstrap the nodes and then we just need to run kubeadm join on every node. everything else is self configuring.

bootstrapping k8s was basically just 3x kubeadm init. with calico we can even bgp route every pod and can access them.

the only pain point is storage, but this is not a problem of coreos. small scale high available disks would be cool, but this is not an easy problem. we have nfs but it is not on k8s and minio is only good for object storage (and needs 4 nodes, while I would prefer a solution that uses either etcd or k8s configmap as a backing store for HA).

Edit: I completly forgotten. Thanks for all what you guys did and I hope you will be good under the RedHat umbrella.

(P.S.: if tectonic would be free to use for all sizes, that would be even more amazing, but I'm probably dreaming).

Re: Red Hat to Acquire CoreOS

#23
Not great news if you use container Linux:

https://www.redhat.com/en/blog/faq-red-hat-acquire-coreos

Container Linux and its investment in container-optimized Linux and automated “over the air” software updates are complementary to Red Hat Enterprise Linux, Red Hat Enterprise Linux Atomic Host and Red Hat’s integrated container runtime and platform management capabilities. Red Hat Enterprise Linux’s content, the foundation of our application ecosystem will remain our only Linux offering. Whereas, some of the delivery mechanisms pioneered by Container Linux will be reviewed by a joint integration team and reconciled with Atomic.

Re: Red Hat to Acquire CoreOS

#24

This is great news! I am not sure what happens to tectonic? Is is going to be part of OpenShift?

As per the question in the FAQ about open sourcing CoreOS's technology, we can assume it's going to become open source, at least: https://www.redhat.com/en/blog/faq-red-hat-acquire-coreos It will probably continue to be available in some paid commercial offering with well defined releases and lifecycles, as well as a community-supported free-in-both-senses offering which moves faster. Red Hat repeatedly uses this mod…

Thanks, I didn't see the FAQ link. Yea, let's see what happens with OpenShift.

Re: Red Hat to Acquire CoreOS

#25

This should be in the title, by the way: "for a purchase price of $250 million"

Out of curiosity, why "should" that be in the title? There's only so much one can fit in there and, personally, I think the price itself is just fine in the article/press release.

Re: Red Hat to Acquire CoreOS

#26

Not great news if you use container Linux: https://www.redhat.com/en/blog/faq-red-hat-acquire-coreos Container Linux and its investment in container-optimized Linux and automated “over the air” software updates are complementary to Red Hat Enterprise Linux, Red Hat Enterprise Linux Atomic Host and Red Hat’s integrated container runtime and platform management capabilities. Red Hat Enterprise Linux’s content, the foun…

Which delivery mechanisms? The ContainerLinux boot image updater comes from Chrome and ChromeOS (Omaha). They must be talking about the higher-level partitioning of a cluster into groups with separate policies, etc.

Congratulations to the CoreOS team, by the way.

Re: Red Hat to Acquire CoreOS

#27
post #8
post #5

It seems like early 2018 is rife with acquisitions and mergers. Was the recent tax law a factor? Seems like these acquisitions take so much time that it couldn't have been dependent on that. So why all this activity?

New financial year, fresh budgets

FTA:

> ... fourth fiscal quarter or fiscal year ending Feb. 28, 2018.

Re: Red Hat to Acquire CoreOS

#29

Not great news if you use container Linux: https://www.redhat.com/en/blog/faq-red-hat-acquire-coreos Container Linux and its investment in container-optimized Linux and automated “over the air” software updates are complementary to Red Hat Enterprise Linux, Red Hat Enterprise Linux Atomic Host and Red Hat’s integrated container runtime and platform management capabilities. Red Hat Enterprise Linux’s content, the foun…

Yeah, not great. That sounds like an EOL announcement.

EDIT: Thanks for everything CoreOS team, and congrats on the sale! This immutable distribution was a breath of fresh air in a crowded "enterprise / kitchen sink" space.

Re: Red Hat to Acquire CoreOS

#30

Not great news if you use container Linux: https://www.redhat.com/en/blog/faq-red-hat-acquire-coreos Container Linux and its investment in container-optimized Linux and automated “over the air” software updates are complementary to Red Hat Enterprise Linux, Red Hat Enterprise Linux Atomic Host and Red Hat’s integrated container runtime and platform management capabilities. Red Hat Enterprise Linux’s content, the foun…

Super disappointed in this part of it. Is anyone else aware/familiar with a decent immutable lightweight Linux distro like Container Linux?
Post reply on HN