BLOG

New Skill and New Demands: The Private Cloud Challenge for Network Operations

Robert Haynes Miniatur
Robert Haynes
Published August 31, 2017

Cloud adoption changes the way we deploy applications, the way we work, and the way that IT fulfills our responsibility of “stopping of everything breaking.” Automated deployments, templated services, and self-service tools are part of the new reality of working in a cloud-age IT organization.

Which is why it’s a good job that most IT professionals are natural continuous learners. Because not only are there new tools and techniques to learn, there are whole new ways of working to deal with too.

As an operations team transitions from ‘button pushers’ to ‘button creators,’ you are going to have to learn the both skills to create those buttons, and the knowledge to know what kind of buttons to create.

Enough waffle: let’s talk about the kind of buttons you need to create. The short answer is that in the world of automation and self-service you need to create a declarative interface for your customers to specify what service they need, without the knowledge of the steps required to create it. This enables a developer (or other requestor) to create a representation of what the end state of the infrastructure should be, and rely on the tools and integrations you build to deliver it. Behind this simple(?) goal lies considerable complexity and also the real value that network operations brings to a cloud environment as they transform and adapt to become network automation specialists rather than implementers. Because behind a declarative interface – whether that is a GUI, an API endpoint, or a system the ingests a text file and builds a fully functioning infrastructure from it, there is a lot of imperative work going on in the background. Just as behind the request for a “large decaf soy-milk latte with caramel drizzle” there are a lot of steps (and probably just a little head shaking form your barista in the former case) behind a line in a text file to include WAF protection for an application, and there are number of API calls and implementation steps which need to be done in the right sequence with success – checking along the way to deliver a configuration that is effectively protecting an application.

If this sounds like a job better suited to a programmer, you’d be both right and wrong. Right because there will be some programming scripting and API-fu skills required. Wrong because the domain knowledge of the network operations team is, despite what many might think, critical to delivering quality applications at scale. The knowledge and experience of creating supportable, maintainable infrastructure is far too important to be lost in the transformation to an automated deployment model.

So how to create the interfaces? Some of that is going to depend on your organization’s automation strategy as a whole. There is no point building an automation system built around a tool that doesn’t align with the way the rest of the application stack is being deployed, or the cloud platforms in use. Plan to learn the deployment tool of your organization – or if that’s not decided, then become at least familiar enough to make some recommendations. Learning some of the core automation concepts and exploring the API capabilities of your infrastructure is also essential groundwork.

Even if full automation is still a future project, what you can do now is work on creating standardized templates of your most common deployments or operations – tackling the 80% of activity. Work out what the parameters are, what might vary from deployment to deployment and what should stay fixed. Things like SSL cipher suites are usually fixed and standard, for example, whereas the SSL certificates used will often vary. Building these templates out will start to create the building blocks of your automation implementation.  If there are vendor tools to enable the automation of your components,  or software libraries to integrate them into automation tools, then getting evaluation versions and testing them is also a great start.

As well as automated deployments, you might need to start planning automated lifecycle management of your infrastructure, along with capacity planning and workload management. All of these need to be at least a consideration for automation.

So even if you are at the start of your private cloud and automation journey, there are plenty of steps you can take now to ensure a successful conclusion. For most of us, automation is coming, and coming soon, and the time to get ready is now.