<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Infrastructure-as-a-Service Builder&#8217;s Guide v1.0</title>
	<atom:link href="http://cloudscaling.com/blog/cloud-computing/infrastructure-as-a-service-builders-guide-v1-0/feed" rel="self" type="application/rss+xml" />
	<link>http://cloudscaling.com/blog/cloud-computing/infrastructure-as-a-service-builders-guide-v1-0</link>
	<description>Cloud strategy &#38; infrastructure</description>
	<lastBuildDate>Wed, 08 Sep 2010 01:40:01 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kim Won</title>
		<link>http://cloudscaling.com/blog/cloud-computing/infrastructure-as-a-service-builders-guide-v1-0/comment-page-1#comment-3952</link>
		<dc:creator>Kim Won</dc:creator>
		<pubDate>Sat, 10 Jul 2010 03:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://cloudscaling.com/?p=867#comment-3952</guid>
		<description>Hi,&lt;br&gt;   Saltmarch Media is organizing its third season of Business Technology Summit 2010 which is going to take place on 11 and 12 Nov&#039;10 in Bangalore. The summit feature topics like Soa, Cloud Computing, Cloud Development, Cloud Service and more. For details log on to &lt;a href=&quot;http://www.btsummit.com&quot; rel=&quot;nofollow&quot;&gt;www.btsummit.com&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi,<br />   Saltmarch Media is organizing its third season of Business Technology Summit 2010 which is going to take place on 11 and 12 Nov&#39;10 in Bangalore. The summit feature topics like Soa, Cloud Computing, Cloud Development, Cloud Service and more. For details log on to <a href="http://www.btsummit.com" rel="nofollow">http://www.btsummit.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teambuilding2009</title>
		<link>http://cloudscaling.com/blog/cloud-computing/infrastructure-as-a-service-builders-guide-v1-0/comment-page-1#comment-3928</link>
		<dc:creator>Teambuilding2009</dc:creator>
		<pubDate>Thu, 01 Jul 2010 09:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://cloudscaling.com/?p=867#comment-3928</guid>
		<description>We welcome comments and feedback.They will be incorporated into future revisions.The paper itself does go into some technical depth in a few areas which result into better position in it.</description>
		<content:encoded><![CDATA[<p>We welcome comments and feedback.They will be incorporated into future revisions.The paper itself does go into some technical depth in a few areas which result into better position in it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blog.opennebula.org &#187; Archives &#187; A Flexible and Interoperable Cloud Operating System</title>
		<link>http://cloudscaling.com/blog/cloud-computing/infrastructure-as-a-service-builders-guide-v1-0/comment-page-1#comment-3906</link>
		<dc:creator>blog.opennebula.org &#187; Archives &#187; A Flexible and Interoperable Cloud Operating System</dc:creator>
		<pubDate>Mon, 31 May 2010 16:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://cloudscaling.com/?p=867#comment-3906</guid>
		<description>[...] computing is about integration, one solution does not fit all. Moreover, as pointed out in the CloudScaling &#8220;Infrastructure-as-a-Service Builder’s Guide&#8220;, the right configuration and components in a Cloud architecture also depend on the execution [...]</description>
		<content:encoded><![CDATA[<p>[...] computing is about integration, one solution does not fit all. Moreover, as pointed out in the CloudScaling &#8220;Infrastructure-as-a-Service Builder’s Guide&#8220;, the right configuration and components in a Cloud architecture also depend on the execution [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: randybias</title>
		<link>http://cloudscaling.com/blog/cloud-computing/infrastructure-as-a-service-builders-guide-v1-0/comment-page-1#comment-3796</link>
		<dc:creator>randybias</dc:creator>
		<pubDate>Wed, 13 Jan 2010 15:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://cloudscaling.com/?p=867#comment-3796</guid>
		<description>Yes.  That&#039;s correct.  Mostly.  A pod isn&#039;t an arbitrary grouping though.  It&#039;s a grouping based on scale, which is related to architecture decisions made in designing the pod.  Google&#039;s pods for their infrastructure are 10,000 servers, because they rely on all of the servers in a given pod being on the same switch.  (they build their own custom switches for this purpose). It&#039;s both a design decision and a scaling constraint.&lt;br&gt;&lt;br&gt;VMware pods will almost certainly be designed around Virtual Center, which has a stated limit of 256 ESX hosts, but most folks I&#039;ve talked to say realistically it&#039;s 50.  I&#039;ve also heard inklings that if you use DRS this number is much, much, smaller.  So if you decide that DRS is a requirement for a VMware-based IaaS offering, then your pod size might be only 30 ESX hosts (or less).&lt;br&gt;&lt;br&gt;Another scaling constraint (business, not technical this time) is capex.  You might have a design that allows for 1,000+ nodes, but design a pod at a smaller size initially due to the realities of how much you can build out at once.&lt;br&gt;&lt;br&gt;I would say that when well designed an availability zone == a datacenter, but I&#039;m not certain that is always the case.  It&#039;s fairly likely that over time folks will have more than one availability zone within a single datacenter, assuming each avail zone is isolated in power, network, and cooling.&lt;br&gt;&lt;br&gt;The primary idea here is that availability zone is cribbed directly from Amazon&#039;s usage: facility infrastructure is guaranteed to be redundant, but not the facility itself.  For a redundant facility you would need to be A) in a different building and B) have that additional building far enough away to be unaffected by acts of god.  That range varies, but my personal number is 250 miles.</description>
		<content:encoded><![CDATA[<p>Yes.  That&#39;s correct.  Mostly.  A pod isn&#39;t an arbitrary grouping though.  It&#39;s a grouping based on scale, which is related to architecture decisions made in designing the pod.  Google&#39;s pods for their infrastructure are 10,000 servers, because they rely on all of the servers in a given pod being on the same switch.  (they build their own custom switches for this purpose). It&#39;s both a design decision and a scaling constraint.</p>
<p>VMware pods will almost certainly be designed around Virtual Center, which has a stated limit of 256 ESX hosts, but most folks I&#39;ve talked to say realistically it&#39;s 50.  I&#39;ve also heard inklings that if you use DRS this number is much, much, smaller.  So if you decide that DRS is a requirement for a VMware-based IaaS offering, then your pod size might be only 30 ESX hosts (or less).</p>
<p>Another scaling constraint (business, not technical this time) is capex.  You might have a design that allows for 1,000+ nodes, but design a pod at a smaller size initially due to the realities of how much you can build out at once.</p>
<p>I would say that when well designed an availability zone == a datacenter, but I&#39;m not certain that is always the case.  It&#39;s fairly likely that over time folks will have more than one availability zone within a single datacenter, assuming each avail zone is isolated in power, network, and cooling.</p>
<p>The primary idea here is that availability zone is cribbed directly from Amazon&#39;s usage: facility infrastructure is guaranteed to be redundant, but not the facility itself.  For a redundant facility you would need to be A) in a different building and B) have that additional building far enough away to be unaffected by acts of god.  That range varies, but my personal number is 250 miles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdebaer</title>
		<link>http://cloudscaling.com/blog/cloud-computing/infrastructure-as-a-service-builders-guide-v1-0/comment-page-1#comment-3794</link>
		<dc:creator>jdebaer</dc:creator>
		<pubDate>Wed, 13 Jan 2010 09:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://cloudscaling.com/?p=867#comment-3794</guid>
		<description>Good read. Just to confirm some of the definitions you guys use :&lt;br&gt;&lt;br&gt;- a &quot;pod&quot; is basically any arbitrary grouping of VM hosts. Maybe it&#039;s based on physical infrastructure boundaries (the VLAN example), maybe it&#039;s based on end customer identity (all VMs of customer A have to go on that pod), maybe it&#039;s based on workload type (all Apaches have to go there).&lt;br&gt;&lt;br&gt;- an &quot;availability zone&quot; is a collection of one or more pods, where you have protection against individual VM host crashes (H/A), but not against &quot;disasters&quot; in the sense of traditional DR. In case of such a disaster you better have a replica in another zone.&lt;br&gt;&lt;br&gt;Are these definitions in-line with your thinking ? If so - would you agree then that in most case an availability zone will map onto one physical data center ?</description>
		<content:encoded><![CDATA[<p>Good read. Just to confirm some of the definitions you guys use :</p>
<p>- a &#8220;pod&#8221; is basically any arbitrary grouping of VM hosts. Maybe it&#39;s based on physical infrastructure boundaries (the VLAN example), maybe it&#39;s based on end customer identity (all VMs of customer A have to go on that pod), maybe it&#39;s based on workload type (all Apaches have to go there).</p>
<p>- an &#8220;availability zone&#8221; is a collection of one or more pods, where you have protection against individual VM host crashes (H/A), but not against &#8220;disasters&#8221; in the sense of traditional DR. In case of such a disaster you better have a replica in another zone.</p>
<p>Are these definitions in-line with your thinking ? If so &#8211; would you agree then that in most case an availability zone will map onto one physical data center ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: randybias</title>
		<link>http://cloudscaling.com/blog/cloud-computing/infrastructure-as-a-service-builders-guide-v1-0/comment-page-1#comment-3792</link>
		<dc:creator>randybias</dc:creator>
		<pubDate>Fri, 08 Jan 2010 03:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://cloudscaling.com/?p=867#comment-3792</guid>
		<description>John, apologies for the delay.  It depends on the CCS.  It looks like the low end for a pod is about 50 physical servers running ~30 VMs each and the high end is probably more like 500 physical servers running ~30 VMs each.  A CCS could conceivably manage a fairly large number of pods without too much trouble.  I expect in the thousands.  Any CCS that is designed in a loosely-coupled fashion should be able to be horizontally scaled using regular techniques.  At the end most of them are simple batch processing systems.&lt;br&gt;&lt;br&gt;I don&#039;t know that there is a single resource constraints in scaling an IaaS cloud.  The biggest issue is more one of scaling factor.  As the margins get thinner, the ability to manage 10, 100, or 1,000 servers per operator will be crucial, but also reach a point of diminishing returns.  The cost of a single operator spread across 10 vs. 100 servers is big, but between 1,000 and 10,000 servers is pretty marginal.&lt;br&gt;&lt;br&gt;Or to put it slightly differently, IaaS providers need to optimize their cost structures and that will be the primary source of any &#039;bottleneck&#039; in that it will directly impact scalability.  But over optimization is dangerous.  At some point those resources are better spent on sales &amp; marketing.</description>
		<content:encoded><![CDATA[<p>John, apologies for the delay.  It depends on the CCS.  It looks like the low end for a pod is about 50 physical servers running ~30 VMs each and the high end is probably more like 500 physical servers running ~30 VMs each.  A CCS could conceivably manage a fairly large number of pods without too much trouble.  I expect in the thousands.  Any CCS that is designed in a loosely-coupled fashion should be able to be horizontally scaled using regular techniques.  At the end most of them are simple batch processing systems.</p>
<p>I don&#39;t know that there is a single resource constraints in scaling an IaaS cloud.  The biggest issue is more one of scaling factor.  As the margins get thinner, the ability to manage 10, 100, or 1,000 servers per operator will be crucial, but also reach a point of diminishing returns.  The cost of a single operator spread across 10 vs. 100 servers is big, but between 1,000 and 10,000 servers is pretty marginal.</p>
<p>Or to put it slightly differently, IaaS providers need to optimize their cost structures and that will be the primary source of any &#39;bottleneck&#39; in that it will directly impact scalability.  But over optimization is dangerous.  At some point those resources are better spent on sales &#038; marketing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Gannon</title>
		<link>http://cloudscaling.com/blog/cloud-computing/infrastructure-as-a-service-builders-guide-v1-0/comment-page-1#comment-3789</link>
		<dc:creator>John Gannon</dc:creator>
		<pubDate>Mon, 28 Dec 2009 17:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://cloudscaling.com/?p=867#comment-3789</guid>
		<description>Randy -- this is a nice primer.  Question: At what size (measured in VMs, hosts, apps, or whatever metric you like) are today&#039;s CCS&#039;s likely to sweat and what are the factors that cause a CCS to hit scalability limits?  Put another way, what &#039;resource&#039; in the cloud management infrastructure (be it technical, people, or process) is likely to be the bottleneck as you grow your IaaS cloud?</description>
		<content:encoded><![CDATA[<p>Randy &#8212; this is a nice primer.  Question: At what size (measured in VMs, hosts, apps, or whatever metric you like) are today&#39;s CCS&#39;s likely to sweat and what are the factors that cause a CCS to hit scalability limits?  Put another way, what &#39;resource&#39; in the cloud management infrastructure (be it technical, people, or process) is likely to be the bottleneck as you grow your IaaS cloud?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://cloudscaling.com/blog/cloud-computing/infrastructure-as-a-service-builders-guide-v1-0/comment-page-1#comment-3779</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Thu, 17 Dec 2009 23:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://cloudscaling.com/?p=867#comment-3779</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by Cloudscaling: Infrastructure-as-a-Service Builder&#039;s Guide: http://cloudscaling.com/blog/cloud-computing/infrastructure-as-a-service-builders-guide-v1-0...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by Cloudscaling: Infrastructure-as-a-Service Builder&#8217;s Guide: <a href="http://cloudscaling.com/blog/cloud-computing/infrastructure-as-a-service-builders-guide-v1-0..." rel="nofollow">http://cloudscaling.com/blog/cloud-computing/infrastructure-as-a-service-builders-guide-v1-0&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Infrastructure-as-a-Service Builder’s Guide v1.0 &#124; Cloudscaling -- Topsy.com</title>
		<link>http://cloudscaling.com/blog/cloud-computing/infrastructure-as-a-service-builders-guide-v1-0/comment-page-1#comment-3778</link>
		<dc:creator>Tweets that mention Infrastructure-as-a-Service Builder’s Guide v1.0 &#124; Cloudscaling -- Topsy.com</dc:creator>
		<pubDate>Thu, 17 Dec 2009 17:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://cloudscaling.com/?p=867#comment-3778</guid>
		<description>[...] This post was mentioned on Twitter by Randy Bias and Randy Bias, Cloudscaling. Cloudscaling said: Infrastructure-as-a-Service Builder&#039;s Guide: http://cloudscaling.com/blog/cloud-computing/infrastructure-as-a-service-builders-guide-v1-0 [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Randy Bias and Randy Bias, Cloudscaling. Cloudscaling said: Infrastructure-as-a-Service Builder&#39;s Guide: <a href="http://cloudscaling.com/blog/cloud-computing/infrastructure-as-a-service-builders-guide-v1-0" rel="nofollow">http://cloudscaling.com/blog/cloud-computing/infrastructure-as-a-service-builders-guide-v1-0</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
