How I Stopped Manually Copying Route 53 Records and Built a JSON Import/Export Script Instead 🚀I’ll be honest — I was tired of doing it manually.5d ago5d ago
Protect Your Kubernetes Services with Traefik Middleware: IP Whitelisting and Rate Limiting Made…When deploying microservices in Kubernetes, it’s not enough to just make your services accessible — you also need to ensure they are…Mar 24Mar 24
Serving Static Content from S3 via Traefik Reverse Proxy in EKSIn a microservices setup, it’s common to have multiple services routed through a reverse proxy. However, what if one of these services is…Mar 17Mar 17
My Kubernetes Journey #2: Scaling Web Services with PrometheusScaling web services in Kubernetes is one of those things that sounds simple in theory but can quickly turn into a puzzle in practice…Mar 11Mar 11
Troubleshooting #1: The Great Google Certificate CatastropheSo, picture this: I’m sitting down, ready to bask in the glory of my personal site, mgufrone.dev. I’ve been super busy, and I haven’t…Oct 15, 2024Oct 15, 2024
Boosting Productivity with These Essential Bash CommandsIn the fast-paced world of coding and development, it’s not uncommon to forget the exact commands you need to perform routine tasks. To…Oct 14, 2023Oct 14, 2023
Ways to Authenticate for Pull/Push Private Container Images from AWSThere are some ways to authenticate from ECR. What I’ve known so far are, manual with docker login and another one is using credential…Feb 7, 2023Feb 7, 2023
My Kubernetes Journey #1: Network Issue to External ServiceIn the hopeful evening of waiting for some good news for my applications, I’m tinkering on my self-managed Kubernetes using microk8s. It’s…Jan 20, 2023Jan 20, 2023
Ways of Debugging HTTP Transactions in GolangAs a software engineer, most of the time you spend on debugging. You probably interact with external services via HTTP API to deal with…Jan 14, 2023Jan 14, 2023
How I Do Test External Service with Testify Mock — Part 2In the previous story, I’m making a testable service that sends to the external service. But it return straight with http.Response. To some…Jan 9, 2023Jan 9, 2023