Ingress Server Crashing on microk8s

I have Microk8s Kubernetes running on an old server. Apparently one of the release versions of the ingress service needed sse-4.2 and would crash without it. The problem is described well at https://github.com/rancher/rancher/issues/23626. Unfortunately the solution given assumes as bit of Kubernetes knowledge. Here I fill in some of the gaps. Read More...

Resizing Root on LVM

One of the advantages of using virtual machines is that you can easily create templates which you reproduce as needed. Of course the file systems are rarely the size you need them to be.

Fortunately, if you have either XFS or ext4 installed on LVM, expanding the root file system is fairly easy. Read More...

Docker install on Ubuntu via snap

It should be obvious but I discovered the hard way that you need to create the docker group prior to installing docker via snap if you want users to be able to run docker without using the sudo command. Read More...