A single-node Kubernetes cluster without virtualization or a container registry

from blog Notes on software development, | ↗ original
This post is a recipe for setting up a minimal Kubernetes cluster on Fedora without requiring virtualization or a container registry. These two features make the system cloud-agnostic and the cluster entirely self-contained. The post will end with us running a simple Flask app from a local container. This setup is primarily useful for simple CI...