<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brightbox Blog &#187; load balancing</title>
	<atom:link href="http://blog.brightbox.co.uk/tag/load-balancing/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.brightbox.co.uk</link>
	<description></description>
	<lastBuildDate>Fri, 02 Dec 2011 12:56:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Cloud Balancers now available in beta!</title>
		<link>http://blog.brightbox.co.uk/posts/cloud-load-balancers-beta</link>
		<comments>http://blog.brightbox.co.uk/posts/cloud-load-balancers-beta#comments</comments>
		<pubDate>Wed, 26 Jan 2011 10:15:43 +0000</pubDate>
		<dc:creator>Jeremy Jarvis</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[high availability]]></category>
		<category><![CDATA[load balancers]]></category>
		<category><![CDATA[load balancing]]></category>
		<category><![CDATA[region]]></category>
		<category><![CDATA[zone]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=1585</guid>
		<description><![CDATA[Today, we&#8217;re excited to announce Brightbox Cloud Balancers &#8211; our new distributed load balancing service which is available right now as part of the cloud beta programme. Cloud Balancers make it effortless to add fault tolerance and horizontal scalability to your systems by distributing traffic across a pool of Cloud Servers &#8211; even within separate [...]]]></description>
			<content:encoded><![CDATA[<p>Today, we&#8217;re excited to announce Brightbox Cloud Balancers &#8211; our new distributed load balancing service which is available right now as part of the <a href="http://beta.brightbox.com">cloud beta</a> programme.</p>
<p>Cloud Balancers make it effortless to add fault tolerance and horizontal scalability to your systems by distributing traffic across a pool of Cloud Servers &#8211; even within separate Zones.</p>
<ul>
<li><strong>Scalable &#8211; </strong>Cloud Balancers use our high performance distributed cloud infrastructure</li>
<li><strong>Resilient &#8211; </strong>automate fault tolerance by balancing across Cloud Servers in separate Zones</li>
<li><strong>Flexible &#8211; </strong>map Cloud IP addresses onto your balancers</li>
<li><strong>Familiar &#8211; </strong>point domain names at your balancers using standard DNS A-records or CNAMEs</li>
<li><strong>Simple &#8211; </strong>use our intuitive commandline interface (or <a href="https://api.gb1.brightbox.com/1.0/">REST API</a>) to configure balancers</li>
<li><strong>Fast &#8211; </strong>instantly reconfigure any aspect of your existing balancers</li>
<li><strong>Customisable &#8211; </strong>configure custom healthchecks for your pool of Cloud Servers</li>
<li><strong>Extendable &#8211; </strong>add as many HTTP or TCP listeners you need per balancer</li>
</ul>
<p>If you&#8217;re already part of the cloud beta programme you&#8217;ll simply need to install the latest version of the CLI tool (0.10.1) and you&#8217;ll be able to create Cloud Balancers straightaway (see the <a href="http://docs.brightbox.com/guides/load_balancers">documentation</a> for instructions).</p>
<p>If you&#8217;re not on the beta programme and would like to be, why not <a href="http://beta.brightbox.com">submit a beta request</a> today? :)</p>
<h4 style="margin-bottom:15px">Check out the screencast&#8230;</h4>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="630" height="410" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/03zdxQPEnPI?fs=1&amp;hl=en_GB&amp;rel=0&amp;showinfo=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="630" height="410" src="http://www.youtube.com/v/03zdxQPEnPI?fs=1&amp;hl=en_GB&amp;rel=0&amp;showinfo=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3 style="margin-top:40px">Cloud Balancer Q &amp; A</h3>
<h4>How does it work?</h4>
<p>Cloud Balancers are managed via the <a href="https://api.gb1.brightbox.com/1.0/">Brightbox API</a> (or using the CLI tool, which uses the API). You create a new balancer, specifying which services should be balanced and to which back end Cloud Servers. The Cloud Balancer is then automatically built, within a minute or so, on top of the Cloud Balancing layer which spans each Zone within a Region. You can then map a Cloud IP onto the balancer and traffic is distributed across your servers according to the policy you define (the default is &#8220;least connections&#8221;). The Cloud Servers are continuously monitored according to a &#8220;healthcheck&#8221; you specify. Should one of your Cloud Servers become unresponsive it is removed from the active pool of servers until it is &#8220;up&#8221; again.</p>
<h4>How does this compare to Amazon&#8217;s ELB (Elastic Load Balancing)?</h4>
<p>Brightbox Cloud Balancers offer a number of advantages over Amazon&#8217;s ELB &#8211; here&#8217;s a few important ones&#8230;</p>
<ol>
<li>Brightbox Cloud Balancers work with Cloud IPs so you can easily map and remap public IP addresses between servers and load balancers.</li>
<li>With Amazon ELB you are restricted to using only CNAME dns records, so you can&#8217;t use root domains (e.g http://example.com) &#8211; whereas with Brightbox you can use A-records and use domain names however you wish.</li>
<li>With Brightbox you can instantly reconfigure any aspect of your existing balancers, whereas in some situations you&#8217;d need to recreate a new ELB load balancer from scratch.</li>
</ol>
<h4>How will pricing work?</h4>
<p>We plan to announce pricing information on both this and other Brightbox Cloud services within the next month.</p>
<p>There will be a standard fixed hourly rate for each Cloud Balancer plus a charge for load balanced internet data (per GB).</p>
<h4>How quickly are load balancers created?</h4>
<p>Load Balancers are normally created and handling traffic within 90 seconds.</p>
<h4>How much traffic will a Brightbox Cloud Balancer handle?</h4>
<p>Exactly how much traffic a single balancer can handle depends largely on your application, but they can comfortably handle 6000 concurrent connections as standard. This will also increase dramatically in the near future as we add new scaling features to the Cloud Balancing layer.</p>
<h4>What kind of traffic can we balance?</h4>
<p>You can balance most TCP-based protocols. Specifying an HTTP listener adds an &#8220;X-Forwarded-For&#8221; header.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/cloud-load-balancers-beta/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New: Load Balancing service</title>
		<link>http://blog.brightbox.co.uk/posts/new-load-balancing-service</link>
		<comments>http://blog.brightbox.co.uk/posts/new-load-balancing-service#comments</comments>
		<pubDate>Wed, 20 May 2009 15:26:34 +0000</pubDate>
		<dc:creator>Jeremy Jarvis</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[clusters]]></category>
		<category><![CDATA[high availability]]></category>
		<category><![CDATA[load balancing]]></category>
		<category><![CDATA[lvs]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=550</guid>
		<description><![CDATA[Today, I&#8217;m pleased to announce the launch of our new Load Balancing service &#8211; which enables customers to distribute requests across multiple Brightbox virtual machines with ease. It&#8217;s always been possible to create virtual load balancers from standard Brightboxes, but our new service now provides a simpler, more reliable and cost effective solution. How it [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I&#8217;m pleased to announce the launch of our new <a href="http://www.brightbox.co.uk/services/load-balancing">Load Balancing service</a> &#8211; which enables customers to distribute requests across multiple Brightbox virtual machines with ease.</p>
<p>It&#8217;s always been possible to create virtual load balancers from standard Brightboxes, but our new service now provides a simpler, more reliable and cost effective solution.</p>
<h4>How it works</h4>
<ol>
<li>We provide you with a new Load Balanced IP address (which resides on our load balancers), which you configure your domain to resolve to.</li>
<li>Our load balancers distribute requests across your pool of healthy Brightbox servers.</li>
<li>Health checks are performed every few seconds on each of your Brightboxes. Should one of your Brightboxes becomes unavailable, it is taken out of the load balancing pool until it is available again.</li>
</ol>
<p><a href="http://www.brightbox.co.uk/services/load-balancing"><img style="margin: 15px 0;" src="http://www.brightbox.co.uk/upload/images/4/brightbox_loan_balancing.png" alt="Load Balancing" width="602" height="372" /></a></p>
<p>Pricing for the load balancing service starts at only £19/month!  To get started, simply <a href="https://www.brightbox.co.uk/customer/extras#load_balancing">request the load balancing service from Extra Services</a> in your Brightbox account.</p>
<p>If you have any questions on the service, please <a href="http://www.brightbox.co.uk/contact">get in touch</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/new-load-balancing-service/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

