What's the idea behind CoreOS? I found the site incredibly weak in information about what it is.
CoreOS Vagrant Images
31–40 of 46 posts
Re: CoreOS Vagrant Images
#32Earlier quoted context omitted.
You just described the actual draw of CoreOS. CoreOS is just Linux . Instead of going the Xen route you just described, it can capitalize on being just Linux by supporting everything Linux already supports . At this point, you can view CoreOS, which is just Linux , as the "hypervisor." Containers don't have to replicate key subsystems in every paravirtualized instance, as containers share all the same subsystems like…
Try telling your SAN vendor that you're running "just Linux" and can you have a driver and support package for that please, and let us know how you get on. When you're done there, now try plugging your nice new machine into the corporate DC. Oh it seems it needs to support VLAN tagging. No problem, better just write some new code for that. Time to migrate a bunch of performance sensitive services. Uh oh, no support f…
Re: CoreOS Vagrant Images
#33Earlier quoted context omitted.
Try telling your SAN vendor that you're running "just Linux" and can you have a driver and support package for that please, and let us know how you get on. When you're done there, now try plugging your nice new machine into the corporate DC. Oh it seems it needs to support VLAN tagging. No problem, better just write some new code for that. Time to migrate a bunch of performance sensitive services. Uh oh, no support f…
That would have been a problem with every new distribution, including RHEL and Debian when they were brand new. In reality, your SAN should be able to accommodate a generic Linux kernel with any userland you can containerize.
Re: CoreOS Vagrant Images
#34Earlier quoted context omitted.
That would have been a problem with every new distribution, including RHEL and Debian when they were brand new. In reality, your SAN should be able to accommodate a generic Linux kernel with any userland you can containerize.
Yes, and ideally Microsoft Windows should be open source and IBM OS/360 would have a build supporting Firefox running on my Nexus One, but that's not how the world operates..
Re: CoreOS Vagrant Images
#35Earlier quoted context omitted.
You just described the actual draw of CoreOS. CoreOS is just Linux . Instead of going the Xen route you just described, it can capitalize on being just Linux by supporting everything Linux already supports . At this point, you can view CoreOS, which is just Linux , as the "hypervisor." Containers don't have to replicate key subsystems in every paravirtualized instance, as containers share all the same subsystems like…
Try telling your SAN vendor that you're running "just Linux" and can you have a driver and support package for that please, and let us know how you get on. When you're done there, now try plugging your nice new machine into the corporate DC. Oh it seems it needs to support VLAN tagging. No problem, better just write some new code for that. Time to migrate a bunch of performance sensitive services. Uh oh, no support f…
Also, CoreOS has more of a read-only stateless philosophy, so I think it'd still be interesting even if it ends up having to duplicate a lot of effort from mainstream distros.
Re: CoreOS Vagrant Images
#36Earlier quoted context omitted.
Yes, and ideally Microsoft Windows should be open source and IBM OS/360 would have a build supporting Firefox running on my Nexus One, but that's not how the world operates..
Your sarcasm is tedious. If a SAN cannot support a generic Linux kernel, then it's the fault of the vendor for not allocating enough dev hours to the Linux kernel, and their product should not be chosen for a Linux environment.
This would have made sense to me a decade ago, but back then I just wouldn't have understood the amount of work involved. You simply cannot produce a fully generalized container OS without producing a fully generalized OS.
That aside, I actually like the central idea of a better approach to managing/updating a large group of host machines. I just don't think it warrants yet another bikeshedded support/security/certifiability nightmare (and lets face it, this is bikeshedding, there's absolutely no value in the core claim of "it's just Linux", but it gives unfettered license to reinvent the same old wheels all over yet again).
Re: CoreOS Vagrant Images
#37Earlier quoted context omitted.
Yes, and ideally Microsoft Windows should be open source and IBM OS/360 would have a build supporting Firefox running on my Nexus One, but that's not how the world operates..
Your sarcasm is tedious. If a SAN cannot support a generic Linux kernel, then it's the fault of the vendor for not allocating enough dev hours to the Linux kernel, and their product should not be chosen for a Linux environment.
Re: CoreOS Vagrant Images
#38Earlier quoted context omitted.
Vagrant supports VMWare, but not Parallels yet.
Oh? I just tried to get one with the instructions on their github page, and it said the box type was vbox. Are the vmware versions kept elsewhere?
Also, I think you can just make a directory in the `~/vagrant.d/boxes/coreos` folder called "vmware" and copy over the vagrant file, box.ovf and the metadata.json. Then you just edit the metadata to have a vmware provider and the box.ovf to reference "../virtualbox/>"
I however do not have a vagrant vmware license and cannot test this theory.
Re: CoreOS Vagrant Images
#39Ahh another Gentoo distro. Never ceases to amaze me how people troll it and yet it keeps popping out in every nook and cranny. https://github.com/coreos/coreos-overlay/ Must have been a good idea that no one got.
Re: CoreOS Vagrant Images
#40I don't want to sound overly negative, but attempting to support every useful combination of hardware and drivers, particularly in any kind of supported, certified configuration, ultimately leads back to the same result: just running a real OS. You can look at CoreOS the same way as the Xen hypervisor and VMWare ESX: the more flexible these became (new hardware drivers, supported configurations, etc. etc) the more th…