Securing Proxmox with Authentik

Introduction In this how-to-guide we will be securing Proxmox with Authentik using the OAuth2/OpenID provider in Authentik. Proxmox Virtual Environment is an open-source server virtualization management solution based on QEMU/KVM and LXC. You can manage virtual machines, containers, highly available…

Microsoft

Hyper-V Networking Best Practices

Introduction This blogpost will introduce Hyper-V networking best practices. These will be based on the new Switch Embedded Teaming. We will go through setting up multiple networks to seperate the different traffics on your Hyper-V cluster. Microsoft Hyper-V has gained…

Docker

Docker compose version is obsolete

Introduction Docker compose is widely used as the method to easily deploy docker applications. Docker compose uses .yaml or .yml files to declare the configuration. Previously this .yaml or .yml file included a “version:” statement. This “version:” statement is now…