This is for the Error: Kubernetes cluster unreachable: Get "http://localhost:8080/version?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused This answer solved the issue for me. If you're not running on microk8s, omit the prefix Run this before doing helm init. It worked for … [Read more...] about Kubernetes cluster unreachable
MICROK8S SETUP ON UBUNTU 22.04
This is a quick and short text on how to install MICROK8S 1.19/Edge on Ubuntu 22.04. I am confident it will work on current version 1.25(At the time of writing of course). These steps will also work for other Kubernetes solutions. These are the critical issues that I found to be recurring with … [Read more...] about MICROK8S SETUP ON UBUNTU 22.04