TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you define DevOps and is it dead?

69 pointsby zabanaabout 8 years ago
I keep reading about AWS killing the DevOps profession and was wondering what were your thoughts on the matter ? Is DevOps dying as a profession ?

33 comments

jMylesabout 8 years ago
It&#x27;s a good time to step back and define (or re-evaluate the definition of) &quot;DevOps.&quot; It&#x27;s an interesting word for an interesting movement, but (I think sadly) it has come to mean just &quot;Ops.&quot;<p>&quot;DevOps&quot; is a teamwork style and process pattern, wherein the same people engineering the logic of a system also support each other in taking ownership over the execution of the logic and maintenance of the system.<p>DevOps means that, instead of sending an impatient email to the &quot;DB admin&quot; to apply your migrations, that you invite her to become familiar with the reason the migration was needed in the first place. In turn, she extends her toolchain to empower you to apply the migration yourself. Soon, you are part of the same team and the line dividing you, stopping you from supporting each other, is gone.<p>DevOps is good for people who like to always be learning; it can be difficult for people who like to ever more deeply specialize.<p>One thing that seems clear to me: the rise of packaged and automated ops solutions is not a threat to DevOps; on the contrary, it makes it even easier for a &quot;Dev&quot; team to collaborate on and take ownership of the &quot;Ops&quot; of an organization.
评论 #14183855 未加载
评论 #14183753 未加载
评论 #14188065 未加载
评论 #14184116 未加载
评论 #14183921 未加载
randallsquaredabout 8 years ago
DevOps is just the mixing of system administration and software development.<p>My company has a single team that handles all the technical matters, from cert and domain registration to database and system administration to CSS tweaks on the website. We&#x27;re a devops team. It isn&#x27;t necessarily the case that each and every member of the team is conversant with all the technologies involved, but each member is ready to co-pilot and pick up those tasks if necessary.<p>A devops engineer, similarly, is one that is conversant with many of these technologies themselves, and is competent to be at least a stand-in sysadmin, dba, developer, or whatever.<p>I don&#x27;t think devops is dying; a company with &lt;10 technical employees probably needs almost every one to be devops; there just aren&#x27;t enough people to silo some of them away. As a technical organization grows, more and more of the hires can be narrowly specialized, <i>and should be</i>, because devops hires are often going to be more expensive and less effective at any one narrow specialization.<p>AWS is just one of the tools in the toolkit of a devops engineer.<p>[edit for grammar]
评论 #14184257 未加载
holmbabout 8 years ago
I have read in exactly one place that &quot;devops is dying&quot; -- admittedly I have not read everything or even researched the subject -- and that was in the HN article about AWS CodeStar. I thought to myself at that time that they couldn&#x27;t be more wrong. Just because you lift the bar a little higher for what is automated in the tools you use now you just don&#x27;t remove the need for further automation and especially integration between services.<p>Any worry that devops is going away, regardless which standpoint you have, I think is unfounded. I might have to change my opinion in the next 5 years or so but for now I am quite confident the devops way is firmly not dying.
TurboHaskalabout 8 years ago
Not dead at all and definitely not killed by AWS.<p>My experience after a few interviews is that DevOps in 2017 seems to be a keyword for &quot;can implement Jenkins Pipelines and has experience with AWS&quot;.<p>Add &quot;will sell free time for cheap&quot; and you get yourself a SRE.
评论 #14184243 未加载
azurelogicabout 8 years ago
As a &quot;DevOps Engineer&quot; at a growing AWS-focused consultancy, I can say that DevOps is not dead, and AWS is not killing it. AWS is our toolbox. We use it to design, build, and deploy powerful, cost effective, and scalable solutions to our clients&#x27; problems. I know that sounds like a line of marketing BS, but that&#x27;s our real focus. Along the way, we&#x27;ll automate everything that makes sense in the process, especially deployment and scaling. So, maybe our definition of DevOps wider or more holistic than how most of the industry defines it. Either way, AWS is not automatic, and automating&#x2F;orchestrating ALL of its parts still requires some human smarts.
CrLfabout 8 years ago
Devops was never a profession. But I think it&#x27;s dead anyway.<p>The problem devops intended to solve was the lack of proper communication and mutual understanding between developers and systems administrators. It has failed to solve this problem and, by the current definition, is getting farther and farther away from doing so.<p>Two main reasons contribute to this conclusion:<p>1. For startups, trying to make due with the least number of people possible, the term has been taken to mean you need no systems administrators whatsoever. This is no different than startups have always done - have developers do everything - but now it&#x27;s disguised as a good practice.<p>2. Developers and system administrators have different goals. These need not be opposing, but having people wearing two hats means sacrificing one goal for the other. Usually, reliability and long term maintainability suffers as developers (as a profession) are much more vulnerable to hype.<p>Where startups are concerned, this may be irrelevant, as most go bust before this becomes a (culture) problem.<p>But for established organizations, this can lead to disaster. Every organization needs people that <i>care</i> about staying ahead of the curve and people that <i>care</i> about keeping the service at its highest levels of reliability (=quality). Both kinds of people must participate in the process from the start, as peers, and keep each other in check. This is (should be) devops.<p>PS: In the corporate scene devops is also dead, but because it now means &quot;systems administrator&quot; with no change in mentality, just to be cool.
Lazareabout 8 years ago
Dev = write code<p>Ops = run servers<p>DevOps = write code and run servers<p>&gt; I keep reading about AWS killing the DevOps profession<p>The articles I read are actually about AWS killing <i>ops</i> in favour of more devops, because apparently AWS makes ops so easy your devs can do it during their lunch breaks.<p>The technical term for this idea is &quot;nonsense&quot;.<p>&gt; Is DevOps dying as a profession ?<p>No, but it isn&#x27;t much of a profession. Large complicated systems will need both teams of devs <i>and</i> ops. Simple ones can work fine with overlap. Good tools can (very slightly) decrease the need for ops and increase the need for devops I suppose.<p>A better question might be: &quot;Is devops dying as a buzzword?&quot;<p>To which I can only reply &quot;I hope so, because it confuses more than it enlightens.&quot;
评论 #14185079 未加载
dstaheliabout 8 years ago
I like Donovan Brown&#x27;s definition of DevOps:<p><a href="http:&#x2F;&#x2F;donovanbrown.com&#x2F;post&#x2F;what-is-devops" rel="nofollow">http:&#x2F;&#x2F;donovanbrown.com&#x2F;post&#x2F;what-is-devops</a><p>&quot;DevOps is the union of people, process, and products to enable continuous delivery of value to our end users.&quot;<p>&quot;I am very deliberate in the terms used in this definition. I choose value over software. DevOps is not just automating a pipeline so we can quickly deliver software. Our goal is to deliver value. The term end users was also very carefully chosen. The value we produce must reach our end users. If the value only reaches the Dev and QA environments but is held up before reaching production where it can be realized by our end users, we are still failing.&quot;<p>&quot;It is very important to realize that DevOps is not a product. You cannot buy DevOps and install it. DevOps is not just automation or infrastructure as code. DevOps is people following a process enabled by products to deliver value to our end users.&quot;
评论 #14184164 未加载
评论 #14184021 未加载
评论 #14183920 未加载
评论 #14198790 未加载
d--babout 8 years ago
DevOps is the realization that the running of a software platform is a complex task, and so:<p>1. Operational matters such as platform upgrade, platform failure, platform testing, and so on should be incorporated in the general design process.<p>2. Engineers should be onboard in the day to day monitoring of the platform.<p>It shouldn&#x27;t come as a big surprise because it is something that is well understood in other engineering disciplines, but somehow in IT, the development team can be fairly remote to actual operations. For instance, when you outsource the design &#x2F; construction of an application, it doesn&#x27;t usually come with running the actual thing, or even the necessary training for supporting the application.
coolkilabout 8 years ago
I see dev-ops as a way a company has shaped its delivery process. This means a devops profession does not exist. In short it means that a developer has direct contact with an operator and tester or viceversa. Dev-ops focusses on short direct comunication which has nothing to do with technology or platform (like AWS Cloud, Azure or Google Cloud)<p>However technology can be used to enhance the devops delivery process. Tools like Puppet, Chef, Docker&#x2F;Kubernetes can have a positive effect.<p>To give an answer to your question: no devops is not dead. It is a way to work.
评论 #14183733 未加载
geofftabout 8 years ago
First, &quot;the DevOps profession&quot; is one of two major uses of the term &quot;DevOps,&quot; and, in my opinion, an erroneous one. But words are defined by how they&#x27;re used, so we have to deal with this.<p>You can see &quot;DevOps&quot; as a mindset, that developers should understand how to operationalize their code and ops staff should understand how to write and debug the code they&#x27;re maintaining. That is the original idea: there used to be a lot of resistance to the idea that devs should care about deployment or that ops folks should be expected to program.<p>You can also see &quot;DevOps&quot; as a role, meaning sysadmins who know how to code. That&#x27;s largely becoming less of a role, I hope, due to some combination of <i>all</i> sysadmins being expected to code (except in non-best-practices environments like large banks or small startups with opinionated people), and &quot;DevOps&quot; in the previous sense becoming more successful. AWS is certainly part of it, because it makes it more possible for someone with a developer skillset to deploy a working app, but devs have been pinch-hitting as ops for decades and it hasn&#x27;t killed the ops profession.<p>That said, knowing software engineering doesn&#x27;t imply a knowledge of AWS, and it certainly doesn&#x27;t imply a knowledge of how to evaluate tradeoffs in AWS - should you make the code more complex to span AZs? Should you deploy cool software on EC2 boxes or use AWS&#x27;s managed infrastructure? Should you store certain data in S3 or in a normal filesystem? If it&#x27;s in S3, should you make it directly accessible or proxy it through your app? etc. That will continue to be a skillset, and there will always be times when &quot;install normal software in EC2&quot; will be the right answer and therefore necessitate the entire old-school ops skillset. And for many industries, there will also be times when &quot;actually, don&#x27;t put this in the cloud&quot; is the right answer, too. So from that perspective, I would certainly not say that AWS is killing the ops profession, whether you call it &quot;ops&quot; or &quot;DevOps&quot;. Of course your ability to properly terminate a SCSI bus is no longer of much value, but that&#x27;s true whether or not AWS is around.
justinhjabout 8 years ago
AWS doesn&#x27;t do everything for you and probably never will because people have different needs.<p>What is dying is the more manual side of ops. Ops guys that aren&#x27;t comfortable writing a bit of code are in danger of falling behind.
评论 #14189641 未加载
kennuabout 8 years ago
From my perspective, a devops person (in the context of AWS) is someone who, in addition to coding, knows how to monitor and configure all the AWS services. E.g. they know how to provision right amount of DynamoDB capacity for the application, setup CloudWatch alarms and so on. Every individual developer might not know all that stuff, especially if the company is just starting to migrate to the cloud. Also, specific devops people might need to be named as responsible for responding to alarms.
dsr_about 8 years ago
There is no DevOps profession. There are people who work in computers, and they specialize in various ways.<p>People who are specialized in databases are called DBAs. Not every company needs a DBA, but many find it useful to have a few on staff, and some need many.<p>People who are specialized in networking are called network engineers. Not every company needs one; some need many.<p>People who are specialists in application development are often called software engineers. Most companies need one; some need many.<p>This list of specializations goes on and on, and changes over time.<p>&quot;DevOps&quot; means using the tools and methods of modern software engineering to conduct systems administration and configuration of systems and networks. In other words, it&#x27;s how sysadmins now operate.<p>Does your company need one or more operations specialists? Maybe. Maybe not. You&#x27;re still going to have at least a minimum amount of work to do in that area, and the modern methods for that are called DevOps.<p>Your business needs should drive your hiring. Is your business plan to eke out a margin between the costs of AWS and the revenue of Google Ads? Then you need someone skilled in DevOps to help you understand performance, latency, and how to scale up and down quickly to lose the least amount of money.<p>Is your business plan to sell people subscriptions to a service which is not bursty and is reasonably predictable? You will want DevOps skills to manage the fleet of machines that will be the most cost-efficient way to provide that.
评论 #14184076 未加载
memracomabout 8 years ago
To me DevOps means a shift of the traditional responsibilities of System Administrators to Software Engineers. Either Software Engineers take on all those responsibilities replacing Sysadmins or Sysadmins become programmers in order to be able to design and implement software which does what they used to do.<p>The point is that the Designer of the Software, now has full responsibility right through deployment and continuing while the software operates in production. This means that you can no longer fob off these responsibilities on other people and say that you are &quot;just&quot; a full-stack developer. It means that you must understand how your code makes use of computer hardware and virtualization systems, and design something that can reliably and smoothly be deployed into production (changes) and operated ongoing (monitoring, health boosts, etc).<p>AWS is just one of the ways in which code can be used to provision hardware and deploy code.<p>Google has a role called SRE which is really the heart of DevOps. They HAVE TO do this due to scale, but even smaller organizations should learn from Google SRE best practices because this is the future of ALL computing.<p>In fact, it is already at the point where software engineers who have never handled hardware (IOT, Raspberry Pi, Micro:Bit) are obsolete even if you are just graduating from college in June.<p>Multicore CPUs with multiple cache levels, shared RAM, control over which cores are active and how fast they run. GPUs. The Von Neuman model of a computer is long past.<p>Today there is a new definition of computer. It is a network of processing units, storage units, and communication links which can be made to work together to do useful work.<p>Note that this definition includes a single 4-core Intel i7 chip, and all of AWS. Distributed computing is no longer something that happens between your computers, it also happens inside them.
nailerabout 8 years ago
&gt; AWS killing the DevOps profession<p>Hell no. If you&#x27;re in DevOps and use AWS, that means you need to know the AWS API.
评论 #14183922 未加载
lothiraldanabout 8 years ago
For me, DevOps is mostly about communication and efficiency. It&#x27;s for me very similar to Agility and Lean movements as they try to reduce the time between the birth an idea and the moment it is available for the customers.<p>DevOps is mostly about optimizing the interaction between Developers teams and Operations teams but the general principles can be applied across the company.<p>I think we focus too much on the &quot;How&quot; or &quot;What&quot;, while we should ask ourselves &quot;Why&quot;, Why do we do DevOps and why do we need DevOps, it&#x27;s a reflexion I tried to share in these slides: <a href="https:&#x2F;&#x2F;speakerdeck.com&#x2F;lothiraldan&#x2F;the-importance-of-why-in-devops-community" rel="nofollow">https:&#x2F;&#x2F;speakerdeck.com&#x2F;lothiraldan&#x2F;the-importance-of-why-in...</a>
gwbas1cabout 8 years ago
When I was involved in a &quot;DevOps&quot; role it became difficult because the part of the product that I spent the most time in was a complicated fat client that used the servers. The other engineers gravitated towards improving the servers.<p>The reason why it became difficult was because on a random Saturday afternoon I&#x27;d get pulled into diagnosing a mysterious database warning. Even though I&#x27;m quite familiar with database development, when it&#x27;s a system that I don&#x27;t work with on a day-to-day basis; I just don&#x27;t know what to do when the fire alarm goes off.<p>In contrast, the engineers who worked on the server never got pulled into client-side fires.<p>The problem quickly resolved itself when we fired our head of engineering.
AznHisokaabout 8 years ago
<a href="https:&#x2F;&#x2F;trends.google.com&#x2F;trends&#x2F;explore?q=devops" rel="nofollow">https:&#x2F;&#x2F;trends.google.com&#x2F;trends&#x2F;explore?q=devops</a><p>i think its safe to say its not dead
maxxxxxabout 8 years ago
I would love to have devops in my company. We either have to deal with IT who lacks even the most basic understanding of what developers need or the developers have to set up tools on the side which leads to badly run systems because nobody has time. It would be great to have a few people who can focus on setting up systems and keeping them running. It makes no difference if this on AWS or somewhere else. Integrating different tools requires a lot of skills.
mr_tristanabout 8 years ago
DevOps to me was always just &quot;software development for operations&quot;. Sysadmins always did some form of it, but in some cases you want someone just focused on a larger software solution and not really chasing down the latest request.<p>Not sure how AWS is necessarily killing anything, since the wheels of automation roll forward. Instead of &quot;deploy this app&quot; and &quot;migrate this schema&quot; we have &quot;setup my continuous delivery environment&quot;.
PretzelFischabout 8 years ago
I thought devops was sysadmins that wrote code to maintain and monitor servers. As well as deploy product &quot;packages&quot; to the test&#x2F;production environments. Therefore it&#x27;s death is from cloud providers like AWS build tools into their cloud offering that make this need disappear. Maybe this is just from working with SAS 70 compliant companies where there needs to be a clear divide between product development and operations?
gargravarrabout 8 years ago
&quot;It broke, fix it!!&quot;<p>This is how DevOps is defined where I work (I&#x27;m on the recently formed team). &#x27;It&#x27; is, of course, arbitrary (we&#x27;re responsible for every old piece of cr*p that nobody else wants), and the &#x27;fix&#x27; is always a band-aid slapped across it to keep it working until its undefined retirement date.<p>Most of our work week is like this &gt;_&gt;
评论 #14183887 未加载
poloticsabout 8 years ago
&quot;DevOps&quot; is a hype-word now, so yes in some places it is dead. The need to get flexibility and share skills remains.
hd4about 8 years ago
To me, it means the empowerment of a solo developer through (intelligent) use of modern methods, hardware and software tools to achieve that which required a team of about 10-20 in the past.<p>In other words, the distillation of the last 50 years of computer science to get a job done faster and better.
psycabout 8 years ago
I hope it isn&#x27;t dead, because I certainly don&#x27;t want to do it. AWS doesn&#x27;t manage itself.
ingmarheinrichabout 8 years ago
&quot;Devops get stuff to run, Ops keeps stuff running&quot;. Following this definition, we&#x27;ll always need Devops. When using AWS, there&#x27;s no need for the old school &quot;Ops&quot;, however, having SRE is a good thing. AWS + Devops + SRE = Profit.
评论 #14184931 未加载
Clubberabout 8 years ago
From what I understand, DevOps is when a single person or team is responsible for developing the software; standing up , configuring and maintaining the instances it runs on. So the person or team is responsible for not only the software, but everything it takes to run successfully in a production (dev&#x2F;qa&#x2F;etc) environment. It stands to break the wall&#x2F;barrier between development, DBA, and NetOps.<p>It&#x27;s actually empowered by cloud services which are easier to stand up &#x2F; maintain than a local infrastructure. I hope it&#x27;s not dead, it&#x27;s super efficient. It does take a person &#x2F; team who is willing to learn the nuances of network &#x2F; database administration though.<p>It&#x27;s nothing new, but it&#x27;s new to employ at larger organizations which typically silo development, database admin and NetOps.
nunezabout 8 years ago
to me, devops is about unifying infrastructure &quot;ops&quot; and application developers. This isn&#x27;t that difficult for tech startups since they are usually one in the same, but the idea becomes more pervasive at larger organizations that siloed these &quot;two&quot; responsibilities.<p>Based on what I&#x27;m seeing, the movement is far from dead. There are MANY large orgs that stand to gain a lot from adopting this mindset. The biggest issue is that change is difficult for many people.<p>By the way, there are companies that siloed their AWS ops teams. AWS alone isn&#x27;t an answer.
SqueeziePigabout 8 years ago
To me, DevOps is quickly configuring a Google Compute Engine instance with Python&#x2F;Go app using (PubSub or RabbitMQ) to communicate Firebase for iOS application messages, with a DigitalOcean.com and AWS instances. DigitalOcean will often be used for Postfix Email, which requires DNS (SPF configuration and filtering).<p>These are usually quick configurations outside the main development, to quickly test a new concept, or maybe to troubleshoot an issue. You&#x27;re using Python Pandas, TensorFlow, scikit-learn.org to model&#x2F;prove verify the issue.<p>I would say the traditional DevOps (if there was one), has expanded... you&#x27;ve added System Admin, DBA, Developer and a Machine Learning to your toolkit. Of course, we all have smartphones, so we leverage that too...
ap46about 8 years ago
DevOps gets sidelined as a single skill, part of the whole.<p>An analogy would be iPod&#x2F;Music app in the iPhone from the glory days of the iPods.
conradfrabout 8 years ago
My not very technical CTO told me that &quot;all developers will be devops in the near future&quot;, so I guess it&#x27;s dead.
holydudeabout 8 years ago
Many developers think that they can integrate systems but it&#x27;s often the case they have no idea. DevOPS in my opinion is a person that integrates and maintains various technical + non-technical systems &#x2F; parts of the company.