|
|
|
|
|
by jarpineh
4247 days ago
|
|
If I read this correctly, these components run on top of open source fork of Solaris, SmartOS? Or SmartOS is using parts of Illumos, another for of open source Solaris, but it's not really a Solaris with its userland, but a container OS? Like Linux + Docker, but without the OS parts of Linux distribution. The whole thing sounds very intriguing and really useful for a lot of things. I would like to do a Python Pandas DataFrame on top of Manta objects, for instance. Hopefully someone could get a Vagrant box or something to try the whole stack on your own hardware. What I'm looking at now, I don't know where would I start building. Other option is to use their cloud services, but looking at their price charts [1] I get overwhelmed with options (and no free tier to take it for a spin). [1] https://www.joyent.com/products/public-cloud/pricing |
|
SmartOS is an illumos distribution tailored for running containers and KVM guests. It usually PXE-boots, but it can boot from things like USB sticks too. It's a "live" distribution in the sense that that there is (almost) no local state and no local configuration. It just boots and takes care of the containers or KVM guests living on the ZFS filesystems on that particular node.
SmartOS is trivial to get running, you just dd an image to an USB stick. You can create your own images to run, or you can import the many images provided by Joyent or the community. The tooling is very nice and mature.
SDC is additional technology that uses SmartOS (among other things) that you want to use when you want to run not a single node, but clusters of many nodes.