DOES14

Future of DevOps and CD
Hosted by Steve Brodie, CEO of Electric Cloud, and Gene Kim, noted DevOps author and researcher
   10 years ago
#DOES14DevOps Enterprise SummitCrowdChat with Gene Kim and Steve Brodie about DevOps Enterprise Summit in Oct 2014
John Furrier
Q3: What is the current state of DevOps in the software development industry?
Steve Brodie
I really see it vary by vertical. Certainly, seems to be fairly standard practice for emerging, Silicon Valley startups
Elisabeth Hendrickson
DevOps is where Agile was 10 years ago: real in some places, illusion in others, largely mysterious for most folks.
Steve Brodie
But, we are much earlier in the adoption cycle for many larger traditional enterprises
Steve Brodie
One of the big challenges is having a common definition of whatis meant by DevOps
Steve Brodie
I actually see DevOps being more like where Cloud was 7 years ago
Steve Brodie
We didn't have the definitions of IaaS and PaaS in cloud world and everyone was saying they were a cloud vendor
Jeremy Douglas
@stbrodie what is your definition of it?
Steve Brodie
DevOps is similar in some ways. Is DevOps a methodology, cultural movement, technology
Steve Brodie
@damonedwards I'll defer to Damon for the definition of DevOps
John Furrier
@stbrodie agree on #devops being like cloud 7yrs ago; it's about engineering
Jeremy Douglas
Why has IT become a strategic asset for the leading enterprises today and how does #Devops play into that? #DOES14
John Furrier
IT who? #devops changes the face of IT
Elisabeth Hendrickson
Software is ubiquitous, and technology provides strategic advantage even for decidedly non-tech companies.
Steve Brodie
Software has become the primary innovation driver across nearly every vertical
John Furrier
All joking aside; the lines between IT as organization vs the business functions are blurring so IT is not a dept anymore it's everywhere
James Wickett
I dont know if IT has become a strategic asset
Andi Mann
Because every business is a software business, so IT is a critical success factor. Like Andreesen said in 2011, software is eating the world. Today, pretty much every business is being rewritten by software. To poke Nick Carr in the eye, IT still matters.
Steve Brodie
You always hear about the examples of Netflix and Amazon disrupting their market levergaing technology and software
James Wickett
most software innovation that matters isnt being done by the IT dept
Steve Brodie
We are seeing even more software driven disruption. Look at Nest with their home automation, Uber and how they are disrupting taxi market
David Ashman
@wickett I disagree - I think you have pockets in different places in different companies.
John Furrier
@wickett I agree with you 100% IT needs to be more innovative
Kyle Hailey
IT is constantly bottleneck for app dev, reporting envs, audits so the need for agility and Devops and eliminating that bottleneck @JerDoug
Steve Brodie
@wickett Agreed. Oftentimes, traditional IT has become a bottleneck
John Furrier
Do you think in house software development is a legit trend or just hype?
Steve Brodie
This is often the driver for adoption of IaaS and SaaS at the departmental level
Scott Prugh
At the base, technology is a workforce multiplier. It can unlock multiples of value delivery in business.
Kyle Hailey
Yes, Devops moving faster than legacy markets Apple vs. Kodak, Uber vs. Taxis, Amazon vs. Retailers. Use data virtualization for your speed.@JerDoug
Andi Mann
@wickett That is a rather bold generalization. In the same spirit, I will say that it is a bad one. Enterprise IT departments can and do drive innovation that matters. Often through cloud, devops, agile, mobile. Odd that you have never seen it.
Kyle Hailey
IT Innovation is core of success 49% of Leaders adopted DevOps to speed application delivery vs 6% of Laggards http://www.ca.com/us...
James Wickett
@AndiMann or odd that you have? in seriousness whatever it is, call it R&D or stealth IT or in-house startups... people usually circumvent traditional IT to make things happen
Andi Mann
@wickett heh, good shot! But yes, while 'shadow/rogue' and biz users are doing a lot to transform their biz (and fwiw, circumventing IT is not at all new), it is a myth that IT is not. Actual brand-named IT depts are also innovating.
John Furrier
Q2: What is the future of Continuous Delivery?
Damon Edwards
Actually do it. Like Agile, Lean, etc... most are only doing parts or in name only
Steve Brodie
Perhaps surprisingly, we see many embedded software development organizations beginning to adopt CD practices
David Ashman
More integrated software support. End to end solutions that make it easier for all participants to see the success and failure of their pipelines.
John Furrier
Does the group think there is different processes for web vs native mobile? thoughts
Elisabeth Hendrickson
I think we'll see wider adoption. I'm biased because I work on @cloudfoundry, but I think PaaS will be a big part of that.
Elisabeth Hendrickson
@stbrodie Not just embedded. Hardware is doing agile too. See http://www.agilesoc....
Steve Brodie
@stbrodie We have customers like SpaceX doing Continuous Delivery of the software going on their Falcon rockets. CD is imperative to achieve their goal of 25 rocket launches in 25 months
Steve Karam
Q2 is my baby, @furrier. The future of continuous delivery is the ability to sync to a source ONCE and create unlimited virtualized copies of that source as of any point in time in minutes. True data on demand without boundaries.
Scott Prugh
Large enterprises can gain value in many of the CD practices without actually delivering to production.
Steve Karam
Q2: In the end, I see continuous delivery as the ability to sync and virtualize once, govern in a single place, and deploy anytime/anywhere (cloud included) without obstructions or intervention. A smooth data supply chain.
Scott Prugh
One of the problems we started running into is the speed at which the end consumer can take the updates.
Elisabeth Hendrickson
@OracleAlchemist Not sure I understand what you mean by sync to a source & unlimited virtualized copies. Are you talking about data?
David Ashman
Scott: That has been Blackboard's primary blocker in CD.
Steve Karam
@testobsessed Apps + data, the whole stack. If we can provision entire environments to any team at any time, we can make testing and process flow truly automated and bottleneck-free.
Steve Karam
@testobsessed Sorry, having to multi-part the answer so it wasn't totally clear.
Scott Prugh
@David I think end user engagement(early) and feature toggles are key...
Scott Prugh
The danger with feature toggles(especially by customer segment) is twofold: 1) complexity explosion and 2) false testing security(you still need to test all the feature toggles)
R J
@ScottPrugh Agree with thoughts on feature toggles ... deploy != go live