Tag: Ubuntu 2020.04

  • Ubuntu 2020.04’s Server Install

    As I mentioned in my k3s on Ubuntu 2020.04 post, I really thought that Ubuntu 2020.04’s server install was prety slick. I’m used to text-only server installs looking like this: Here’s a step-by-step collection of screenshots and my thoughts on each step of Ubuntu 2020.04’s server install: Just starting off, with the language selection, you…

  • Checking out k3s and Ubuntu Server 2020.04 Part 2

    Clearly there’s a lot I don’t get about Kubernetes and I didn’t install a GUI in that VM so I can’t use the dashboard (which can only be viewed at localhost – or so the instructions seem to indicate) So I decided to go back to basics and look at the Hello Minikube tutorial, but…

  • Checking out k3s and Ubuntu Server 2020.04 Part 1

    As I’ve been working on learning server tech, I’ve gone from virtualization to Docker containers and now Podman containers and Podman pods. The pod in Podman comes from a view towards Kubernetes. I moved to Podman because of the cgroupsv2 issue in Fedora 31 and so I figured why not think about going all the…