-
RimuHosting offering CoreOS
You can now order RimuHosting VMs running CoreOS! CoreOS lets you provide startup ‘recipies’ (via cloud init files) to automatically install and provision container based micro services and applications. You can use tools like fleet and kubernetes to manage clusters of CoreOS servers. Setting up a CoreOS server is easy. You just use our regular…
-
Getting Started with Docker
Written by Andrew Colin Kissa Introduction We’re happy to announce the availability of Docker support on our VPS installations. In this blog post, we aim to introduce you to Docker one of the most exciting and powerful open-source projects that has sprung up in the recent years. In a nutshell, Docker offers you the tools to…
-
Sync live sites to in-house dev servers
-
MySQL replication and verification
We have a number of customer using MySQL replication. For the uninitiated, replication copies changes from a master server to a number of slave servers. This makes scaling your service mush easier and helps improve redundancy and failover. An introduction to setting that up is available in our Mysql Replication guide. Once you have replication…
-
Custom VPS Image via API
The RimuHosting server management API can be used to create new servers (and shut them down and reinstall them and more). The API lets you pass in scripts that run during setup. And to provide links to external files. This lets you do some interesting things. Like using the API to setup a custom image. …
-
Mysql Master/Master Replication & File sync for quick easy scaling or load balance
-
Wildcard DNS queries added to our DNS API
We are updating our DNS API (Zonomi and RimuHosting) to support a name/host argument of **.example.com (where example.com is your DNS zone). This will find any DNS records ending with example.com. This could be used, for example, in providing your own UI from end to our name servers. Or for setting up slave DNS servers.…
-
Building database clusters with MySQL
MySQL is a mainstay of many web based applications, and is popular with lots of our customers. There does comes a time when a single database server is not enough. To enhance redundancy MySQL has a couple of options. You can add more servers with vanilla replication enabled. Or you can look at setting up…
-
Easy web server Load-Balancing with HAProxy
Configuring load balancing between multiple web servers may seem challenging, but it doesn’t have to be. HAProxy is a great lightweight tool that is easy to setup and has a large number of rich features for managing and serving content. Lets look at a simple scenario using two application or web servers n2 and n3,…
-
Storage Clustering Part 2: GlusterFS
GlusterFS is an interesting solution for providing redundant network attached storage clusters. Some features include… trivially easy for basic setups supports virtually any file-system no need to mess with kernels can work across commodity network hardware suitable for enterprise deployment has commercial support available GlusterFS can scale well also, its simple configuration based storage is…