It would be nice, but cloud doesn’t have to be “interoperable”

Disclosure: If you’re coming straight here you may not know work for Rackspace Hosting and I’ve been involved with OpenStack since the inception of the project.  The opinions on this blog are my personal ones, not those of my employer.

This post is an assessment, a thought.  I don’t really explore the meaning or outcomes completely.  I may do that in a future rambling… on to the thought…

For the first decade of networking or more we had many  competing technologies that didn’t interoperate: SNA, IPX/SPX, TCP/IP, AppleTalk, DECnet, NetBEUI, and more.  The lack of a consistent and unified standard didn’t stop networking from succeeding anymore than it will stop cloud computing.  Cloud is a fundamental shift that dramatically increases productivity just like networking did — businesses love increases in productivity and will adopt anything that yields one  – often the first one presented to them and they’ll run it for a refresh cycle before switching to the “interoperable” platform.  Ok, so I’m a networking geek but this isn’t the only analogy that holds true…

We have many programming languages.. compiled, interpreted, functional, object oriented.. all with major differences.

We have many types of processors from low energy mobile chips to super fast server chips all with different instruction sets.

We have a variety of operating systems all with a loyal following and a vastly different set of capabilities.

I believe cloud could see wider and more rapid adoption if interoperability is figured out but looking back at history, and even history specifically in the technology world, we have many successful markets without true interoperability as a fundamental capability.

Over time most of these markets have achieved the guise interoperability through consolidation and it looks like cloud computing is headed the same way.  Networking is predominately IP; programming is C/C++/C# for OS/infrastructure, Java for enterprise applications, and PHP for web applications; processors are x86 in desktops and servers, and ARM in mobile devices; Operating Systems are generally Windows for consumer and SMB/departmental large business IT, and Linux for web and larger business core IT.

With the pace of innovation and the foundation laid down by previous generational shifts the cloud market will grow and reach a critical mass market share much more rapidly as technology companies that are involved know the path to follow.  Microprocessors, operating systems, and networking took many decades.  Java swept through the enterprise software development market in a decade as did PHP across the web.  The cloud market really started to emerge around the start of the decade and by the current look of things by middle we’ll have a clear picture of interoperability for clouds.

DevOps != sneaky, reckless, or process-adverse hooligans

Operations has one primary mission above all else… uptime.  This often gets them labeled by the rest of the organization by names such as, “the brick wall”, “organization of ‘no’”, and a host of other names I won’t use on a PG blog.  With automation coming to IT operations teams are being asked to ensure uptime while allowing a more rapid evolution of the environment.  The days of an 18 month release cycle are over.  So how exactly do we accomplish this without wrecking things?  Proper testing, visibility, and a scale staging environment.

Almost all application deployments are iterations and evolutions of existing applications.  They also aren’t a single function system so changes to one application can impact the performance or availability of others — this is why operations has become the organization of “no”.  To prevent bad things from happening first you have to understand what is happening.  You need to have monitoring that can show network, operating system, platform, and application performance.

