Webbynode and ReadyStacks
Basically, you setup a "webby" or whatever and you can simply click which version of Ruby/Rails/Django/etc and it would provision the server for you. Pretty cool.
I'm not jumping ship because I am happy with linode and while the ReadyStacks would be nice, I simply don't provision servers all that often.
However, I was interested in the idea. So, are there any plans in the near future for linode to offer something similar?
Thanks
15 Replies
At home, I sometimes hose up virtual machines and wished I had a quick way of provisioning them out.
Like I said, it's not a deal breaker for me but I think it's a nice feature.
@cbmeeks:
So, are there any plans in the near future for linode to offer something similar?
We have plans, and that's all I'm going to say about that!
My personal view is somewhat of a skeptical one. The pre-made distro deal or the install-what-I-checkbox-at-deployment-time is fancy, but it's kinda gimmicky.
How often do people deploy? For the majority: one time and then you stick with the distro you have. Typical usage is deploy once and forget it. If you need to bring servers up often then you're already into something involving configuration management.
Does it really save that much time when a single "apt-get install package1 package2 package3" gets you to the same point? Having apache and friends (for example) pre-installed saves you a step or two, but you still need to do the hard stuff – configure virtual hosts, tweak configs, etc. Big deal.
Does one size fit all? There's a million different ways to configure things, and what I want may not be what you want.
It's a gimmick. Give me an example where package management doesn't take care of installing a stack for you (or where it doesn't but should). Is installing a couple of packages really that hard?
For first timers it may get them a head start, but there's still work to be done. Our answer to this is the Linode Libraryjust announced
-Chris
@cbmeeks:
while their comparable $20/mo plan has slightly more ram than linode
Looks like that is a promotion as well…
-Tom
Personally I found it a great feature when you need to mass-deploy VM instances with similar setups I have a shell script somewhere on a private subversion repo that does pretty much that on a Debian Lenny box – but I need to SSH in, download the script, and then run it manually. Would be nice to be able to instruct newly deployed VPS to run this script at this URL…
Completely hypothetical
In addition, on popular distros such as Ubuntu, a fully functioning LAMP stack is just a few apt-get's away. If you re-deploy frequently enough that this causes you pain, you might as well whip up a bash script that sets up everything exactly the way you like. I have one that I use every time I set up a new Debian server. I just run my script with a couple of parameters, and it installs all the packages I need, downloads and compiles some more, and fetches all my customized configuration files from my backup server. The whole process takes a whopping 5 minutes.
> The pre-made distro deal or the install-what-I-checkbox-at-deployment-time is … kinda gimmicky.
Couldn't agree more. I have vps's at a few providers (still waiting for Linode to set up in a few European/Australasian/RegionFoo/etc. datacenters
SUSE Studio
Seriously, I'm sticking with Linode. I like the approach, it's like getting a dedicated server. It's just the hardware you get and the rest is up to you. The pre-installed stuff you could get elsewhere really saves you about 10 seconds (probably less, since you may need additional packages, etc.) installing apache and friends.
@caker:
@cbmeeks:So, are there any plans in the near future for linode to offer something similar?
We have plans, and that's all I'm going to say about that!
It's on caker's to-do list - right after "Acquire a fluent command of Bulgarian" and before "Become a virtuoso trombonist".
@gnummep-martin:
And Webbynode have an insane promotion going on! The 256MB plan is down from $15 to an astounding $15! Take that, Linode
;) Seriously, I'm sticking with Linode. I like the approach, it's like getting a dedicated server. It's just the hardware you get and the rest is up to you. The pre-installed stuff you could get elsewhere really saves you about 10 seconds (probably less, since you may need additional packages, etc.) installing apache and friends.
MMM I'd suspect a good chance of overstacking their servers
@caker:
@cbmeeks:So, are there any plans in the near future for linode to offer something similar?
We have plans, and that's all I'm going to say about that!My personal view is somewhat of a skeptical one. The pre-made distro deal or the install-what-I-checkbox-at-deployment-time is fancy, but it's kinda gimmicky.
Does it really save that much time when a single "apt-get install package1 package2 package3" gets you to the same point?
-Chris
Don't forget aptitude and it's ability to create a state bundle so you can copy it to a new server run one command and it'll bring it up to the exact same package state