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

Thank you to our sponsors who keep this newsletter free to the reader: Aikido is your no-nonsense DevSecOps platform. One central system that shows you what matters and how to fix it, from code to cloud. So you can get back to building. Try Aikido today! We’ve all been there – that heart-stopping moment when you realize you’ve accidentally exposed sensitive information. Today, I’m sharing a personal story and introducing a tool that could save you from a similar nightmare. The Nightmare...

Hi friends! Today we’re diving deep into improving your terminal history management. Exploring techniques that can transform your command line experience from frustrating to fluid. Whether you’re a CLI novice or a terminal titan, these methods will boost your productivity and smoothen your workflow. To do that, we’ll explore three levels of terminal command management, from basic to advanced. Not actually running on my phone 😅 1. Basic: Built-in (mostly unused) tooling: Even without...

Hi friends, Tmux is a fantastic tool for managing terminal sessions, but it has its limitations. One major drawback is the lack of a floating pane feature, which can make navigating between different panes cumbersome and inefficient. Me frustrated with Tmux lack of floating panes while Zellij is killing it... Most users workaround this by creating new Tmux windows or panes, or by using hidden splits to zoom in and out. These methods work but can be inefficient and require many keystrokes,...