Here is how to quickly install Kubernetes with ingress on your laptop. I use this to test and create operators with the Operator Framework. Still learning though. I was first using K3s but then I discovered Kind which seems to be even faster, deployment wise. Also it leaves a smaller footprint because it runs in a …
Read MoreThis post is about installing lightweight Kubernetes (K3s) on our new vm. K3s The previous post was all about being able to install Kubernetes quickly. For that I will use k3s from Rancher because it is fast. Let's go! Prepare We do this for testing so we can safely disable the firewall and SELinux on our CentOS vm. …
Read MoreHere is a post about how to create virtual machines with Vagrant and the libvirt plugin. Why use libvirt as a vagrant provider Because when on a modern Linux distro running Gnome, chances are it's already there! I use Vagrant extensively to run quick, short lived virtual machines to test and try out things. I always …
Read More