The Future of DevOps


Hi friends,

If you had asked me about the future of DevOps / infrastructure a few years ago, I would’ve pointed straight to serverless.

I don’t think that anymore.

After this week’s Kubecon in Paris (amazing event by the way!), here’s a collection of thoughts and prediction on the future of tech.

While serverless was a big deal, the rise of container technology and Kubernetes has been astonishing, even the biggest advocates of the technology did not expect this much adoption.

Serverless, as a function-based solution, seem to be stagnating. It’s driven by practical issues like cost, complexity, and the developer experience.

Plus, Amazon’s shift from Lambda to a monolith earlier this year alongside DDH’s take on it, shedding even more light on the subject, did not contribute.

Looking ahead, I see a trend towards automated solutions that simplify using cloud services from providers like AWS, Azure, Hetzner, or OVH. This approach is “somewhat serverless” but leans more towards using containers.

Let me explain.

Examples like Heroku, Netlify, Vercel, and AWS Amplify are making it easier for developers by reducing complexity, and automating DevOps tasks.

These platforms are mainly for smaller projects right now, but I believe bigger operations will soon catch on. They realize these automated solutions can take over much of the DevOps workload, especially with a bit of AI integration.

I predict that such solutions like these could meet the needs of about 80% of businesses. The remaining 20% might find the cost too high or the solutions not fitting their unique needs.

There’s also a wave of new technologies making cloud services faster, more efficient, and cheaper—like faster Docker builds with deopt, better microVMs with KraftCloud, and enhanced object storage (Minio), or even better block storage with SimplyBlock.

It’s clear that user-friendly, integrated deployment solutions are becoming more common, promising lower costs and better performance.

I’m excited to watch how this evolves and am even considering creating something myself in this space. For now, these are the trends shaping our industry’s future.

Whenever you’re ready, here’s how I can help you

Building a Second Brain with Neovim in Under 90 Minutes: My first course, discussing the basics of building a second brain using the PARA and CODE methods, combined with Obsidian and Neovim as an editor. Join 200+ enrolled students here

ESPRESSO FRIDAYS

Every once in a while I send hand picked things I've learned. Kind of like your filter to the tech internet. No spam, I promise!

Read more from ESPRESSO FRIDAYS

I've Been Using AWS Wrong for YEARS... For years, my approach to AWS felt like a battle. As a DevOps engineer and later and architect, building infra always involved a tedious process of carefully building templates and structure, reviewing, deploying, testing and iterating over and over. I’d either spend hours clicking through the console or writing endless infrastructure code, always feeling like I was one misconfiguration away from a headache. It turns out, I was making it much harder than...

You've been lied to about self hosting... This issue is brought to you by: Auth0, my auth provider for the last 6 years. Join their free virtual dev_day on June 18th to learn how to secure AI agents and applications. Save your free spot That title might sound a bit aggressive, but this isn't about hating on hosting platforms. It's about loving the freedom, control, and cost-savings that come from owning your deployment process, without giving up the slick, easy experience we all love. And...

How DHH Solved Deploying to Production (with Open Source) Ever felt depressed by the sheer complexity of getting your application live and serving users? You’re not alone. But what if deploying to production, even (or especially) across multiple servers, could be straightforward and more importantly, free? That’s the reality DHH, the creator of Ruby on Rails and CTO of Basecamp & HEY, wanted to create, and he delivered with an open source tool called Kamal. DHH’s approach to technology always...