16 comments

  • mosura1 hour ago
    It failed because there is an ongoing denial that development and operations are two distinct skillsets.<p>If you think 10x devs are unicorns consider how much harder it is to get someone 10x at the intersection of both domains. (Personally I have never met one). You are far better off with people that can work together across the bridge, but that requires actual mutual trust and respect, and we’re not able to do that.
    • vee-kay36 minutes ago
      From someone who has managed both Developmentals team and Operations team for decades.. trust me, they are different beasts and have to be handled&#x2F;tackled differently.<p>Expecting Devs or Ops to do both types of work, is usually asking for trouble, unless the organization is geared up from the ground up for such seamless work. It is more of a corporate problem, rather than a team working style or work expectations &amp; behavior problem.<p>The same goes for Agile vs Waterfall. Agile works well if the organization is inherently (or overhauled to be) agile, otherwise it doesn&#x27;t.
    • ramoz1 minute ago
      I mean, look at Kubernetes though. You have to understand both the application and the infrastructure in order to get the deployment right. Especially in any instance of having to pin the runtime to any type of resource (certain disk writing, GPUs, etc).
    • tsss46 minutes ago
      You don&#x27;t need 10x developers. You just need to avoid the 1&#x2F;10 multiplier of pitting separate development and operations teams against each other.
  • verdverm6 minutes ago
    Yaml is my #1 failure in devops. That so many have resigned themselves to this limit and no longer seek to improve, it&#x27;s disappointing. Our job is to make things run better and easier, yet so many won&#x27;t recognize the biggest pains in their own work. Seriously, is text templating an invisibly scoped language really where you think the field has reached maturity?
  • bmitch302017 minutes ago
    DevOps only failed in that so many don&#x27;t know what it is.<p>DevOps isn&#x27;t a tool, but there are lots of tools that make it easier to implement.<p>DevOps isn&#x27;t how management can eliminate half the org and have one person do two roles, specialization is still valuable.<p>DevOps isn&#x27;t an organization structure, though the wrong org structure can make it fail.<p>DevOps is collaboration. It&#x27;s getting two distinct roles to better interoperate. The dev team that wants to push features fast. And the ops team that wants stability and uptime.<p>From the management side, if you aren&#x27;t focused on building teams that work well together, eliminating conflicts, rewarding the team collectively for features and uptime, and giving them the resources to deliver, that&#x27;s not a DevOps failure, that&#x27;s a management failure.
  • jhawk281 hour ago
    DevOps is dead because it&#x27;s run by a bunch of ops people who don&#x27;t know how to do dev and a bunch of dev people who don&#x27;t know how to do ops. The only tooling problem is that a bunch of companies created &quot;DevOps tools&quot; that then get dictated to use: K8s, terraform, etc. The only way this works is if you build the application to fit within those frameworks. Writing an indexer that is massively parallel and is mainly constrained by CPU&#x2F;Memory. Instead, you have devs building something that gets thrown over the fence to a devops team that then containerizes it and throw it on K8s. What happens if the application requires lots of IOPS or network bandwidth? K8s doesn&#x27;t schedule applications that way. &quot;Oh you can customize the scheduler to take that into account&quot;. 2 years later, it&#x27;s still not &quot;customized&quot; because they are ops people who don&#x27;t know how to code. If you do customize it, the API is going to change in a few months which will break when you upgrade.
    • BanAntiVaxxers4 minutes ago
      There are not very many ops people who cannot code. Especially these days. I spent at least the last 20 years doing ops. Ops people are HIGHLY motivated to create things that DON’T FAIL. However, ops teams are often blocked by MANAGERS from doing essentially development in the prod environment. I’m talking about tools and scripts. At the places I’ve worked with the highest uptime, it was because ops had an unlimited, unfettered free hand.<p>Remove the handcuffs from your ops team and your reliability will SOAR.
    • orsorna43 minutes ago
      Would you say it&#x27;s truly dead or that it fails to meet the performance bar you&#x27;ve described?<p>The reality is that most devs do not consider a holistic picture that includes the infrastructure they will be deploying to. In many cases, it&#x27;s certainly a skill issue; good devs are hard to find. And to flip the coin, it&#x27;s hard to find good ops people too.<p>The reason DevOps continues to linger, however vague a discipline it is, is because it allows the business to differentiate between revenue generating roles and cost center roles. You want your dev resources to prioritize feature work, at the beckon of PMs or upper management, and let your &quot;DevOps&quot; resources to be responsible for actually getting the product deployed.<p>In essence, it&#x27;s a ploy to further commoditize engineering roles, because finding unicorns that understand the picture top-to-bottom is difficult (finding &#x2F;top&#x2F; talent is difficult!). In this way, DevOps is well and alive, as a Romero zombie.
    • blutoot1 hour ago
      I would say, in pre-CC (pre-claude-code), this might seem like a daunting task for average DevOps engineers. But in post-CC, there is just no excuse to fret from such challenges.<p>EDIT: lol - I am getting downvoted for suggesting some DevOps engineers will actually be ready to take on tasks that were previously more intimidating. I really hope those folks are from the never-coding-agent camp. When I refer to. reliance on CC or Codex, I meant being engaged at a wholesome level with AI -- not blindly one-shotting solutions. This means having the patience to understand the complexity of the system, the criticality of its downtime in the overall architecture (in this case it&#x27;s the k8s controller), ability to learn the codebase, using the right MCPs to delve into all the details needed for testing changes locally etc). These are system-level skills and barely overlaps with just coding skills.
      • gmane1 hour ago
        Spoken like someone who has never had to deal with business critical production environments.
      • pryelluw1 hour ago
        It’s like saying that in a post-Viagra world there shouldn’t be men who have trouble getting laid.
        • blutoot50 minutes ago
          Don&#x27;t want to get too deep into your analogy. I was addressing the &quot;DevOps cannot code&quot; part. To me it is a leadership failure if a DevOps team is still afraid of tackling bigger challenges (like the example given by the OP). That, of course, depends on whether DevOps teams will exist in the long run.
          • prmoustache35 minutes ago
            The very fact that we are talking about &quot;DevOps&quot; teams (that do not include dev) is wrong from the very start.<p>DevOps is a methodology, not a role.
            • blutoot27 minutes ago
              I&#x27;ve always felt that DevOps became a function&#x2F;team partly because companies and especially SWE&#x27;s started complaining that they were spending too much time &quot;doing Ops work&quot; and product&#x2F;business started demanding more features for which they running out of cycles. And add to that the burnout from being on-call (especially if the dev team is relatively small and you have to go on-call every 2-3 weekends).
  • mjr001 hour ago
    &gt; most orgs are used to responding to a daytime alert by calling out, “Who just shipped that change?” assuming that whoever merged the diff surely understands how it works and can fix it post-haste. What happens when nobody wrote the code you just deployed, and nobody really understands it?<p>I assume the first time this happens at any given company will be the moment they realize fully autonomous code changes made on production systems by agents is a terrible idea and every change needs a human to take responsibility for and ownership of it, even if the changes were written by an LLM.
    • blutoot1 hour ago
      I think the opposite will happen - leadership will forego this attitude of &quot;reverse course on the first outage&quot;.<p>Teams will figure out how to mitigate such situations in future without sacrificing the potential upside of &quot;fully autonomous code changes made on production systems&quot; (e.g invest more in a production-like env for test coverage).<p>Software engineering purists have to get out of some of these religious beliefs
    • hippo221 hour ago
      What happens if the person who wrote the code went on vacation? What happens if the code is many years old and no current team member has touched the code?<p>Understanding code you didn&#x27;t personally write is part of the job.
    • tarxvf1 hour ago
      If companies were generally capable of that level of awareness they would not operate the way that they do.
  • skybrian39 minutes ago
    I don&#x27;t understand these graphs. Why do the lines go back in time?
  • anonymars54 minutes ago
    Am I the only one who remembers when DevOps meant &quot;developers are responsible for dealing with the operational part of their software too, so that they don&#x27;t just throw stuff over the wall for another team to deal with the 3AM pages&quot;?<p>It seems to have become: &quot;we turned ops into coding too, so now the ops team needs to be good at software engineering&quot;
    • vee-kay27 minutes ago
      DevOps was (and is) merely an excuse for companies to replace Developers with cheaper Ops resources, and yet expecting better services and better products from them.<p>My personal experience says that the best way is that Ops team shouldn not be repurposed as Developers, rather put the experienced Developers into Production Support (incident management, that&#x27;s intense Ops, working in shifts and weekends, etc.). And rotate them whenever needed. Over a period of time, you&#x27;ll invariably see less defects and issues percolating down from the Devs, and then after both sides are stable and working well together with less friction and open tickets, then some more tech savvy Ops members can be rotated into Development teams as rookie devs to help reduce costs a bit (as there&#x27;ll invariably be some natural attrition among the Devs and Ops, so this gives an alternative career path to the Ops team (who are usually less paid, and more stressed), and pushes the Devs not to become complacent). Such an approach is doable and productive.
    • prmoustache31 minutes ago
      I am with you.<p>DevOps is a methodology. DevOps as a role or team name is a fantasy from people who do not understand the methodology.<p>If you want DevOps to work, your Ops must be member of the development team, take part in the sprints, etc. But many company do not want to do that because they want to separate ops and dev budget&#x2F;accounting and do not want to hire enough people with ops skills.
  • jbreckmckye1 hour ago
    Because the idea you can have all aspects of maintaining a complex piece of technology, maintained by a single cross-skilled team of interchangeable cogs, is utopian and unworkable past any reasonable level of scale<p>DevOps, shift left, full stack dev, all reminds me of the Futurama episode where Hermes Conrad successfully reorgs the slave camp he&#x27;s sent to, so that all physical labour is done by a single Australian man<p>Speaking darker, there is a kind of - well, perhaps not <i>misanthropy</i>, but certainly a not-so-well-meaning dismissiveness, to the &quot;silo breaking&quot; philosophy that looks at complex fields and says &quot;well these should all just be lumped together as one thing, the <i>important stuff</i> is simple, I don&#x27;t know why you&#x27;re making all these siloes, <i>man</i>&quot; - assuming that ops specialists, sysadmins, programmers, DBAs, frontend devs, mobile devs, data engineers and testers have just invented the breadth and depth and subtleties of their entire fields, only as a way of keeping everybody else out<p>But modern systems are complex, they are only getting more so, and the further you buy into the shift-left everyone-is-everything computer-jobs-are-all-the-same philosophy the harder and harder it will get to find employees who can straddle the exhausting range of knowledge to master
  • politelemon1 hour ago
    If your developers weren&#x27;t looking at dashboards before, they won&#x27;t use a chat interface to interrogate it either. That doesn&#x27;t really bring it to them any more than their existing capabilities. There&#x27;s also a worrying underlying assumption being made here that the answers your LLM will give you are accurate and trustworthy.
    • amtamt1 hour ago
      &gt; There&#x27;s also a worrying underlying assumption being made here that the answers your LLM will give you are accurate and trustworthy.<p>I first hand saw in, AWS devDays, an AI giving SIWINCH as &quot;root-cause&quot; of Apache error in a containerized process is in EKS for a backend FCGI process connection error. It has been extremely hard since that demo to trust any AI for system level debugging.
      • temp08261 hour ago
        If we were smart we&#x27;d use AI to grok a system in order to help us reduce its complexity. I don&#x27;t think we&#x27;re anywhere close to even being able to provide all the necessary context to solve problems like this.
  • blutoot1 hour ago
    My message to the CTO of Honeycomb.io (who apparently wrote this post): please avoid getting philosophical and controversial to gin up curiosity about your AI platform. If you want to highlight the benefits of your platform then do so earnestly and objectively. Please don&#x27;t mask marketing with an excoriation of a profession that has never been well-defined (or has always been defined to fit into an organization&#x27;s political landscape for the most part). And you guys (like every other SRE&#x2F;Ops platform) capitalized on that structural divide and deservedly got rich by selling licenses to these teams. I don&#x27;t think you can come in now with this holier-than-thou best practice messaging just because platforms like yours have zero moat in this post-CC&#x2F;Codex world.<p>Hence my vitriol: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46662287">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46662287</a>.
    • TacticalCoder53 minutes ago
      &gt; id getting philosophical and controversial to gin up curiosity about your AI platform<p>Also: please could he please avoid doing it by illustrating his non-sense with graphs that are <i>both</i> childish and non-sensical?
      • maccard27 minutes ago
        The CTO is a she.
  • zug_zug1 hour ago
    &quot;I think the entire DevOps movement was a mighty, ... it failed.&quot;<p>I&#x27;m so sick of this nonsense. &quot;Devops&quot; isn&#x27;t failing, isn&#x27;t an issue, you can rename it whatever you want, but throughout my career the devops engineers (the ones you don&#x27;t skimp on) are the best, highest paid professionals at the company.<p>I don&#x27;t know why I keep reading these completely crazy think-pieces hemming and hawing about a system (having a few engineers who master performance&#x2F;backups&#x2F;deployments&#x2F;oncall&#x2F;retros) that seems to be wildly successful. It would be nice if more engineers understood under-the-hood, but most companies choose not to exclusively hire at that caliber.
  • GiorgioG23 minutes ago
    In my experience DevOps has little interest in doing actual DevOps - they just want to run ops. They want to advise (or tell us we’re holding it wrong) but not actually get their hands dirty. On the flip side, devs don’t want to spend a ton of time learning k8s or how to manage servers, cloud services, etc.<p>DevOps is a mess of our own making - embracing K8s created complexity for little gain for nearly all companies.
  • gardenhedge1 hour ago
    In my company, instead of relying on an ops team.. we rely on a devops team.
  • bravetraveler41 minutes ago
    Scratching neck: come on... just one more vendor, bro
  • blutoot2 hours ago
    I can&#x27;t wait for indie developers to build super-agents that commoditize providers like Honeycomb.io and more importantly clone all their features and offer them up for free as OSS.
  • alphazard1 hour ago
    DevOps only works when the developers are always right. What usually happens is the DevOps team thinks they know best (they are developers too, just not the ones using the tools), and they build a lot of garbage that no one wants to use, often making things more complicated than they were before.<p>Eventually a bureaucrat becomes the manager of the team, and seeks to expand the set of things under DevOps&#x27; control. This makes the team a single point of failure for more and more things, while driving more and more developer processes towards mediocrity. Velocity slows, while the DevOps bottlenecks are used as a reason to hire.<p>It&#x27;s an organizational problem, not a talent or knowledge problem. Allowing a group to hire and grow within an organization, which is not directly accountable for the success of the other parts of the organization that it was intended to support, is creating a cancer, definitionally.