2 posts tagged with "kube-vip"

  • 21 Jan 2025/ Homelab

    Using Flux for GitOps

    In this article, we're going to install Flux, a popular tool for GitOps. We're going to discuss reconciliation, where the need for GitOps comes from, and common repository structures for Flux. 2025-04-20: I've updated the article to include configuration for kube-vip. So what's GitOps? To understand what GitOps is, let's go back in time to a place before GitOps. Back then, there were development teams and sysadmin teams. Developers put bugs in software create new features, and the admin's job

  • 29 Dec 2024/ Homelab

    Deploying bare-metal Kubernetes with Kubespray

    In this article, we're going to use Kubespray to deploy Kubernetes on our bare-metal CoreOS cluster. We'll discuss the configuration options. We'll also cover CRI (container runtime interface) as well as CNI (container networking interface). A previous version of this article recommended not installing any add ons. This has changed now. Update 2025-08-23: I also added information on dual-stack clusters. First things first: What is Ansible? One recurring theme in this series is going to be autom

All tags