Earlier quoted context omitted.
Firstvds.ru (they have US branch at minivds.com). VPSes are never "shared", but they are on "shared" server. I.e. you have root access to your own VPS as root, nobody has access to it (1), but there are many VPSes on one physical server. (1) ...except for the provider, but even Amazon has access to your files on EC2... (Tin-foil hat time.)
I wonder what kind of virtualization technology are they using? They don't advertise it anywhere on the site. I would speculate that they use different virtualization technology for Linux and FreeBSD, because on 'BSD installed software doesn't count towards disk quota: http://minivds.com/technology/software/index.html Pre-installed FreeBSD OS will not occupy your VDS disk space. Our experts will update all the pre-in…
Ask HN: cloud computing options?
21–28 of 28 posts
Re: Ask HN: cloud computing options?
#22Earlier quoted context omitted.
Looking at the Russian version of the site, you can get the same type of VPS for $4.44 a month instead of $6, although you get 25GB of traffic instead of 30. Cloudkick should support this provider.
The more the merier, but I would vote for http://www.prgmr.com/xen/ The guy has been doing this thing since 2005, writes here and on his blog about how he is going about setting up his servers ( http://wiki.xen.prgmr.com/xenophilia/archives.html ) and writes a book about Xen ( http://nostarch.com/xen.htm ). The FirstVDS/MiniVDS on the other hand, go very dry official on their site, I'm not sure which virtualization t…
Re: Ask HN: cloud computing options?
#23Earlier quoted context omitted.
I wonder what kind of virtualization technology are they using? They don't advertise it anywhere on the site. I would speculate that they use different virtualization technology for Linux and FreeBSD, because on 'BSD installed software doesn't count towards disk quota: http://minivds.com/technology/software/index.html Pre-installed FreeBSD OS will not occupy your VDS disk space. Our experts will update all the pre-in…
It sounds like jails for freebsd and either UML or some homebrew chroot system on linux.
Re: Ask HN: cloud computing options?
#24Earlier quoted context omitted.
It sounds like jails for freebsd and either UML or some homebrew chroot system on linux.
What are the peculiarities (if any) of this technology over virtualization like Xen or OpenVZ that most similar providers use nowadays?
Xen, VMWare and Parallels are all examples of para-virtualisation, where multiple OS's share the underlying hardware, but have their own resource limits in terms of disk and memory access. And the hypervisor exists to manage the timesharing and access control, but the guest OS's are executing directly on the hardware.
From a hosting company point of view, jails on a BSD system are the most tractable and resource efficient, followed closely by any of the paravirtualisation solutions. UML as a hosting solution is kind of cheesy (it's great for networking simulations though). From a customer standpoint, a paravirtualisation solution offers more flexibility and power.
Re: Ask HN: cloud computing options?
#25Earlier quoted context omitted.
Looking at the Russian version of the site, you can get the same type of VPS for $4.44 a month instead of $6, although you get 25GB of traffic instead of 30. Cloudkick should support this provider.
The more the merier, but I would vote for http://www.prgmr.com/xen/ The guy has been doing this thing since 2005, writes here and on his blog about how he is going about setting up his servers ( http://wiki.xen.prgmr.com/xenophilia/archives.html ) and writes a book about Xen ( http://nostarch.com/xen.htm ). The FirstVDS/MiniVDS on the other hand, go very dry official on their site, I'm not sure which virtualization t…
Re: Ask HN: cloud computing options?
#26Earlier quoted context omitted.
The more the merier, but I would vote for http://www.prgmr.com/xen/ The guy has been doing this thing since 2005, writes here and on his blog about how he is going about setting up his servers ( http://wiki.xen.prgmr.com/xenophilia/archives.html ) and writes a book about Xen ( http://nostarch.com/xen.htm ). The FirstVDS/MiniVDS on the other hand, go very dry official on their site, I'm not sure which virtualization t…
But mostly I'm just excited about the coming of technologies like cloudkick which will help push cloud providers (i.e. EC2, VPS'es) into being a commodity.
Lock-in is bad for customers; long-term, lock-in can kill industries.
Re: Ask HN: cloud computing options?
#27Earlier quoted context omitted.
http://www.prgmr.com/xen/ , it's run by http://news.ycombinator.com/user?id=lsc or, you can pick something on http://www.lowendbox.com/ , but be careful - their primary concern is price i.e. they list hosting services that are cheap, but not all of them are reliable.
thanks allot, although, too cheap is a bit risky.
Re: Ask HN: cloud computing options?
#28Earlier quoted context omitted.
What are the peculiarities (if any) of this technology over virtualization like Xen or OpenVZ that most similar providers use nowadays?
Jails are actually very efficient, and well understood and have been tested extensively by the freebsd project. User Mode Linux or handbuilt chroot 'jails' under linux are less efficient (binaries have to be in the chroot and cannot be run from the host filesystem). User Mode Linux is effectively a kernel and userland running under a users UID; it's one of the least efficient forms of virtualisation. Both of these so…
On xen, I don't have to worry about runaway user processes. Xen deals with the problem for me. this was not the case with Jails.
So yeah. I like Jails for cooperative environments, but there is a reason why I'm selling Xen VPSs now, not FreeBSD jails, and it's not 'cause I like linux more than FreeBSD.