Five Software Delivery Industry Predictions for 2016
Looking back at 2015, this past year saw significant changes in the software industry. Check out our predictions for DevOps in the coming year, and understand how the industry plans to “build better software faster.”
Join the DZone community and get the full member experience.
Join For Freelooking back at 2015, this past year saw significant changes in the software industry. increasingly, software is more and more pervasive in nearly all aspects of our everyday lives: from business, government, and education, to shifts in the way we travel, parent, and monitor our health and homes. three major mainstream shifts that happened within our industry are the advent of the internet-of-things ( iot ), the rise of microservices architecture and container technology , and the advancement of devops as an extension of agile practices.
by connecting, collecting, and analyzing machine data from billions of sensors—from the connected car to smart home appliances—iot offers the promise to turn data into knowledge, and knowledge into action. in the development world, the rise of microservices architectures and container technology has disrupted the way in which organizations build and deliver software. another recent shift is that devops has clearly superseded agile as the software delivery initiative of the year. the main difference with the devops movement is that, unlike the grassroots origins of agile development, much of today’s devops innovation is happening within larger enterprise organizations with strong business and executive sponsorship.
some predictions for the coming year:
1) devops goes mainstream in the enterprise
as the benefits of devops become more well known, the idea of devops as cutting edge innovation has given way to the idea of devops as mainstream. as was evident at this year’s devops enterprise summit , the conversation among industry experts has moved beyond hype-cycles to real-world approaches and use cases.
while devops is still relatively loosely defined, and is not a “one size fits all”, we’re going to see more patterns emerging for successful devops implementation and for accelerating the transformation in large organizations. these patterns will unveil common challenges, but also common architecture and specific use cases for different verticals, such as finance services, retail, healthcare, and more. as more large enterprises mature in their devops journey and share their experiences with the community, they’ll move devops adoption forward, leading to more success and industry innovation.
in addition, as expertise in devops practices becomes more and more critical to businesses’ successes, management teams are being restructured to reflect this.
2) devsecops: devops as an enabler to security and compliance controls
with the increase in always-on connected devices, accompanied by an increase in costly data breaches, vulnerabilities of open-source components, and cybersecurity threats, information security and compliance are even more critical to businesses these days.
traditionally, devops was viewed as a risk to information security (infosec), with the increased velocity of software releases seen as a threat to governance, security, and regulatory controls. as enterprises continue to prove that devops practices actually mitigate potential security problems, discover issues faster, and address threats more quickly, 2016 will be the year devsecops matures. we’ll see infosec embracing devops and collaborating with other stakeholders in the organization, to bake-in security and auditability into the software delivery pipeline, and better align these with business goals such as fast time-to-market and innovation.
3) burst of microservices, and the patterns to manage them
by splitting the monolithic application into smaller services and decoupling interdependencies (between apps, dev teams, technologies, environments, and tooling), microservices allow for more flexibility and agility as you scale your organization’s productivity. in 2016, look for microservices architectures to gain further traction as common use cases and best practices take hold in the market.
while they can support continuous delivery and more rapid releases, microservices do introduce architectural complexities and management overhead, particularly on the testing and ops side. what was once one application with tightly coupled processes, is now a composite set of orchestrated services that connect via the network. this has an impact on your automated testing, monitoring, how you ensure governance and compliance of all the disparate apps, and more. 2016 will see the emergence of more tools and best practices for managing microservices on a large scale–from container orchestration, service virtualization, service discovery, and more.
4) rethinking configuration management
as docker and container technology grow in popularity, and as the industry matures to understand the difference between configuration management (cm), end-to-end continuous delivery (cd) orchestration, and application release automation (ara), where do configuration management tools fit into the shifting landscape of cloud, configuration, and provisioning?
many of the challenges that configuration management tools were developed to address—such as the need for reproducible environments—are becoming simpler with docker and model-driven deployment capabilities of ara solutions. this is not to say that configuration management tools will cease to exist as containerization gains share of the (production) market, but in 2016 we will see how this competition affects the software delivery space, as cm vendors adapt to the changing landscape.
5) things are getting faster
docker and containerization are big trends in the industry right now. the spin-up speed of containers is one reason why they’re often favored over virtual machines (vms), but that will likely change in 2016. companies like intel, vmware, and coreos are developing solutions to reduce vm start time in order to get them to perform more like containers, and the industry is reacting positively. recent innovations in vm start time will blur vms and containers even more, such as the introduction of vms like intel clear containers.
at the same time, containers are also evolving rapidly and are becoming easier to implement and more mature to allow for enterprise-grade stability and management. as a result, the entire sector is getting faster.
wrap-up
all of these predictions point to a maturing software delivery process that builds from the disruptive nature of highly iterative agile methods. the moves to devops, microservices, and container technology support and represent our industry’s collective effort to “build better software faster.” one thing is certain, the impact of software on all facets of life will only grow during the coming year, as will efforts to keep ahead of the increasing complexity and pressure that comes with delivering software that matters.
want to read more on these trends?
check out the predictions from electric cloud’s
anders wallgren
and
nikhil vaze
on vmblog.com
and finally, we wish you happy holidays and a happy new year from all of us here at electric cloud!
(even though the picture only shows *some* of us!)
have a great 2016!
Opinions expressed by DZone contributors are their own.
Comments