Kubernetes 101

Kubernetes 101

Kubernetes (K8s) is an open-source platform for automating the deployment, scaling, and management of containerized applications. It was built to work with Docker and depending on who you talk to, they’ll either say it’s hell or a piece of cake. The truth? If you’ve struggled with infrastructure (servers, networks), logged many hours with Linux, Docker and containers, it might not be that hellish and it’ll depend on how many hours you put in. Like most of my posts, this is based on documenting my Home Lab, with hours of testing, things that stop working when you least expect it. But the good thing is you learn a ton and, if you’re a bit of a geek, you even have fun. Here’s my experience, with tricks, mistakes and everything I wish I’d known before starting. …

October 26, 2025 · 16 min
ProxmoxVE Helper Scripts

ProxmoxVE Helper Scripts

Proxmox VE is a powerful and easy-to-use open-source virtualization platform that enables the deployment and management of virtual machines (VMs with KVM/QEMU) and containers (CTs based on LXC). If you have little experience it might be a bit daunting, which is why I recommend this wonderful project: Proxmox VE Helper-Scripts, where you’ll find hundreds of scripts to make your life easier installing CTs or VMs on top of your Proxmox. …

August 14, 2025 · 2 min
Windows 11 on Proxmox

Windows 11 on Proxmox

Complete guide with all the detailed steps to install, configure and access a Windows 11 Pro Virtual Machine (VM) running on top of Proxmox VE. This virtualization platform enables the deployment and management of virtual machines running Windows Server/10/11 using KVM/QEMU. With advanced integration through the QEMU Guest Agent, VirtIO drivers, and even UEFI Secure Boot with TPM emulation for Windows 11. …

August 4, 2025 · 4 min
Home Automation and Networking

Home Automation and Networking

I’m sharing my home networking setup with the option to knock on the door for on-demand access from the Internet. Today’s home networks end up supporting multiple services, and with the rise of home automation things get complicated, so I’ve decided to document it to keep track of everything in the future. The number of devices grows and maintaining the network of a smart and automated home becomes a priority. I dedicate this post to those Geeks or Techies who, like me, have been deep into the complexity of networking in a home automation network for a long time. …

April 8, 2023 · 18 min
Proxmox: VM from Template

Proxmox: VM from Template

Proxmox VE is a powerful and easy-to-use open-source virtualization platform that enables the deployment and management of virtual machines (VMs with KVM/QEMU) and containers (CTs based on LXC). Proxmox offers Templates to minimize the creation time of new instances of these virtual machines or containers. In this post I focus on how to create my own Virtual Machine Templates along with a cloud-based image and cloud-init. …

April 7, 2023 · 5 min
NUC, KVM, and Open vSwitch

NUC, KVM, and Open vSwitch

Configuration of a NUC with Ubuntu + Open vSwitch + VLANs + KVM + VMs using netplan and Open vSwitch. The networking is based on OVS and Netplan for both the Host and the virtual machines. Last year I documented here how to configure Open vSwitch with KVM. In this post I’ll get straight to the point, showing the desired final state and how to configure it. …

February 11, 2023 · 12 min