21 Jan 2025/ Homelab
Using Flux for GitOps
Setting up Flux for GitOps on a bare-metal Kubernetes cluster: how reconciliation works, repository structures, and managing cluster state from Git.
21 Jan 2025/ Homelab
Setting up Flux for GitOps on a bare-metal Kubernetes cluster: how reconciliation works, repository structures, and managing cluster state from Git.
29 Dec 2024/ Homelab
Deploying Kubernetes on bare-metal CoreOS nodes using Kubespray and Ansible, including CRI and CNI configuration and dual-stack networking.
27 Dec 2024/ Homelab
Installing Fedora CoreOS for a Kubernetes-ready base system using Ignition config files and the Butane transpiler, with common settings and pitfalls.
14 Jun 2022/ C++
How Linux system calls work under the hood: from user space to kernel space, the x64 calling convention, and implementing syscalls directly in assembly.