Auto Added by WPeMatico

14Feb/26
Testing Kubernetes Load Balancer via Replicas (Kubernetes)

Testing Kubernetes Load Balancer via Replicas (Kubernetes)

I previously blogged about deploying a replica set of nginx in Kubernetes, with the same static web pages shared from storage. I then did a post about using a load balancer such as Metallb in Kubernetes, with pods available externally via the load balancer. But how about mixing the two together…. Some Python (Flask) When […]
08Jul/25
Proxmox: Cloudinit

Proxmox: Cloudinit

In this blog post I am going to look at creating a virtual machine (VM) template that has cloudinit so that some settings are automatically configured at launch of any VMs built from the template. The first step towards a cloudinit template is finding a cloudinit image. Ubuntu Cloudinit Images Ubuntu maintains a page for […]