After I created a 4 node k0s cluster, I noticed that some workloads were already provisioned. I believe the intention is to provide a simplified cluster deployment process that is already bootstrapped and ready for receiving its first user workload. Although these pods come with sensible defaults, they can be customized via a config file. I wanted to dive into what these pods are, and what their roles is within the k0s cluster.| Technical Scratchpad
This post is a follow up to my previous post that explains how to set up a Single Node k0s in a LXC Ubuntu Container. I strongly recommend reading/referencing that post to understand the reason beh…| Technical Scratchpad
k0s is an open source, all-inclusive Kubernetes distribution, which is configured with all of the features needed to build a Kubernetes cluster (source). On the Quick Start Guide, it only takes 3 s…| Technical Scratchpad