Background
In many companies, employees are often provided with limited user privileges. These accounts often lack sudo or root privileges, preventing direct access to install packages or m...
In today’s world of software development, applications need to be fast, reliable, and portable.
This is where Docker comes in.Docker has completely changed how developers build, ship, and run applic...
In Kubernetes, managing persistent storage is crucial for running stateful applications. To effectively handle this, Kubernetes provides three key resources: Persistent Volumes (PVs), Persistent Volum...
Kubernetes has become the standard for deploying containerized applications at scale. But deploying your app is more than just launching a few pods—how you roll out updates can make or break your se...
Okay, let's break down this Docker evolution. It's wild how things change.Remember when Docker felt like... wrestling a grumpy octopus? 🐙 So many commands, so many concepts. Build, run, push, pull,...
Hey, I’m Fabio 👋 I’ve been working in systems and distributed compute for a while now, and I wanted to write up a few thoughts on serverless—specifically how it works (and doesn’t) for cont...