Install k3s on Ubuntu Server 22.04
While working on creating my own kubernetes cluster I initially wanted to go with the official documentation for the installation process. But then I thought why not explore other distributions that can even simplify and reduce the time of the whole deployment process. This is when I came across k3s which claims to be an easier way of installing and managing kubernetes. K3s makes use of containerd as the default container platform but I opted to go with docker since I want to become more familiar with it....