Now that we can see what is going on with production we need to create a small scale version of production used for staging.  When creating this scaled down version of the environment you’ll need some understanding of how increasing size and load impact the system.  If all of your algorithms are O(x) then it is easy to scale down and predict what it will do in a larger environment.  This won’t be the case though — some things will be O(log(x)) where it takes more resources at a smaller scale than it will once scaled up and others will be O(#x) or even O(x^#) where as you grow they consume resources in a linear multiple or exponential manner.

So then where does DevOps come in?

It isn’t just a crazy idea by the developers to try and find a way around “no”.  If implemented properly it will build a strong cooperative effort between development and operations — get rid of the “Us vs. Them” mentality.  It will also eliminate duplication of effort where a development team writes unit, integration, and system tests and operations will write all different tests in their monitoring and management systems.

This divide also creates problems where new releases get delayed as operations find issues in staging because they weren’t involved with the test case development early on.  With continuous integration and automated development testing many of these tools also make great operational monitoring systems as well.  This can allow for the operations management team to write unified tests with development that are used throughout the process — everyone is working from the same goals — no more meetings of, “Why didn’t you catch this in development?”, “It works fine in development, you screwed up the installation.”

The next benefit you’ll get from a DevOps culture is tasks will be automated in other areas decreasing error rates and increasing delivery speed.  Today developers use distributed source repositories with version control to deploy applications onto development and testing systems.  Operations will then package up those applications into an installer that introduces another step in the process that has to have additional testing and new tooling.  DVCS platforms have authentication and tracking built in, all of the audit controls an operations department wants.

I know I’ve glossed over the details in this post.  I plan on putting together some detailed future posts covering examples of how I’ll be implementing each section using open source tools to help with work my team is doing on OpenStack.

Three Predictions about Cloud Computing for 2011

With all the talk in 2010 about cloud computing you’d think the entire Internet was running on it.  We’re at the point now with cloud computing as we were in the late ’80s through the mid-late ’90s with networking.  Everyone can clearly see the benefits in cloud but the market is hyper fragmented as different pockets of users form a community around one of the available solutions.  To ensure new readers are aware, while I am employed by Rackspace Hosting working on the OpenStack project, the opinions expressed on the blog are mine and I try to present a non-biased view of the market.

With that opening I’ll dive into the three items of importance to cloud computing for the coming year..

..with additional more minor predictions in italics.

1. Cloud computing needs will change as we move from early adopters to mainstream users

Thus far the primary users of cloud infrastructure as a service (IaaS) offerings have been early adopter technology savvy users.  Those users may be founders of a Web 2.0 startup, consultants working for the R&D department of a system integrator, or forward thinking IT professionals on enterprise IT strategy teams.  Based on the stats in the chart, we still have less than 2% of the top 500k websites hosted on IaaS.  In 2011 this number will grow to 5-10% of the top 500k sites, more than doubling again like it did in 2010.

Source: http://www.jackofallclouds.com/ - Guy Rosen

Inside startup communities everyone will be using the cloud to start their business and in enterprises departmental innovation success stories will start to bubble up to corporate leadership.  This doesn’t mean existing applications will be migrated — people will experiment with migration as disaster recovery innovation but it won’t be a major driver of cloud growth in 2011.

The major driver of growth will be new applications and much of this growth won’t be consumer Internet sites that are easy to track making the “who’s winning in cloud” leader board more difficult to display.  This next wave of adopters will also require additional levels of support as they won’t have the same “DIY” mentality as early adopters.  Cloud providers will need to raise their own service levels or spend significant effort building a system integrator and consulting ecosystem that can provide it for them.

The ecosystem of tools built on the IaaS cloud APIs will be a foundation to enable the higher service levels.  They will be utilized by the practices for the SIs and consultants as well as the software development teams of many ISVs.  For cloud providers that do not yet have an ecosystem built around their API this will be the year they move on to adopting one of the open APIs with market traction.  Enough providers will use a group of 3-5 APIs that ISVs and startups will refuse to developer for others. API abstractions like jclouds, Libcloud, and Deltacloud will start to add depth rather than additional breadth.

2. Technology heavyweights with large developer communities will escalate their efforts to define and control PaaS

2006 brought us Rackspace Cloud Sites (originally branded as Mosso)…

2007 gave us Force.com

2008 launched Microsoft Windows Azure and Google App Engine

2009 delivered Heroku’s commercial release and moved VMware into the platform space with the acquisition of SpringSource

2010 veterans like Red Hat and Oracle [PDF] start announcing platform strategies and making acquisitions such as the recent purchase of Makara (by Red Hat)

The Growth of Cloud ComputingOver the past few years many platforms and application frameworks simplified development by providing a foundation and abstracting away lower level details.  This came with some drawbacks as most frameworks were not aware of their resource utilization nor did they have the ability to utilize the programmatic capabilities of IaaS to change their resource allocation based on load.  In 2011 many platform solutions will become tightly integrated with IaaS APIs providing dynamic resource management — the auto-scaling cloud workload across public, community, and private cloud installations will become an early adopter reality.

Building a PaaS solution is possible for a startup if they make it compatible with widely accepted development languages and frameworks as Mosso did by selecting PHP/Python/.NET with support for common applications like WordPress, Drupal, Django, and more.  Another example is what Heroku did with Ruby and PostgreSQL.  The heavyweights are the only players with deep enough pockets and the required patience to push new programming dynamics.  Microsoft will look at how things are evolving and in order to defend .NET/C# will embrace the Mono Project creating a real threat to Java in the enterprise.

Java won’t take things laying down.  Despite the fallout in 2010 over Oracle vs. Google, over the Apache Foundation first joking with Oracle and then stepping down from the JCP Executive Committee, and the many other examples such as James Gosling, the creator of Java, coming out against its new steward Java still maintains #1 position on the TIOBE index.  Oracle, IBM, and VMware all have deep pockets and big revenue streams tied to the continued success of the language.  IBM, while late to the PaaS party, will tie together Tivoli, WAS, and other components to build a robust platform for their customer base.

The blog-o-sphere will erupt in debate about “what is a true platform as a service” as much as they went on and on in 2010 about infrastructure as a service APIs.  Despite what the pundits believe the majority of the enterprise IT dollars will go towards “false platform” private cloud solutions. Making the leap for major projects from current development methodologies and procedures to one of the new platforms will be too much — IT organizations need evolution, not revolution.

3. Enterprises will begin to evolve their virtualization deployments into private clouds and they’ll expect networking and audit controls beyond the capabilities of many current systems

Cloud deployments in enterprises will go in two different directions depending on the expectations of the project sponsoring executive team.  Departmental usage of cloud that flies under the official process RADAR is not what I’m talking about.  Over the past year I’ve had conversations with numerous people on Fortune 500 IT strategy teams and cloud is being looked at a couple of different ways. One group looks at it only as a technology solution that will magically make their operations more efficient.  Another group realizes that the automation cloud brings only benefits them if process changes happen in parallel with with the systems improvements.  Enterprise cloud projects that are only technology focused will not provide any meaningful savings and enterprises going this route will become disenfranchised.  Virtualization was about consolidation not automation and because of that it didn’t include business process changes that cloud requires.  You can’t simply install a “cloud upgrade” to your virtualization system and instantly have a cloud.

Dilbert - Cloud EncryptionThe cloud projects are going to run into a second set of hurdles.  Up to this point typically departmental non-audited, non-regulated applications have been deployed by enterprises on clouds.  In 2011 projects will need to address the corporate risk management and IT audit requirements.   Major public clouds such as Amazon Web Services and Rackspace have addressed and received various attestations such as SAS70 Type II (Rackspace example), ISO27001 (AWS example), and PCI DSS [PDF] (Visa Global List of Validated Service Providers) showing that it is possible to build cloud services that meet compliance requirements.  For enterprise projects to be successful they need to involve risk and audit up front so the proper control mechanisms are in the deployment.  Because cloud is about workflow automation having to insert a manual audit control late in the project in order to meet the launch plans will eliminate many, if not all, of the projected benefits.

Corporate risk and IT audit teams will invalidate a number of cloud software fabrics and those platforms will quickly try to re-engage on projects by announcing partnerships with security companies. Platforms that come from service provider and government backgrounds such as OpenStack have a head start along with platforms that have evolved from enterprise DNA such as VMware.  As enterprises start to spend significant dollars on cloud the R&D investment in cloud platforms will dwarf what has been spent to date and any head start present currently can see it easily vanish in 2011.

Audit controls for cloud platforms need to include both host and network services.  It is possible to architect a cloud and map the controls into existing systems though this won’t be instantly turn-key or easy in 2011.  Network virtualization will make cloud systems more flexible at a cost of making compliance controls more complicated.  Process wise this also introduces another department into the cloud deployment discussions.  Most clouds deployed in 2011 will focus on server automation and networking will be addressed in subsequent phases of the technology transition in 2012+.

Conclusion

2011 will be another big year for the adoption of cloud technology but these fundamental shifts happen slowly — especially when they involve people learning new processes and not just transparent technology replacement.  When done right, cloud will make IT vastly more efficient and when cost of services decline the demand for those services often skyrocket.

This post focused on the cloud computing.  I’ll be making other posts in January about distributed storage platforms (aka. “cloud storage”) and why they’ll be important for enterprises to understand and have readily available to their users before the middle of the decade.  It is a fundamentally different problem as many cloud storage systems can be installed transparently without end user process changes.

Why OpenStack matters to me

I’d like to start off with an apology to everyone out there that over the past 9 months if I didn’t reply to your email, didn’t answer your phone call, or made your life less interesting by disappearing from Twitter and from sharing my thoughts on this blog.  I’ll be out, alive and available again now that OpenStack is a reality.

Life is about priorities and hopefully at some point in your life you have already had or will have in the future an opportunity to work on something that has the ability to really make an impact.  At Rackspace we are a Strengths based organization.  My top 5 are Learner, Achiever, Competition, Analytical, and Focus.  I’ll use my strengths as a way to explain the past ~9 months.

When we started exploring the strategy around this all of us had lots to learn.  We’d all used open source software.  Some of us on the team had contributed to projects, but we all knew we had a lot to learn if we were going to get this right.  The great thing about open source, the full history of all of it is on the Internet.  You can go back and read mailing list archives, you can find out who contributed to a project, who led them, who had influence and you can reach out to those people and they’re often happy to talk about it.  This is very different from trying to do research on businesses where information is hard to find — no corporation will share their full mailing list archive that covers the history of their decision making (heck most don’t even have one).  The openness and ability to learn about things easily was a huge motivator for me.

So began the Learner->Analytical->Focus->Achiever “death spiral”, well the “death” of my learning anything not involved on this project that is.  The good news is those 4 strengths together make it so I really enjoy learning about new complex systems and figuring the best way to navigate, the bad news is the Focus->Achiever half may let me chase Alice all the way down the rabbit hole to Wonderland.  Sometimes this is counterproductive where a decision could have been made “good enough” with less analysis but in this case I’m really happy about it.  When forming an open source community you have a lot of choices to make and all of them have different benefits or drawbacks and the perception of is it a benefit or drawback varies from the perspective of the individual or group.

Forming this community is important enough to go all the way down the rabbit hole because thousands of people will become part of it and each potential member of the community is worth more than an hour of my time.  This gives me a good segway to talk about scale — If you’re only going to use a piece of software once to solve a single need then you should make it just good enough to get the job done — you should optimize for min(time coding + time for code to run[where you have to pay attention to it]).  The opposite end of the spectrum is a project like Linux (or like OpenStack will be — I dream big!) that runs on millions of machines 24/7 all around the globe.  If you can make an operation one minute faster on something that runs on a million machines you save 2 years worth of system time.  With that same idea we spent all the time we could making sure we got the community started the right way because every hour we spent will be multiplied by each of you that join it.

So now here is where my Competition kicks in.  I don’t want to make just an average community and then go watch reruns of “Everybody Loves Raymond” (Ray, hopefully you aren’t offended, you shouldn’t be, you were the first show that I know made it to rerun syndication that popped into my head!) on local TV — I want to make the best community ever.  The problem is… the bar is really high.. it isn’t like I said, “I want to make the biggest ball of rainbow yarn a person with a 9 letter long name made on a Tuesday afternoon” — I want to make the best open source community around a distribution of projects out there — and a lot of people have done an excellent job at this.  So to do this we’ve learned as much as we could from past projects to lay the proper foundation.  With that let me lay out the “4 opens” (I’d like to credit Rick Clark on our team for summarizing these thoughts into a concise and clear manner we can all hopefully understand)…

Open Source: We are committed to creating truly open source software that is usable and scalable. Truly open source software is not feature or performance limited and is not crippled. We will utilize the Apache Software License 2.0 making the code freely available to all. [Personal commentary: What this means is "we accept patches", the project won't block a feature contribution because it competes with a commercial feature a community member has.  This doesn't mean all of those commercial entities have to contribute all of their code -- it just means they aren't guaranteed exclusivity.]

Open Design: Every 6 months the development community will hold a design summit to gather requirements and write specifications for the upcoming release.  [Personal commentary: The design summits have been great (so far we've had 2) to get people aligned and to really get the complicated items solved.  An example on this is the large object support for Object Storage, members of the community had a number of different implementation ideas and through discussion we've come up with a great way to do it.]

Open Development: We will maintain a publicly available source code repository through the entire development process.  This will be hosted on Launchpad, the same community used by 100s of projects including the Ubuntu Linux distribution. [Personal commentary: Getting code and designs out in the open as early as possible in the process allows everyone to benefit from the power of a community in the biggest way possible.  This also makes finding and fixing big problems much easier as each patch can be tracked and its individual impact measured.]

Open Community: Our core goal is to produce a healthy, vibrant development and user community.  Most decisions will be made using a lazy consensus model.  All processes will be documented, open and transparent. [Personal commentary: Everyone should have a seat at the table at a level that corresponds to the effort and contributions they're putting into the project.  With all of the decision making done in IRC meetings (with transcripts) and over mailing lists members of the community can see "how the sausage was made" rather than just the end result of the decision -- this is really important to build and maintain trust.]

We’re off to a fun and exciting start.  Looking at the stats from this week I’m amazed at the amount of contribution we’re seeing from such a large group of developers (stats for the week of 12/3 to 12/9):

  • OpenStack Compute (NOVA) Data
    • 17 Active Reviews
    • 97 Active Branches – owned by 34 people & 4 teams
    • 472 commits by 26 people in last month
  • OpenStack Object Storage (SWIFT) Data
    • 5 Active Reviews
    • 41 Active Branches – owned by 19 people & 2 teams
    • 184 commits by 15 people in last month

This shows me what we’re doing is working and given the time to continue to grow and bloom OpenStack Compute can help IT make the move to automation the same way manufacturing has over the past 50 years.  Yes, I’m saying IT isn’t automated right now. IT automates other tasks inside the Enterprise but they haven’t really automated many of their own tasks (this probably deserves a full post of it’s own).

Object Storage is potentially more important even than the automation.  This is a topic I’ve been presenting on frequently because I’m very passionate about it (see the Strengths above) as it allows us to see an order of magnitude increase in efficiency over the TCO of “the average storage solution”.  It doesn’t serve every storage use case but the use case it does serve is growing rapidly and over the next decade it’ll be clear to everyone that their largest storage platform (in terms of GB stored) will be object based.

I expect we’ll see additional projects as part of OpenStack over the next year but we should keep that bar high as a community on what is a major project.  Both Compute and Object Storage are providing software for ubiquitous problems that are growing in importance to everyone.  Some items that clear the bar for me (these are critical issues to all users and operators of clouds a decade from now):

“Networking as a Service” — This should be abstracting from the end-point computing service as it can be utilized by all projects and to provide connection points to other inter-cloud and non-cloud services.  Here we can define, routing, switching, and filtering network devices and we can automate their integration with other cloud services.

“Inter-cloud Services” — As different clouds become available with varied services we need an automated way to discover and catalog them the same way routing protocols advertise network availability so we can have a loosely coupled global network (you may be familiar with it.. the Internet).  OpenStack is a great place to define a reference implementation of the directory and advertising capabilities as all interested parties can have a seat at the table to contribute their needs.

Some items I’m on the fence about (the reason I’m on the fence isn’t that they aren’t extremely important to some implementations, it is that they aren’t important to all implementations):

“Host Provisioning Automation” — For service providers that are constantly growing and re-provisioning assets automating these tasks is critical.  For a SMB that is going to build a 2-6 cabinet cloud solution once this isn’t nearly as important.

“Security & Compliance Services” — Everyone wants “some level” of security but what that level is and what amount of the resources that get dedicated to providing them varies widely.

“Network Block Storage Services” — As the performance and size of local storage continues to increase the need for network block storage decreases.  I’m still a big believer in the benefits here for many use cases; it just doesn’t apply for every use case.

I really believe 2011 our community has a chance to really deliver “the promise of cloud” to the masses through the efforts and commercial implementations created by the members of our community.  As exciting as getting things off the ground in 2010 I’m even more excited about the future to come.

Advertising isn’t the only business model for websites

People pick advertising because it doesn't require selling and selling is hard.

A post by Ken Fisher at Ars Technica stirred up quite the hornet’s nest.  Brian Carper replied that, “Advertising is devastating to my well-being”.  Rob Sayre chimed in on the Mozilla Blog about, “Why Ad Blockers Work”.  All three of these were picked up by Hacker News and became some of the most commented threads of the week.

I’m not going to rehash anything said in those posts — I’m instead going to look at the different business models in the print and broadcast media markets and ask the Internet site operators why they aren’t trying to monetize in those ways?

In print media publications exist that are 100% advertising supported.  You’ll find them in the magazine racks by the exit of your local supermarket or in between the exterior door and interior door of a coffee shop like Denny’s.  These publications have marginal quality content — not good enough I’d be willing to pay for it but good enough that if I want something to read while I eat my Grand Slam I might pick it up and thumb through it.  If you operate a website and you try to support it 100% through advertising you’re telling me, “My content is marginal so I only believe I can monetize it through advertising because you wouldn’t be willing to pay me for it.”

Moving to broadcast media the days of 100% advertising supported is nearly gone.  As of this study from December, 2008, nearly 90% of US households receive their television through a subscription based service.  We’ve seen a decade or more of whining from the major networks that they can’t continue to provide the quality we’re used to while viewership continues to decline.  None of the networks provide 24×7 original content, after 11:00PM on most you get 6 hours of infomercials until the early morning news shows.  The whining by website operators that users block their ads sounds a lot like the major networks crying the same thing with DVRs (a DVR is the functional equivalent to an Ad Blocker in your browser as long as you skip the commercials with it) and/or the fact we have more selection now due to competition from companies with other models.

Most content today is published under a hybrid model of pay for content (either through one time purchase or a subscription) plus advertising revenue.  This is model is used by magazines, newspapers, and cable TV channels.  Because they have a hybrid model they can produce content that doesn’t require as large of an audience to generate a profit.  Ars Technica comes close to using this model on the Internet except when you subscribe there all they do is stop showing ads — they aren’t getting the model right.  I pay a monthly subscriber fee to TNT or ESPN and they still show me advertising.  If you’re going to have a subscription service on a website give the users access to premium content — don’t just turn off ads.  I’ll pay for premium content and I won’t pay to have ads turned off when I can turn them off for free with an ad blocker.

The final model is 100% pay for content with no advertising.  In the print business this applies to very few publications — mostly academic journals.  With broadcast media many “premium channels” exist such as HBO, Showtime, Cinemax, and Starz that generate all of their revenue from pay for content.  Ars Technica is jumping from the 100% advertising model to the 100% pay for content model but they’re giving away the exact same content.  Many HBO subscribers would be willing to watch their favorite series with commercials for free each month instead of paying the $10 subscription fee — but HBO doesn’t give you that choice — it is subscribe or don’t get access.  For you to be successful with this model you have to have premium quality content that will attract more people willing to pay than your cost to produce.

Most of the Internet today is running in the first business model and because of that you get “weekly circular” quality content surrounded by tons of flashy advertising.  Very few websites have been able to successfully use a hybrid model.  The NY Times and WSJ are a couple of examples.  I’m not certain if their web divisions are profitable or not — that doesn’t have as much to do with the inability to run a hybrid model web property as it does that they have a mostly print based company still with costs a pure Internet business would not have.

We’re still very early in the days of media moving to the Internet.  Based on some 2009 estimates Internet advertising amounted to ~$21B whereas newspapers still brought in ~$31B, television at ~$36B, and magazines at ~$16B — these numbers are just advertising revenue, purchase/subscription numbers not included.  As revenue continues to shift to Internet publishing formats you’ll see all models emerge and as a publisher you’ll need to figure out which category you want to be in.  If you don’t view your content as “local circular” quality then perhaps you should start looking at a new business model today.

Why “Tier 1″ support is rarely excellent and how to prevent it

We’ve all been there….something we have is broken, we can’t fix it on our own and we dread picking up the phone to call technical support because we know it won’t be a good experience.  Many of you think, “It’s tier 1 support, how hard can it be to learn this stuff?”  The truth of the matter is that for many people it isn’t hard but those people are rarely the people you get on the phone.

A tier 1 role is by definition an entry level position.  Based on the stats from Top Grading only 25% of the people hired into any role will excel at it.  So at first glance you should have a 1 out of 4 chance of having an excellent tier 1 experience but the hiring only tells half the story.  Some of the people hired in at a tier 1 level aren’t complacent and don’t want to stay at that level if they are excellent — they took the tier 1 job to get in the door and from there they want to move to other roles.  Other people hired into a tier 1 role are only a C player even in that role and they aren’t qualified for anything else — they’ll be a tier 1 forever.  This leads to eventually the tier 1 ranks of a given support center filled with B and C players (some C players will become B players in a role but very rarely do they turn into an A player) as the A players are promoted to other roles and the others remain.

Make your agents owners of issues, if anonymous they can be mediocre

Have agents identify themselves, anomymity promotes mediocrity

So how do you fix this if you’re a company with a support organization?  A few options exist and the easiest to implement is hiring the right people in the first place.  This will end up sounding like a promotional piece for Top Grading but if you hire A players 75% of the time instead of 25% you’ll always have a good amount of A players even in the tier 1 ranks.  Another option is to hire for a tier 1.5 role that is customer facing and if people turn out to not be an A player in that role give them a lateral/demotion to a tier 1 role where they perform non-customer facing non-time sensitive tasks — your B/C player at the more difficult role will have a much better chance of being an A player at the easier job.

A third option is to provide training or teaming.  Training is useful where somebody enjoys the tasks they’re being asked to do but they aren’t very good at them.  Training is not going to make a person an A player at things they don’t enjoy doing — this is where teaming comes in.  As a manager people on your teams will have different strengths and by teaming people with complimentary strengths together you can improve both of their performances.  As an example assign the analytical person the task of building a score sheet to measure performance and ask the empathetic woo person to try and rebuild a relationship with a disgruntal customer.

At the end of the day though you have to be willing to have difficult conversations with people, especially difficult in an economy like today — that they may not be a fit for the role their in and that you need them to find another role in the company or looks elsewhere.  While it may be hard for both parties to have the conversation in the long run it is better for everyone — people want to be an A player in the role they fill when they wake up each day — it isn’t fun waking up and knowing you’re headed to a job where you’ll struggle for the next 8-10 hours.

So next time you talk to that tier 1 support person don’t be so hard on them.  They applied for a job, they were hired — somebody told them they could be successful and good at it.  When you ask for a manager instead of yelling at the manager about how bad their tier 1 was ask them if they use a Top Grading style interview process, if they provide training or teaming, if they are doing anything to make that tier 1 successful — if they aren’t doing any of that feel bad for the tier 1 as they’re working for a management team that accepts mediocrity or doesn’t know enough to fix it.

Cloud Computing, “For Everyone, Not Everything”

Cloud computing is a broad term that covers Internet based services that provide SaaS (Software as a service), PaaS (Platform as a service), and IaaS (Infrastructure as a service).  SaaS services are the most commonly used cloud solutions — web based e-mail is the prime example.  The most widely used PaaS offering is probably WordPress.org unless you consider customizing your Facebook profile a very restricted PaaS. IaaS is the newest of the cloud services with the most well known example of Amazon Web Services which includes EC2 (cloud servers) and S3 (cloud storage).

Until Hotmail launched in 1996 we all pretty much had an e-mail client on our own system and potentially had to run our own mail server if we didn’t want to have a mailbox tied to our college or ISP — now almost all of us use any number of SaaS e-mail services.  Many of these e-mail services now include full features that businesses expect such as Rackspace E-mail or Google Apps Enterprise.

Before cloud based services if you wanted to have a website you had to run your own server until GeoCities launched in late 1995 — now PaaS providers from GoDaddy, for low price, to Mosso, for horizontal scale, provide very capable platforms to deploy a website without having your own server.

Now IaaS providers like Amazon, Terremark, and Rackspace are eliminating the need to always deploy and manage dedicated configurations for complex applications.  Before these type of IaaS offerings companies like Twitter would end up with their own datacenters and dedicated infrastructure.  Load testing services from companies like SOASTA would be cost prohibitive to offer.

So what about the title, “For everyone, not everything”?  It sounds like cloud has the capability to do everything now doesn’t it?  In a broad sense, yes, it can do a bit of everything but specific use cases in all service times aren’t a fit for cloud.  In the e-mail world if you want to do offline messaging on an airplane you want a mail client.  At the platform service level perhaps your application runs 10x faster if you can customize a couple of libraries or it just doesn’t work at all without those changes.  The infrastructure offerings force you to re-architect for horizontal over vertical scale to use them effectively.

Many other use cases aren’t a fit for the cloud yet.  Take video rendering as an example; it is much less expensive to buy a video card capable of performing rendering than it is to stream the rendered video over a network as 30 JPGs per second.  Another example is a retail POS system, at least some of the functionality needs to be in the store — you don’t want to stop selling things if network connectivity is lost.  Many more explanatory and reasonable examples abound.

Will cloud ever be the answer for all computing needs?  I doubt it, but over time it will be used to solve more problems because a centrally managed pool of resources provides greater efficiency and flexibility.  An example on this is utility power; we use it almost exclusively now but for a few use cases we still need generators.  Cloud will succeed and it will be adopted for a wider set of use cases over time as it will address those use cases better than previous generation solutions.

Unexpected use cases, what a Service Provider never sees coming…

Service Providers launch offerings with a particular use case or set of use cases in mind.  Flickr launched a photo/video sharing site, Joyent offers Accelerators to host websites, and Google/Yahoo/Hotmail/etc. offer free e-mail.  All of these services have other ways they could and probably are being used….ways the product teams never expected.

Plenty of on-line backup services exist, Jungle Disk (disclosure, they’re owned by my employer), Carbonite, Mozy, AT&T Remote Vault, and more.  These services are all priced around $50+/year after you have a resonable amount of data.  This is where Flickr enters the picture in our unexpected use cases…by using steganography I can have 50GB of free backup and after that it only costs me $24.95/year for unlimited.

Why are free e-mail services interesting? They offer free storage and bandwidth again expecting you to use it for e-mail. Many of their terms of service don’t prohibit account sharing. If you are a software company looking for a low cost way to distribute your newest release get company@<freemail>.com and upload it there. Setup the auto-updater in your software to check for a new version in the e-mail and if it is there download and update.

For general web hosting providers offer different package offerings with CPU/Disk/Bandwidth under the expectation you’ll host your entire site with them. To differentiate some offer extreme amounts in one of the categories to attract customers. One example of this is Joyent Accelerators with 10TB of transfer for $45/month (or $199/year prepaid). They figure you can’t use 10TB of transfer with 5GB of storage. I can host all of my images for an advertising campaign at Joyent and store the DB and rest of the site elsewhere. Off AWS 10TB of download transfer would cost you $1,700/month but CPU/Disk are much less expensive than they are from Joyent (my employer is Rackspace where our cloud offerings are priced much more like AWS).

This extends beyond just technical services as well. The best example of this is the “all you can eat buffet”. They pick a price based on average consumption and charge everyone the same. This works better in the buffet world than it does in the information services world as people generally eat in groups of friends or family. Information services however we can consume individually thus allowing use case versus price arbitrage much more efficiently.

Service cost arbitrage exists all over, the reason we have it, and the reason more people don’t take advantage of it is many of them aren’t efficient to utilize. If I release a steganographic Flickr backup client they’d change their terms of service. If all software companies started using free e-mail services for distribution, they’d change the terms of service. Even the “all you can eat buffet” would change the terms of service. When I used to wrestle in high school our team of 40+ would go to buffets after our tournaments and we’d frequently see a near-realtime change in the terms of service — i.e. we’d get thrown out of the buffet after we ran them out of food.

When developing a service offering the best way to meet the expectations of all of your customers is to price each component in a fair manner. Consider running promotions or specials with limited terms if you’re trying ways to attract new customers rather than setting artificially low prices in a particular category believing people will use the expected use case.