Kubernetes Setup on Proxmox with K3s, Terraform and Ansible
Jul 17, 2024
Kubernetes (aka K8s) vs K3s K3s is a lightweight K8s distribution suitable for edge computing and resource-constrained environments where a low resource footprint is sought. When combined with Proxmox, a powerful open-source virtualization platform, it allows for efficient and flexible cluster management. Utilizing Terraform for infrastructure provisioning and Ansible for configuration management streamlines the deployment process, ensuring a consistent and repeatable setup. Prerequisites Assuming we have Proxmox VE, along with Terraform and Ansible installed on their, we need to ensure our Proxmox server has a properly configured network bridge to allow communication between VMs and the external network.…
Homelab Setup on a Laptop
Jul 13, 2024
An “Old” Laptop Ever since I entered the corporate world of work, I’ve been using my PC less and less, which resulted in my “old” laptop from uni days being not used for weeks on end. So, to have a test-bed for my digital shenanigans as well as a to self-host services, I’ve considered turning the unused bare metal into a virtualized data center :) Virtaulization FTW! With Red Hat unilaterally terminating CentOS development in favor of CentOS Stream1, I considered what OS/hypervisor to run for virtualization.…