I used to think Docker + systemd was enough
Revisiting an old assumption from my early days of Kubernetes and realizing where it quietly breaks.

Search for a command to run...
Articles tagged with #devops
Revisiting an old assumption from my early days of Kubernetes and realizing where it quietly breaks.

We all use the internet today. The most common way is via Wi-Fi or mobile data, with Wi-Fi being the most prominent.Ever wondered how your device actually gets that Spotify song, YouTube video, or even shows you this particular blog? It often feels l...

In the last article, we discussed various network devices and the basics of how a request travels across the internet. If you’re interested, you can read it here: Understanding Network Devices: How the Internet Reaches Your Device In this article, ...

When you type a website name like example.com into your browser, the browser somehow figures out which server on the internet actually hosts that website. But how? This is where DNS comes into play. What is DNS? DNS (Domain Name System) is like a ph...

As a developer, whatever we code eventually gets deployed on a server.A server is nothing but a program that runs somewhere and serves our application to users. Users usually interact with this server through a browser. The browser sends requests to ...
