Category: IT Stuff
-
Samsung Galaxy Buds FE (Update)
My new earbuds finally arrived from Lazada. I’m getting a bit addicted to their vouchers and I seem to finally be “getting” the 11.11/10.10/whatever sales. Imagine, the original price of this is ₱5,490 but got it for ₱3,893.50. That’s a 30% discount! Anyways, here’s a simple unboxing pic series. Box: Removing the upper cover: What’s…
-
Kubernetes LoadBalancer On-Prem
I finally got around to researching on how on-prem Kubernetes clusters deploy their own LoadBalancer. I can’t believe it was that easy! Anyways, for those interested, I used MetalLB and gave it a Class B/29 IP range for now. I still have other work to do so I can’t spend too much time on it…
-
Redis Fiasco
With all the fuss over Redis’ licensing change, I’m left scrambling for a drop-in replacement for both my personal, and work systems. I was initially going to go for Valkey but since they don’t have an official Docker image yet (STABLE), I’ve opted to use KeyDB for now. I’ve migrated all my managed systems and…