Category: Containerization

  • 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…

  • Shifting to Podman

    In my eternal quest for leaner installations, I’ve been monitoring Podman ever since and it seems it’s already reached a level where I’m thinking of exploring how to shift my Docker systems to it. First step has already been taken where I’ve modified my compose to not use unqualified search registries. Next would be to…

  • Oracle Containerization

    Due to circumstances outside my control, I’ve been forced to experiment with containerizing Oracle databases so, I thought, why not use pluggable databases as well since I’m experimenting? So I did. 😂 What I’m worried about is how it handles minor point updates or IF they even have minor point updates. Now, it’s always a…