<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>ViewYonderViewYonder</title>
	
	<link>http://viewyonder.com</link>
	<description>Provoking IT from Good to Great</description>
	<lastBuildDate>Thu, 23 May 2013 15:42:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Viewyonder" /><feedburner:info uri="viewyonder" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>What it means to be a #cloud chicken</title>
		<link>http://feedproxy.google.com/~r/Viewyonder/~3/qRJokfyAmHY/</link>
		<comments>http://viewyonder.com/2013/05/23/what-it-means-to-be-a-cloud-chicken/#comments</comments>
		<pubDate>Thu, 23 May 2013 15:42:57 +0000</pubDate>
		<dc:creator>Steve Chambers</dc:creator>
				<category><![CDATA[Cloud]]></category>

		<guid isPermaLink="false">http://viewyonder.com/?p=1985</guid>
		<description><![CDATA[While perusing Stackdriver&#8217;s blog I happenstanced across this little nugget about common AWS problems and it immediately solidified the &#8220;Chickens vs Cattle&#8221; metaphor for me. Read these, and tell me how your legacy enterprise crapplication would cope if this happened to it!!  I particularly love the ephemeral disk corruption one and the answer?  SHOOT THE [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://viewyonder.com/2013/05/14/hybrid-cloud-composite-cloud-detailed-definition/' rel='bookmark' title='Hybrid cloud / Composite cloud detailed definition'>Hybrid cloud / Composite cloud detailed definition</a></li>
<li><a href='http://viewyonder.com/2013/04/01/cloud-sham-shocker-to-be-revealed-at-cloud-connect/' rel='bookmark' title='Cloud Sham Shocker to be revealed at Cloud Connect'>Cloud Sham Shocker to be revealed at Cloud Connect</a></li>
<li><a href='http://viewyonder.com/2012/08/13/is-your-iaas-cloud-providing-racing-to-the-bottom-and-taking-you-with-them/' rel='bookmark' title='Is your IaaS Cloud providing racing to the bottom and taking you with them?'>Is your IaaS Cloud providing racing to the bottom and taking you with them?</a></li>
<li><a href='http://viewyonder.com/2012/10/01/canopy-cloud/' rel='bookmark' title='Canopy Cloud'>Canopy Cloud</a></li>
<li><a href='http://viewyonder.com/2012/01/23/1540/' rel='bookmark' title='I lost my cloud mirth'>I lost my cloud mirth</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<figure id="attachment_1986" aria-labelledby="figcaption_attachment_1986" class="wp-caption alignleft" style="width: 189px"><a href="http://viewyonder.com/wp-content/uploads/2013/05/tumblr_ln05rmMMYc1qi0jgyo1_400.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class=" wp-image-1986 " alt="Cloud Chicken" src="http://viewyonder.com/wp-content/uploads/2013/05/tumblr_ln05rmMMYc1qi0jgyo1_400-299x300.jpg" width="179" height="180" /></a><figcaption id="figcaption_attachment_1986" class="wp-caption-text">Cloud Chicken</figcaption></figure>
<p>While perusing <a href="http://www.stackdriver.com/blog/">Stackdriver&#8217;s blog</a> I happenstanced across this <a href="http://www.stackdriver.com/common-aws-problems-solutions/">little nugget about common AWS problems</a> and it immediately solidified the &#8220;Chickens vs Cattle&#8221; metaphor for me.</p>
<p>Read these, and tell me how your legacy enterprise crapplication would cope if this happened to it!!  I particularly love the ephemeral disk corruption one and the answer?  SHOOT THE CHICKEN, GET ANOTHER!</p>
<p>Git yer cloud game on.</p>
<h2>Availability</h2>
<h3>Ephemeral Disk Corruption</h3>
<p>When running an instance with ephemeral disks available, they can become corrupt. The filesystem will become read-only, and you will be unable to write to disk. Messages will also show up in dmesg related to filesystem corruption.</p>
<ul>
<li>Solution: Relaunch the Instance</li>
</ul>
<h3>DNS Unavailable</h3>
<p>It is possible for the internal DNS resolver on the hypervisor to crash which causes DNS lookups to fail from within the instance.</p>
<ul>
<li>Solution: Change your DNS Resolver, Relaunch (Instance Store), Stop/Start (EBS Backed)</li>
</ul>
<h3>Disk Full</h3>
<p>Although one of the draws of AWS (and cloud computing in general) is that you can scale up as needed, it is an unfortunate reality that ephemeral disks don’t do so. You can <a href="http://www.stackdriver.com/common-aws-problems-solutions/%E2%80%9Dhttp://stackoverflow.com/questions/550790/growing-amazon-ebs-volume-sizes%E2%80%9D">upsize EBS</a> but not automatically. You can check how full your disk is by checking disk usage metrics.</p>
<ul>
<li>Solution: Upsize disk or Remove unused files</li>
</ul>
<h2>Performance</h2>
<h3>Instance at Capacity</h3>
<p>One of the best features of EC2 is its range of instances, but this can also make it more difficult to find the right mix between cost and size. Many people misestimate the size that they require, resulting in an instance at capacity. You can can discover that your instance at capacity through checking the CPU, memory, and disk IO.</p>
<ul>
<li>Solution: Upsize your EC2 Instance</li>
</ul>
<h3>RDS at Capacity</h3>
<p>Like instances, databases can also hit capacity. This can be discovered through checking the CPU, memory, or disk IO on the RDS instance. You may also notice slow application response times, or queries taking longer than expected.</p>
<ul>
<li>Solution: Resize RDS or Diagnose Slow Queries</li>
</ul>
<h3>Host Contention</h3>
<p>When distributing server space, Amazon will often oversubscribe a server under the assumption that all users won’t operate at full capacity. Using a command such as ‘iostat 1’ you can measure the amount of CPU Steal your instance is experiencing. High CPU Steal is usually an indicator of noisy neighbors.</p>
<ul>
<li>Solution: Relaunch (Instance Store), or Stop/Start (EBS Backed) in order to get a new host.</li>
</ul>
<h3>ELB Misconfiguration</h3>
<p>Suboptimal configuration of your ELB can cause problems like latency, timeouts and 503 errors. It can be discovered by comparing your configuration with best practices. All of the instances in the load balancer should be healthy, and only AZs with instances in them should be configured for your load balancer.</p>
<ul>
<li>Solution: Reconfigure ELB</li>
</ul>
<h2>Cost</h2>
<h3>Underutilization of EC2 or RDS</h3>
<p>Another effect of EC2’s wide variety is that resources can be underutilized also and eat into your bill. This can be discovered through looking at CPU, Memory or Disk metrics. Consider your availability as well before removing an instance.</p>
<ul>
<li>Solution: Reduce instance size or the number running</li>
</ul>
<h2>Application</h2>
<h3>Security Group Misconfiguration</h3>
<p>Not configuring your security groups correctly can cause problems like timeouts, 50x errors or app unavailability. Often you remember to open the local firewall and port on an instance, but forget to open it in the EC2 security group.</p>
<ul>
<li>Solution: Open port on security group</li>
</ul>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://viewyonder.com/2013/05/14/hybrid-cloud-composite-cloud-detailed-definition/' rel='bookmark' title='Hybrid cloud / Composite cloud detailed definition'>Hybrid cloud / Composite cloud detailed definition</a></li>
<li><a href='http://viewyonder.com/2013/04/01/cloud-sham-shocker-to-be-revealed-at-cloud-connect/' rel='bookmark' title='Cloud Sham Shocker to be revealed at Cloud Connect'>Cloud Sham Shocker to be revealed at Cloud Connect</a></li>
<li><a href='http://viewyonder.com/2012/08/13/is-your-iaas-cloud-providing-racing-to-the-bottom-and-taking-you-with-them/' rel='bookmark' title='Is your IaaS Cloud providing racing to the bottom and taking you with them?'>Is your IaaS Cloud providing racing to the bottom and taking you with them?</a></li>
<li><a href='http://viewyonder.com/2012/10/01/canopy-cloud/' rel='bookmark' title='Canopy Cloud'>Canopy Cloud</a></li>
<li><a href='http://viewyonder.com/2012/01/23/1540/' rel='bookmark' title='I lost my cloud mirth'>I lost my cloud mirth</a></li>
</ol></p>
</div>
<img src="http://feeds.feedburner.com/~r/Viewyonder/~4/qRJokfyAmHY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://viewyonder.com/2013/05/23/what-it-means-to-be-a-cloud-chicken/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://viewyonder.com/2013/05/23/what-it-means-to-be-a-cloud-chicken/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>The many faces of hybrid cloud</title>
		<link>http://feedproxy.google.com/~r/Viewyonder/~3/bp6vputHc_E/</link>
		<comments>http://viewyonder.com/2013/05/18/the-many-faces-of-hybrid-cloud/#comments</comments>
		<pubDate>Sat, 18 May 2013 08:58:12 +0000</pubDate>
		<dc:creator>Steve Chambers</dc:creator>
				<category><![CDATA[Cloud]]></category>

		<guid isPermaLink="false">http://viewyonder.com/?p=1979</guid>
		<description><![CDATA[Following on from my recent quick fire posts on hybrid cloud (see Make your own composite hybrid cloud monster! and Hybrid cloud / Composite cloud detailed definition), it was great to see the venerable Forrester brainboxes James Staten and Stefan Reid co-author a post on a different angle with HYBRID CLOUD FUTURE? TOO LATE! Their premise is that, at [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://viewyonder.com/2013/05/14/hybrid-cloud-composite-cloud-detailed-definition/' rel='bookmark' title='Hybrid cloud / Composite cloud detailed definition'>Hybrid cloud / Composite cloud detailed definition</a></li>
<li><a href='http://viewyonder.com/2013/05/12/make-your-own-composite-hybrid-cloud-monster/' rel='bookmark' title='Make your own composite hybrid cloud monster!'>Make your own composite hybrid cloud monster!</a></li>
<li><a href='http://viewyonder.com/2013/04/01/cloud-sham-shocker-to-be-revealed-at-cloud-connect/' rel='bookmark' title='Cloud Sham Shocker to be revealed at Cloud Connect'>Cloud Sham Shocker to be revealed at Cloud Connect</a></li>
<li><a href='http://viewyonder.com/2012/08/13/is-your-iaas-cloud-providing-racing-to-the-bottom-and-taking-you-with-them/' rel='bookmark' title='Is your IaaS Cloud providing racing to the bottom and taking you with them?'>Is your IaaS Cloud providing racing to the bottom and taking you with them?</a></li>
<li><a href='http://viewyonder.com/2012/10/01/canopy-cloud/' rel='bookmark' title='Canopy Cloud'>Canopy Cloud</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<figure id="attachment_1980" aria-labelledby="figcaption_attachment_1980" class="wp-caption alignleft" style="width: 149px"><a href="http://viewyonder.com/wp-content/uploads/2013/05/Screen-Shot-2013-05-18-at-09.57.02.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class=" wp-image-1980 " alt="Medusa Cloud" src="http://viewyonder.com/wp-content/uploads/2013/05/Screen-Shot-2013-05-18-at-09.57.02-199x300.png" width="139" height="210" /></a><figcaption id="figcaption_attachment_1980" class="wp-caption-text">Medusa Cloud</figcaption></figure>
<p>Following on from my recent quick fire posts on hybrid cloud (see <a title="Read Make your own composite hybrid cloud monster!" href="http://viewyonder.com/2013/05/12/make-your-own-composite-hybrid-cloud-monster/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark">Make your own composite hybrid cloud monster!</a> and <a title="Read Hybrid cloud / Composite cloud detailed definition" href="http://viewyonder.com/2013/05/14/hybrid-cloud-composite-cloud-detailed-definition/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark">Hybrid cloud / Composite cloud detailed definition</a>), it was great to see the venerable Forrester brainboxes <a href="https://twitter.com/staten7">James Staten</a> and <a href="https://twitter.com/StefanRied">Stefan Reid</a> co-author a post on a different angle with <a title="Hybrid Cloud Future? Too Late!" href="http://blogs.forrester.com/james_staten/13-05-16-hybrid_cloud_future_too_late">HYBRID CLOUD FUTURE? TOO LATE!</a></p>
<p>Their premise is that, at a business process level, you are already experiencing the hybrid cloud &#8220;<em>hybrid cloud means a cloud service connected to any other corporate resource&#8221;.</em></p>
<p>If you read my last posts and add the Forrester view to it, you get an irresistible urge to draw a diagram&#8230; or is that just me?  But what kind of diagram can it be?</p>
<ul>
<li>It can&#8217;t be a layer diagram because there are optional layers, and there are no dependencies between them.</li>
<li>It&#8217;s not a maturity diagram because in addition to optional and non-dependant layers there is no logical progression from one aspect of hybrid cloud to another.</li>
<li>It&#8217;s not a decision tree either.</li>
<li>If hybrid cloud is an abstract term that can be represented by different (and not connected) concrete implementations, then it&#8217;s just a class diagram: right?</li>
</ul>
<p>Anyhow, here&#8217;s an in-exhaustive list of what might constitute a hybrid cloud and you can pick none, one, many or all of them!  Hybrid cloud can be implemented:</p>
<ul>
<li>At the <strong>business process level</strong> (think BPaaS, where your business processes use internal services and an external cloud service like http://salesforce.com)</li>
<li>At the <strong>business support system level</strong> (think share service catalogue like VMware vCloud Connector, think about billing across clouds to a central point for one invoice)</li>
<li>At the <strong>operational support system level</strong> (think monitoring multiple clouds, think provisioning to multiple cloud, think &#8220;bursting&#8221; depending on capacity conditions)</li>
<li>At the <strong>service definition level</strong> (think allowing PaaS to deploy to many clouds, or IaaS to stretch across clouds).</li>
<li>At the <strong>deployment model level</strong> (think of a method to deploy a private cloud with an extension into a public cloud resource model, using something like Amazon VPC).</li>
<li>At the <strong>resource level</strong> (think of ensuring compatibility between virtual resources and using standards like OVF from DMTF to allow application mobility).</li>
</ul>
<p>So you see, hybrid cloud is many things and your mileage may vary!</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://viewyonder.com/2013/05/14/hybrid-cloud-composite-cloud-detailed-definition/' rel='bookmark' title='Hybrid cloud / Composite cloud detailed definition'>Hybrid cloud / Composite cloud detailed definition</a></li>
<li><a href='http://viewyonder.com/2013/05/12/make-your-own-composite-hybrid-cloud-monster/' rel='bookmark' title='Make your own composite hybrid cloud monster!'>Make your own composite hybrid cloud monster!</a></li>
<li><a href='http://viewyonder.com/2013/04/01/cloud-sham-shocker-to-be-revealed-at-cloud-connect/' rel='bookmark' title='Cloud Sham Shocker to be revealed at Cloud Connect'>Cloud Sham Shocker to be revealed at Cloud Connect</a></li>
<li><a href='http://viewyonder.com/2012/08/13/is-your-iaas-cloud-providing-racing-to-the-bottom-and-taking-you-with-them/' rel='bookmark' title='Is your IaaS Cloud providing racing to the bottom and taking you with them?'>Is your IaaS Cloud providing racing to the bottom and taking you with them?</a></li>
<li><a href='http://viewyonder.com/2012/10/01/canopy-cloud/' rel='bookmark' title='Canopy Cloud'>Canopy Cloud</a></li>
</ol></p>
</div>
<img src="http://feeds.feedburner.com/~r/Viewyonder/~4/bp6vputHc_E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://viewyonder.com/2013/05/18/the-many-faces-of-hybrid-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://viewyonder.com/2013/05/18/the-many-faces-of-hybrid-cloud/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Hybrid cloud / Composite cloud detailed definition</title>
		<link>http://feedproxy.google.com/~r/Viewyonder/~3/KvDxMqgYj1U/</link>
		<comments>http://viewyonder.com/2013/05/14/hybrid-cloud-composite-cloud-detailed-definition/#comments</comments>
		<pubDate>Tue, 14 May 2013 07:18:32 +0000</pubDate>
		<dc:creator>Steve Chambers</dc:creator>
				<category><![CDATA[Cloud]]></category>

		<guid isPermaLink="false">http://viewyonder.com/?p=1978</guid>
		<description><![CDATA[Not all of these are required for hybrid/composite cloud, and detail on methods is left out, but as a list of composite cloud capabilities, what say you? more than one cloud cloud compatibility to allow the same workload to run on any node in he composite cloud without modification exposure of node metadata to allow [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://viewyonder.com/2013/05/12/make-your-own-composite-hybrid-cloud-monster/' rel='bookmark' title='Make your own composite hybrid cloud monster!'>Make your own composite hybrid cloud monster!</a></li>
<li><a href='http://viewyonder.com/2013/04/01/cloud-sham-shocker-to-be-revealed-at-cloud-connect/' rel='bookmark' title='Cloud Sham Shocker to be revealed at Cloud Connect'>Cloud Sham Shocker to be revealed at Cloud Connect</a></li>
<li><a href='http://viewyonder.com/2012/10/01/canopy-cloud/' rel='bookmark' title='Canopy Cloud'>Canopy Cloud</a></li>
<li><a href='http://viewyonder.com/2012/01/23/1540/' rel='bookmark' title='I lost my cloud mirth'>I lost my cloud mirth</a></li>
<li><a href='http://viewyonder.com/2012/08/13/is-your-iaas-cloud-providing-racing-to-the-bottom-and-taking-you-with-them/' rel='bookmark' title='Is your IaaS Cloud providing racing to the bottom and taking you with them?'>Is your IaaS Cloud providing racing to the bottom and taking you with them?</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Not all of these are required for hybrid/composite cloud, and detail on methods is left out, but as a list of composite cloud capabilities, what say you?</p>
<ol>
<li>more than one cloud</li>
<li>cloud compatibility to allow the same workload to run on any node in he composite cloud without modification</li>
<li>exposure of node metadata to allow programmatic decision making for auto placement of workloads into the composite</li>
<li>workloads encapsulated as blueprints to reduce fragility</li>
<li>one composite catalogue that contains items that can be deployed to composite cloud</li>
<li>composite-aware network balancing and naming services</li>
<li>one composite UI/API</li>
<li>control, monitor and report multiple clouds as one hybrid/composite (ie. composite-aware OSS)</li>
<li>a metering and billing capability to create a composite bill (ie. composite-aware BSS)</li>
<li>an optional network path bridging between tenant resources on multiple clouds to create a composite cloud fabric</li>
<li>recommended that migratory workloads fit a nimble profile, especially with regards to data to mitigate data gravity</li>
<li>recommended embedding of network and security intelligence into mobile workload blueprint so security and governance travels with the workload</li>
<li>reconsider centralised command/control view of hybrid into a distributed cloud view</li>
<li>apply DRS-like method across clouds</li>
<li>apply FAST-like method across clouds </li>
</ol>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://viewyonder.com/2013/05/12/make-your-own-composite-hybrid-cloud-monster/' rel='bookmark' title='Make your own composite hybrid cloud monster!'>Make your own composite hybrid cloud monster!</a></li>
<li><a href='http://viewyonder.com/2013/04/01/cloud-sham-shocker-to-be-revealed-at-cloud-connect/' rel='bookmark' title='Cloud Sham Shocker to be revealed at Cloud Connect'>Cloud Sham Shocker to be revealed at Cloud Connect</a></li>
<li><a href='http://viewyonder.com/2012/10/01/canopy-cloud/' rel='bookmark' title='Canopy Cloud'>Canopy Cloud</a></li>
<li><a href='http://viewyonder.com/2012/01/23/1540/' rel='bookmark' title='I lost my cloud mirth'>I lost my cloud mirth</a></li>
<li><a href='http://viewyonder.com/2012/08/13/is-your-iaas-cloud-providing-racing-to-the-bottom-and-taking-you-with-them/' rel='bookmark' title='Is your IaaS Cloud providing racing to the bottom and taking you with them?'>Is your IaaS Cloud providing racing to the bottom and taking you with them?</a></li>
</ol></p>
</div>
<img src="http://feeds.feedburner.com/~r/Viewyonder/~4/KvDxMqgYj1U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://viewyonder.com/2013/05/14/hybrid-cloud-composite-cloud-detailed-definition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://viewyonder.com/2013/05/14/hybrid-cloud-composite-cloud-detailed-definition/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Make your own composite hybrid cloud monster!</title>
		<link>http://feedproxy.google.com/~r/Viewyonder/~3/ZGQsvKtbEik/</link>
		<comments>http://viewyonder.com/2013/05/12/make-your-own-composite-hybrid-cloud-monster/#comments</comments>
		<pubDate>Sun, 12 May 2013 08:43:48 +0000</pubDate>
		<dc:creator>Steve Chambers</dc:creator>
				<category><![CDATA[Cloud]]></category>

		<guid isPermaLink="false">http://viewyonder.com/?p=1945</guid>
		<description><![CDATA[Legend is full of mythical hybrid monsters, but there&#8217;s always room for some more! Hasn&#8217;t it delighted (and terrified) mankind for millenia to conjour up combinations of man and beast and then attribute some kind of terrible reasoning to it?  Mostly this happens out of ignorance of the reality of things, sometimes just for fun [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://viewyonder.com/2012/08/13/is-your-iaas-cloud-providing-racing-to-the-bottom-and-taking-you-with-them/' rel='bookmark' title='Is your IaaS Cloud providing racing to the bottom and taking you with them?'>Is your IaaS Cloud providing racing to the bottom and taking you with them?</a></li>
<li><a href='http://viewyonder.com/2013/04/01/cloud-sham-shocker-to-be-revealed-at-cloud-connect/' rel='bookmark' title='Cloud Sham Shocker to be revealed at Cloud Connect'>Cloud Sham Shocker to be revealed at Cloud Connect</a></li>
<li><a href='http://viewyonder.com/2012/10/01/canopy-cloud/' rel='bookmark' title='Canopy Cloud'>Canopy Cloud</a></li>
<li><a href='http://viewyonder.com/2012/01/23/1540/' rel='bookmark' title='I lost my cloud mirth'>I lost my cloud mirth</a></li>
<li><a href='http://viewyonder.com/2009/09/10/pandoras-box-of-clouds-be-careful-what-you-wish-for/' rel='bookmark' title='Pandora&#8217;s Box of Clouds: Be Careful What You Wish For!'>Pandora&#8217;s Box of Clouds: Be Careful What You Wish For!</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://monosnap.com/image/rZfYslmrJ5YFmlXEDaV6Sdrn2.png"><img class="alignleft" title="Monster Cloud" alt="Monster Cloud" src="http://monosnap.com/image/rZfYslmrJ5YFmlXEDaV6Sdrn2.png" width="227" height="214" /></a></p>
<p>Legend is full of mythical hybrid monsters, but there&#8217;s always room for some <a href="http://en.wikipedia.org/wiki/The_League_of_Gentlemen">more</a>!</p>
<p>Hasn&#8217;t it delighted (and terrified) mankind for millenia to conjour up combinations of man and beast and then attribute some kind of terrible reasoning to it?  Mostly this happens out of ignorance of the reality of things, sometimes just for fun stories, other times as an example of why you should eat your greens.</p>
<p>Should we feel sorry for the beast, rather than revulsion?  Or, if it&#8217;s mythical, should we even care?  But what if we found out the beast was real?!  What if the Minotaur was living in a villa in Cyprus, and its only crime was bad breath and the occasional G&amp;T before 3pm?</p>
<p>The inimitable <a href="https://twitter.com/reillyusa">Christian Reilly</a> posted a little twitpic the other day showing a <a href="https://twitter.com/reillyusa/status/329611025450147842/photo/1">snippet from some kind of exec brochure</a> that described hybrid cloud in a way he disagreed with.  The definition was:</p>
<blockquote><p><em>Hybrid cloud computing gives companies control over multiple cloud instances with the power to move data and applications back and forth almost instantaneously.</em></p></blockquote>
<p>If you don&#8217;t know Christian he&#8217;s one of those guys that has the magic combo of being both a cloud consumer and a cloud provider, and having those two perspectives gives you a certain clarity when it comes to business/marketing BS.</p>
<p>Anyhow, putting the problems with that statement aside we have to all face up to something:</p>
<blockquote><p><em>Cloud consumers, aka as business people who pay the bills and Really Matter, want &#8220;hybrid cloud&#8221; (whatever it might be!)</em></p></blockquote>
<p>Let&#8217;s throw some iodine in that murky pool before we drink it though: hybrid cloud is an abstract term with many different design patterns and even more concrete implementations, right?  So you if you just ask for &#8220;hybrid cloud&#8221; then who knows what you might get.  But if you ask for a specific concrete implementation of specific pattern of hybrid cloud, then that would be better, wouldn&#8217;t it?</p>
<p>My appeal to my fellows in the business is not to rush to take the abstract hybrid cloud term into a limited singleton concrete straight-jacket too soon with the resultant tiresome handbags at dawn.  Maybe the time is to have the top-level hybrid cloud abstract term, followed by a mid-level set of patterns that describe abstract implementations and are technology agnostic, followed by low-level concrete implementations that are product/vendor specific?</p>
<p style="text-align: center;"><span style="color: #ff0000;">One Abstract Definition -&gt; Few Design Patterns -&gt; Many Concrete Implementations</span></p>
<p>That way there&#8217;s room for everyone, and like all good neighbours we can either get on or fall out but we all have the right to live on the street.  I just wonder who will be the house with no income and all the santa decorations?</p>
<figure class="wp-caption aligncenter" style="width: 479px"><img alt="" src="http://monosnap.com/image/DgYwfnfISpuhdys4q0kfC347E.png" width="469" height="354" /><figcaption class="wp-caption-text">Hybrid Cloud Gone Wrong</figcaption></figure>
<h2>Hybrid Cloud Abstract Definition</h2>
<p>From <a href="http://csrc.nist.gov/publications/nistpubs/800-145/SP800-145.pdf">NIST Definition of Cloud Computing</a>:</p>
<blockquote>
<div title="Page 7">
<div>
<div>
<p><em>Hybrid cloud.</em> The cloud infrastructure is a composition of two or more distinct cloud infrastructures (private, community, or public) that remain unique entities, but are bound together by standardized or proprietary technology that enables data and application portability (e.g., cloud bursting for load balancing between clouds).</p>
</div>
</div>
</div>
</blockquote>
<div title="Page 7">
<h2>Hybrid Cloud Design Pattern for Composite Catalogue</h2>
<p>Here&#8217;s a sample stake in the ground for one kind of design pattern for hybrid cloud, and some important points are:</p>
<ol>
<li><span style="line-height: 13px;">Apart from the implementation example, this is technology agnostic so could be implemented by anyone with anything.</span></li>
<li>This is just one example, <a href="http://www.youtube.com/watch?v=sFBOQzSk14c">I&#8217;m not oppressing anyone, Lorreta</a>.</li>
<li>Patterns are wonderful in an evolutionary way in that they open things up (understandable variation) and they close things down (eliminate poor approaches, encourage fewer better methods).</li>
<li>You can make composite patterns, such as using the Catalogue and Buffer patterns together.</li>
<li>This is just focused on one context (composite catalogue)</li>
</ol>
<p>With these things in mind, here&#8217;s an example of a Hybrid Cloud Design Pattern:</p>
<table  width="100%"  style="width:100%;"  class="easy-table easy-table-default " border="0">
<tbody>
<tr><td ><strong>Name</strong></td>
<td >Hybrid Cloud Catalogue</td>
</tr>

<tr><td ><strong>Intent</strong></td>
<td >Provide a way to share one cloud service catalogue across multiple clouds</td>
</tr>

<tr><td ><strong>Motivation</strong></td>
<td >Provide a single consistent catalogue across multiple clouds.</td>
</tr>

<tr><td ><strong>Applicability</strong></td>
<td >A consumer has access to multiple providers and multiple clouds and requires a UI/API to present a single catalogue view across them all.  This is could be manifest as a single "composite cloud catalogue" that allows local (none hybrid) and composite (hybrid) catalogue items.</td>
</tr>

<tr><td ><strong>Structure</strong></td>
<td ><a href="http://viewyonder.com/wp-content/uploads/2013/05/Screen-Shot-2013-05-12-at-09.08.45.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="aligncenter size-full wp-image-1957" alt="Composite Cloud Catalogue" src="http://viewyonder.com/wp-content/uploads/2013/05/Screen-Shot-2013-05-12-at-09.08.45.png" width="403" height="311" /></a></td>
</tr>

<tr><td ><strong>Participants</strong></td>
<td >The Consumer access the Composite Cloud Catalogue from a single UI/API.  The Cloud Broker presents the catalogue (might be a function of a single primary Provider).  The Developer submits services and applications into the catalogue with metadata that describes how that service/app behaves in the composite function (is it local only or can it run anyway?  Does it have any characteristics like data sovereignty etc).  The Provider offers the functionality for integration with the composite catalogue.  The Auditor has controls to demonstrate compliance is adhered to so the framework and controls must exist.</td>
</tr>

<tr><td ><strong>Collaboration</strong></td>
<td >Consumer interacts with the Broker/Provider to access the catalogue.  The Developer/Auditor also interact with the Broker/Provider but for different functions (manage and audit catalogue).</td>
</tr>

<tr><td ><strong>Consequences</strong></td>
<td >Simplified interfaces and consumption methods increase the liquidity of the cloud.  To make this happen there needs to be as little friction and stickiness to local cloud instances.  Tradeoff is that "clouds with a purpose" like community clouds have inherent stickiness and there ability to compose with other similar clouds is limited.</td>
</tr>

<tr><td ><strong>Implementation</strong></td>
<td >This is possible today between a VMware vCloud on-premise private cloud and a vCloud Provider using the vCloud Connector: <a href="http://viewyonder.com/wp-content/uploads/2013/05/Screen-Shot-2013-05-12-at-09.20.23.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="aligncenter size-full wp-image-1961" alt="vCloud Connector" src="http://viewyonder.com/wp-content/uploads/2013/05/Screen-Shot-2013-05-12-at-09.20.23.png" width="748" height="259" /></a></td>
</tr>
</tbody></table>
</div>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://viewyonder.com/2012/08/13/is-your-iaas-cloud-providing-racing-to-the-bottom-and-taking-you-with-them/' rel='bookmark' title='Is your IaaS Cloud providing racing to the bottom and taking you with them?'>Is your IaaS Cloud providing racing to the bottom and taking you with them?</a></li>
<li><a href='http://viewyonder.com/2013/04/01/cloud-sham-shocker-to-be-revealed-at-cloud-connect/' rel='bookmark' title='Cloud Sham Shocker to be revealed at Cloud Connect'>Cloud Sham Shocker to be revealed at Cloud Connect</a></li>
<li><a href='http://viewyonder.com/2012/10/01/canopy-cloud/' rel='bookmark' title='Canopy Cloud'>Canopy Cloud</a></li>
<li><a href='http://viewyonder.com/2012/01/23/1540/' rel='bookmark' title='I lost my cloud mirth'>I lost my cloud mirth</a></li>
<li><a href='http://viewyonder.com/2009/09/10/pandoras-box-of-clouds-be-careful-what-you-wish-for/' rel='bookmark' title='Pandora&#8217;s Box of Clouds: Be Careful What You Wish For!'>Pandora&#8217;s Box of Clouds: Be Careful What You Wish For!</a></li>
</ol></p>
</div>
<img src="http://feeds.feedburner.com/~r/Viewyonder/~4/ZGQsvKtbEik" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://viewyonder.com/2013/05/12/make-your-own-composite-hybrid-cloud-monster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://viewyonder.com/2013/05/12/make-your-own-composite-hybrid-cloud-monster/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Cloud Sham Shocker to be revealed at Cloud Connect</title>
		<link>http://feedproxy.google.com/~r/Viewyonder/~3/vpmAwIKPtX8/</link>
		<comments>http://viewyonder.com/2013/04/01/cloud-sham-shocker-to-be-revealed-at-cloud-connect/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 07:38:02 +0000</pubDate>
		<dc:creator>Steve Chambers</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[April1]]></category>

		<guid isPermaLink="false">http://viewyonder.com/?p=1942</guid>
		<description><![CDATA[A huge announcement is planned this week in San Francisco where the world&#8217;s clouderati are lined up to reveal what we&#8217;ve all suspected: the whole cloud movement is a cleverly managed elaborate scam that spiralled out of control. Initially started by less than ten IT personalities with nothing more than a sense of humour and [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://viewyonder.com/2012/01/23/1540/' rel='bookmark' title='I lost my cloud mirth'>I lost my cloud mirth</a></li>
<li><a href='http://viewyonder.com/2012/10/01/canopy-cloud/' rel='bookmark' title='Canopy Cloud'>Canopy Cloud</a></li>
<li><a href='http://viewyonder.com/2012/08/13/is-your-iaas-cloud-providing-racing-to-the-bottom-and-taking-you-with-them/' rel='bookmark' title='Is your IaaS Cloud providing racing to the bottom and taking you with them?'>Is your IaaS Cloud providing racing to the bottom and taking you with them?</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>A huge announcement is planned this week in San Francisco where the world&#8217;s clouderati are lined up to reveal what we&#8217;ve all suspected: the whole cloud movement is a cleverly managed elaborate scam that spiralled out of control.  </p>
<p>Initially started by less than ten IT personalities with nothing more than a sense of humour and a twitter hash tag, the joke was directed at Wall Street who continually show breathtaking ignorance of IT and also at the Silicon Valley bubble that lives in a distorted reality field generated by alien technology buried in the Rockies.</p>
<p>One clouderati member who didn&#8217;t want to be named said, &#8220;This prank has got out of hand just like the Office Space round up collection program did.  People out there really believe that computers are &#8216;elastic&#8217; and there is &#8216;infinite capacity&#8217;: when they learn of the reality they are going to be shocked!&#8221;</p>
<p>I asked the aource the obvious question: So what is the reality?  &#8220;Did you ever wonder where computers went to die? That&#8217;s right: all of the old and disused PCs, Commodore 64s and Sinclair Spectrums that have gone to Silicon Heaven are being cabled together to provide a recycled cloud engine in what might just be the recycling story of the century.&#8221;</p>
<p>Nobody knows how this news will be taken by the IT masses who might not react well to being awoken from their mass delusion, but the clouderati source finished with a wry smile &#8220;It proves the original point, that Wall St doesn&#8217;t get IT: they will probably miss this week&#8217;s news just like they missed the last seven years of cloud.&#8221;</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://viewyonder.com/2012/01/23/1540/' rel='bookmark' title='I lost my cloud mirth'>I lost my cloud mirth</a></li>
<li><a href='http://viewyonder.com/2012/10/01/canopy-cloud/' rel='bookmark' title='Canopy Cloud'>Canopy Cloud</a></li>
<li><a href='http://viewyonder.com/2012/08/13/is-your-iaas-cloud-providing-racing-to-the-bottom-and-taking-you-with-them/' rel='bookmark' title='Is your IaaS Cloud providing racing to the bottom and taking you with them?'>Is your IaaS Cloud providing racing to the bottom and taking you with them?</a></li>
</ol></p>
</div>
<img src="http://feeds.feedburner.com/~r/Viewyonder/~4/vpmAwIKPtX8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://viewyonder.com/2013/04/01/cloud-sham-shocker-to-be-revealed-at-cloud-connect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://viewyonder.com/2013/04/01/cloud-sham-shocker-to-be-revealed-at-cloud-connect/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Three simple tests-of-fubarness for any IT process</title>
		<link>http://feedproxy.google.com/~r/Viewyonder/~3/1eIwrZ2bflk/</link>
		<comments>http://viewyonder.com/2012/12/30/three-simple-tests-of-fubarness-for-any-it-process/#comments</comments>
		<pubDate>Sun, 30 Dec 2012 10:00:54 +0000</pubDate>
		<dc:creator>Steve Chambers</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[ITIL]]></category>
		<category><![CDATA[Operations]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[kanban]]></category>
		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://viewyonder.com/?p=1935</guid>
		<description><![CDATA[I&#8217;ve been doing a lot more focussed research and practice into better ways of &#8216;doing&#8217; IT over the past few months, and often sharing snippets on twitter. As usual, these snippets poked a few bears and encouraged some healthy debate&#8230; In one case, the inimitable @florianotel made a typically acerbically accurate point that maybe DevOps [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://viewyonder.com/2009/07/01/indirection-abstraction-pools-and-policies-the-ucs-simple-approach/' rel='bookmark' title='Indirection, Abstraction, Pools and Policies &#8211; the UCS simple approach'>Indirection, Abstraction, Pools and Policies &#8211; the UCS simple approach</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been doing a lot more focussed research and practice into better ways of &#8216;doing&#8217; IT over the past few months, and often sharing snippets on twitter.  As usual, these snippets poked a few bears and encouraged some healthy debate&#8230; In one case, the inimitable <a href="http://twitters/florianotel">@florianotel</a> made a typically acerbically accurate point that maybe DevOps is like ITIL, maybe if processes are b0rked then they don&#8217;t just need &#8220;improving&#8221;, and maybe anything new isn&#8217;t really new and it&#8217;s all still fubar.  Ok, I am heavily paraphrasing but this is my blog and I&#8217;ll cry if I want to.</p>
<p>I wanted to share my simple 3-step fubar smoke test for any process.  For each point, score 0 if it is absolutely true; score 1 if its sometime true; score 2 if its never true.</p>
<p>1. Watch people do the work (also known as the Reality Test) &#8211; does it match the process? (0, 1, 2)</p>
<p>2. Is the process updated easily to reflect reality (is there a Closed Loop system in place? Do the workers have the ability to improve the process?) (0, 1, 2)</p>
<p>3. Using police interrogation techniques, separate two or more people who know the process and ask them explain it as they would to a new employee (known as the FNG Test).  Do the two accounts match? (0, 1, 2)</p>
<p>There you have it.  Do that for any process.  The higher you score, the more fubar the process is. There&#8217;s more, but these three are fundamental.</p>
<p>I&#8217;ll invite Sir Florian the Acerbic to come and comment&#8230; Should be fun (expect swearing!)</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://viewyonder.com/2009/07/01/indirection-abstraction-pools-and-policies-the-ucs-simple-approach/' rel='bookmark' title='Indirection, Abstraction, Pools and Policies &#8211; the UCS simple approach'>Indirection, Abstraction, Pools and Policies &#8211; the UCS simple approach</a></li>
</ol></p>
</div>
<img src="http://feeds.feedburner.com/~r/Viewyonder/~4/1eIwrZ2bflk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://viewyonder.com/2012/12/30/three-simple-tests-of-fubarness-for-any-it-process/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://viewyonder.com/2012/12/30/three-simple-tests-of-fubarness-for-any-it-process/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Canopy Cloud</title>
		<link>http://feedproxy.google.com/~r/Viewyonder/~3/p6vJs0XBh6E/</link>
		<comments>http://viewyonder.com/2012/10/01/canopy-cloud/#comments</comments>
		<pubDate>Mon, 01 Oct 2012 22:43:17 +0000</pubDate>
		<dc:creator>Steve Chambers</dc:creator>
				<category><![CDATA[Cloud]]></category>

		<guid isPermaLink="false">http://viewyonder.com/?p=1925</guid>
		<description><![CDATA[<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://viewyonder.com/2012/01/23/1540/' rel='bookmark' title='I lost my cloud mirth'>I lost my cloud mirth</a></li>
<li><a href='http://viewyonder.com/2012/08/13/is-your-iaas-cloud-providing-racing-to-the-bottom-and-taking-you-with-them/' rel='bookmark' title='Is your IaaS Cloud providing racing to the bottom and taking you with them?'>Is your IaaS Cloud providing racing to the bottom and taking you with them?</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<figure id="attachment_1926" aria-labelledby="figcaption_attachment_1926" class="wp-caption aligncenter" style="width: 333px"><a href="http://viewyonder.com/wp-content/uploads/2012/10/cloud-umbrella.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="size-full wp-image-1926" title="Canopy Cloud" src="http://viewyonder.com/wp-content/uploads/2012/10/cloud-umbrella.png" alt="Canopy Cloud" width="323" height="298" /></a><figcaption id="figcaption_attachment_1926" class="wp-caption-text">Canopy Cloud</figcaption></figure>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://viewyonder.com/2012/01/23/1540/' rel='bookmark' title='I lost my cloud mirth'>I lost my cloud mirth</a></li>
<li><a href='http://viewyonder.com/2012/08/13/is-your-iaas-cloud-providing-racing-to-the-bottom-and-taking-you-with-them/' rel='bookmark' title='Is your IaaS Cloud providing racing to the bottom and taking you with them?'>Is your IaaS Cloud providing racing to the bottom and taking you with them?</a></li>
</ol></p>
</div>
<img src="http://feeds.feedburner.com/~r/Viewyonder/~4/p6vJs0XBh6E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://viewyonder.com/2012/10/01/canopy-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://viewyonder.com/2012/10/01/canopy-cloud/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>HyperConvergence phase added to the Infrastructure Continuum</title>
		<link>http://feedproxy.google.com/~r/Viewyonder/~3/9mVDzBtkFqE/</link>
		<comments>http://viewyonder.com/2012/08/20/hyperconvergence-phase-added-to-the-infrastructure-continuum/#comments</comments>
		<pubDate>Mon, 20 Aug 2012 16:27:05 +0000</pubDate>
		<dc:creator>Steve Chambers</dc:creator>
				<category><![CDATA[VCE]]></category>
		<category><![CDATA[Converged Infrastructure]]></category>

		<guid isPermaLink="false">http://viewyonder.com/?p=1904</guid>
		<description><![CDATA[The converged infrastructure market is really into its stride now with all the big vendors having offerings, with each presenting different approaches.  The excellent David Vellante of Wikibon wrote a great piece titled Converged Infrastructure Takes The Market By Storm where they are predicting the total addressable market (TAM) to reach $402Bn by 2017. (Disclosure I [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://viewyonder.com/2012/06/01/does-data-gravity-apply-to-converged-infrastructure/' rel='bookmark' title='Does Data Gravity apply to Converged Infrastructure?'>Does Data Gravity apply to Converged Infrastructure?</a></li>
<li><a href='http://viewyonder.com/2012/05/18/vblock-dna-mutation-and-why-standards-are-important-in-converged-infrastructure/' rel='bookmark' title='Vblock DNA, mutation, and why standards are important in converged infrastructure'>Vblock DNA, mutation, and why standards are important in converged infrastructure</a></li>
<li><a href='http://viewyonder.com/2012/05/19/vblock-gravity-the-more-you-converge-the-bigger-the-benefit/' rel='bookmark' title='Vblock gravity: the more you converge, the bigger the benefit'>Vblock gravity: the more you converge, the bigger the benefit</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<figure class="wp-caption aligncenter" style="width: 813px"><a href="https://img.skitch.com/20120820-tgwrx1r148qucfar7apiekm95d.jpg"><img class="    " title="Infrastructure Continuum" src="https://img.skitch.com/20120820-tgwrx1r148qucfar7apiekm95d.jpg" alt="Infrastructure Continuum" width="803" height="359" /></a><figcaption class="wp-caption-text">Infrastructure Continuum</figcaption></figure>
<p>The converged infrastructure market is really into its stride now with all the big vendors having offerings, with each presenting different approaches.  The excellent David Vellante of Wikibon wrote a great piece titled <a href="http://wikibon.org/wiki/v/Converged_Infrastructure_Takes_the_Market_by_Storm">Converged Infrastructure Takes The Market By Storm</a> where they are predicting the total addressable market (TAM) to reach $402Bn by 2017.</p>
<blockquote><p>(Disclosure I work for VCE and my company sells Vblock Systems into this market).</p></blockquote>
<p>This Infrastructure Continuum has just one piece of data driving it:  How &#8220;off-the-shelf&#8221; is the offering, meaning how complete and usable is the product when I get it.  There&#8217;s no clutter in this diagram about which market the offerings are targeted at, I&#8217;m keeping it simple.</p>
<p>Simply, the Infrastructure Continuum visualises a level of effort on behalf of the consumer during design, procurement, deployment and support: at the left side your product is more customized, less off-the-shelf, and to the right hand it is very productized.</p>
<p>There really are differences between the offerings when you dig into them, which I&#8217;ve highlighted with the following terms (which I&#8217;m sure will make people excited):</p>
<ul>
<li><strong>Semi-converged</strong> means the product is either not complete when you receive it, or it only has limited capabilities/capacity compared to a fully converged offering: ie. you the consumer still have some work to do.</li>
<li><strong>Fully-converged</strong> means the product has complete network, compute, storage and virtualization capabilities and is ready to use when you get it.</li>
<li><strong>Super-converged</strong> means the product contains additional functionality such as <a href="http://www.vce.com/vblock/data-protection/" target="_blank">data protection</a>, perhaps <a href="http://www.vce.com/fastpath/" target="_blank">installed applications ready to go</a>, and is most likely to represent a complete application appliance, deployed in pairs for DR.</li>
<li><strong>Hyper-converged</strong> is the super small form factor appliances.</li>
</ul>
<p>The new folks, and the reason this post was triggered, are <a href="http://www.nutanix.com">Nutanix</a>, <a href="http://www.simplivity.com">Simplivity</a> and <a href="http://www.scalecomputing.com">Scale Computing</a>.  Each of them have reduced typical converged infrastructure into tiny 2U appliances/nodes that have virtualization,compute and storage contained.  They don&#8217;t offer networking like a converged system, such as a pair of redundant access switches but they will contain virtual switches.</p>
<p>The target market for these is typically small-medium business but doesn&#8217;t have to be: a large, multi-national might use them for remote office/branch office, and the same large company might by lots of these nodes to create farms from them.</p>
<p>Each product is similar in that it has some smarts in software.  Nutanix, for example, uses an NFS-based distributed filesystem across its nodes.  The offerings from Simplivity and Scale have their own operating system to offer features such as clustering, dedupe and replication.</p>
<p>Management wise, all of them plug into VMware&#8217;s vSphere vCenter and as each of the offerings is aimed at VMware installations, this means the management is simple.</p>
<p>Questions over the products are those targeted at all new companies and products they are all time-related questions about company longevity, scale, performance, supportability, product development.</p>
<p>It&#8217;s not possible to compare features and price amongst them because some (Simplivity) haven&#8217;t announced pricing.</p>
<p>All should be at VMworld US &#8211; so go and see them!  In the meantime, find out more:</p>
<ul>
<li><a href="http://www.scalecomputing.com/hc3/">Scale Computing&#8217;s HC3 FAQ</a></li>
<li><a href="http://www.simplivity.com/omnicube/overview.html">Simplivity&#8217;s OmniCube Overview</a></li>
<li><a href="http://www.nutanix.com/resources.html">Nutanix Complete Cluster Resources</a></li>
</ul>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://viewyonder.com/2012/06/01/does-data-gravity-apply-to-converged-infrastructure/' rel='bookmark' title='Does Data Gravity apply to Converged Infrastructure?'>Does Data Gravity apply to Converged Infrastructure?</a></li>
<li><a href='http://viewyonder.com/2012/05/18/vblock-dna-mutation-and-why-standards-are-important-in-converged-infrastructure/' rel='bookmark' title='Vblock DNA, mutation, and why standards are important in converged infrastructure'>Vblock DNA, mutation, and why standards are important in converged infrastructure</a></li>
<li><a href='http://viewyonder.com/2012/05/19/vblock-gravity-the-more-you-converge-the-bigger-the-benefit/' rel='bookmark' title='Vblock gravity: the more you converge, the bigger the benefit'>Vblock gravity: the more you converge, the bigger the benefit</a></li>
</ol></p>
</div>
<img src="http://feeds.feedburner.com/~r/Viewyonder/~4/9mVDzBtkFqE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://viewyonder.com/2012/08/20/hyperconvergence-phase-added-to-the-infrastructure-continuum/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://viewyonder.com/2012/08/20/hyperconvergence-phase-added-to-the-infrastructure-continuum/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Is your IaaS Cloud providing racing to the bottom and taking you with them?</title>
		<link>http://feedproxy.google.com/~r/Viewyonder/~3/zmGZIyUZ_qw/</link>
		<comments>http://viewyonder.com/2012/08/13/is-your-iaas-cloud-providing-racing-to-the-bottom-and-taking-you-with-them/#comments</comments>
		<pubDate>Mon, 13 Aug 2012 13:16:40 +0000</pubDate>
		<dc:creator>Steve Chambers</dc:creator>
				<category><![CDATA[Cloud]]></category>

		<guid isPermaLink="false">http://viewyonder.com/?p=1900</guid>
		<description><![CDATA[Thoran Rodrigues has posted a great piece of work on TechRepublic called Side-by-side comparisons of IaaS service providers.  He compares sixteen providers using nineteen points of criteria.  You should check it out if you&#8217;re in the #cloud game either as a provider or a consumer. The criteria he&#8217;s using are grouped under a very telling header, Cloud [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://viewyonder.com/2010/03/17/steve-goes-down-under-taking-ucs-to-the-apac-virtualization-community/' rel='bookmark' title='Steve goes Down Under: Taking UCS to the APAC Virtualization Community'>Steve goes Down Under: Taking UCS to the APAC Virtualization Community</a></li>
<li><a href='http://viewyonder.com/2012/01/23/1540/' rel='bookmark' title='I lost my cloud mirth'>I lost my cloud mirth</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><a href="https://img.skitch.com/20120813-kafyturhd9qdnn8uma2cypjkuc.jpg"><img class="aligncenter" src="https://img.skitch.com/20120813-kafyturhd9qdnn8uma2cypjkuc.jpg" alt="" width="496" height="329" /></a><a href="http://www.techrepublic.com/search?q=thoran+rodrigues" rel="author">Thoran Rodrigues</a> has posted a great piece of work on TechRepublic called <a href="http://www.techrepublic.com/blog/datacenter/side-by-side-comparisons-of-iaas-service-providers/5717?tag=nl.e101" target="_blank">Side-by-side comparisons of IaaS service providers</a>.  He compares sixteen providers using nineteen points of criteria.  You should check it out if you&#8217;re in the #cloud game either as a provider or a consumer.</p>
<p>The criteria he&#8217;s using are grouped under a very telling header, Cloud <em>Promises</em>, and he&#8217;s been to each provider&#8217;s web site to get the data.  Thanks, Thoran!</p>
<p>I hope Thoran doesn&#8217;t mind but I&#8217;m going to paraphrase his post by arranging his (very good) criteria into three major groupings &#8211; Price, Capabilities, Features.  While providers will differentiate themselves on all three, many people just consider the first aspect and this is where Thoran&#8217;s work is really useful, to open eyes to the wider understanding of what IaaS providers are giving (or not!) for the price they want.</p>
<p>I had two takeaways from Thoran&#8217;s work:</p>
<ul>
<li>If you are going to <strong>consume</strong> an IaaS service, and you are shopping around, then start with the Features, then the Capabilities, and lastly Price.  Not the other way around.  If you pick cheapest and damn the other too, then you might be hitching your wagon on a ride to the bottom, so be sure you know what you&#8217;re doing (ie. you can provide the other Capabilities/Features and you know how to exit your provider quickly should it go wrong).</li>
<li>If you are going to <strong>provide</strong> an IaaS service, you should really see the Features as the area you can really differentiate.  The first two categories are very competitive today, and I find it hard to believe a new provider is going to beat AWS, Rackspace etc on Price and Capabilities without their service being a loss-leader.</li>
</ul>
<div>Thanks again to Thoran for sharing his work, it&#8217;s a great starting point for cloud consumers and providers to do their own research &#8211; if that&#8217;s you, please consider sharing your findings online.</div>
<h3>Price</h3>
<ul>
<li>Variety of pricing plans</li>
<li>Average monthly price</li>
<li>Cost of Outbound data transfer (how strong is their data gravity?)</li>
<li>Cost of Inbound data transfer</li>
<li>Storage costs (of persistent external storage)</li>
</ul>
<h3>Capabilities</h3>
<p>Thoran has graded these as Poor, Average or Extensive.</p>
<ul>
<li>Scale Up (bigger VM)</li>
<li>Scale Out (more VMs)</li>
<li>APIs (to the VM/resources)</li>
<li>Monitoring</li>
<li>(Number of) data center locations</li>
<li>(Number of) instance types (of VMs)</li>
<li>(Number of) supported operating systems</li>
</ul>
<h3>Features</h3>
<p>Again measured as Poor, Average or Extensive.</p>
<ul>
<li>Security Certifications</li>
<li>Security Protection</li>
<li>Open Standards &#8211; does cloud have any standards yet?</li>
<li>VM Upload</li>
<li>Service Age</li>
<li>Service Level Agreements &#8211; this is a topic on its own!</li>
<li>Support</li>
</ul>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://viewyonder.com/2010/03/17/steve-goes-down-under-taking-ucs-to-the-apac-virtualization-community/' rel='bookmark' title='Steve goes Down Under: Taking UCS to the APAC Virtualization Community'>Steve goes Down Under: Taking UCS to the APAC Virtualization Community</a></li>
<li><a href='http://viewyonder.com/2012/01/23/1540/' rel='bookmark' title='I lost my cloud mirth'>I lost my cloud mirth</a></li>
</ol></p>
</div>
<img src="http://feeds.feedburner.com/~r/Viewyonder/~4/zmGZIyUZ_qw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://viewyonder.com/2012/08/13/is-your-iaas-cloud-providing-racing-to-the-bottom-and-taking-you-with-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://viewyonder.com/2012/08/13/is-your-iaas-cloud-providing-racing-to-the-bottom-and-taking-you-with-them/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Brian O’Sullivan on Mercurial (2007)</title>
		<link>http://feedproxy.google.com/~r/Viewyonder/~3/UypboWGltvQ/</link>
		<comments>http://viewyonder.com/2012/08/07/brian-osullivan-on-mercurial-2007/#comments</comments>
		<pubDate>Tue, 07 Aug 2012 06:22:21 +0000</pubDate>
		<dc:creator>Steve Chambers</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://viewyonder.com/?p=1889</guid>
		<description><![CDATA[This is antidote for the Linus Torvalds on Git post.  Here, Brian talks about Mercurial which is the same age and has a similar but different approach to Git. Brian has a different style to Linus but stick with it &#8211; it&#8217;s decent content. Some key points: It&#8217;s fast, and performance is key in development [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://viewyonder.com/2012/08/07/linus-torvalds-on-git-2007/' rel='bookmark' title='Linus Torvalds on Git (2007)'>Linus Torvalds on Git (2007)</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>This is antidote for the <a title="Linus Torvalds on Git (2007)" href="http://viewyonder.com/2012/08/07/linus-torvalds-on-git-2007/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Linus Torvalds on Git</a> post.  Here, Brian talks about Mercurial which is the same age and has a similar but different approach to Git.</p>
<p><a href="https://twitter.com/bos31337">Brian</a> has a different style to Linus but stick with it &#8211; it&#8217;s decent content.</p>
<p>Some key points:</p>
<ul>
<li>It&#8217;s fast, and performance is key in development so you don&#8217;t get distracted while waiting for the tool SQUIRREL!</li>
<li>The distributed architecture helps performance by reducing load on any central servers.</li>
<li>Python can, if you&#8217;re clever, be as fast as C (disclaimer: no immediate proof!) :)</li>
<li>&#8220;Collaborating with yourself as your clue develops over time&#8221;</li>
</ul>
<p><iframe width="640" height="480" src="http://www.youtube.com/embed/JExtkqzEoHY?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://viewyonder.com/2012/08/07/linus-torvalds-on-git-2007/' rel='bookmark' title='Linus Torvalds on Git (2007)'>Linus Torvalds on Git (2007)</a></li>
</ol></p>
</div>
<img src="http://feeds.feedburner.com/~r/Viewyonder/~4/UypboWGltvQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://viewyonder.com/2012/08/07/brian-osullivan-on-mercurial-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://viewyonder.com/2012/08/07/brian-osullivan-on-mercurial-2007/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
	</channel>
</rss>
