Category: k3s
-
+
+
+
+
+
+
If you already have k3s cluster installed, you still need to solve storage class issue. Lets assume, you have 2 nodes cluster, and your workload was rescheduled to another node. To move the pod, and give it an access to its belongings, you need some sort of distributed storage system.…
-
+
+
+
+
+
+
k3s is lightweight kubernetes distribution, perfect for home-lab and sandbox purposes. It scales well, from RPi to 4xLarge 32GB servers. It is super easy to install. Assuming you have linux distribution: curl -sfL https://get.k3s.io | sh – Check for Ready node, takes ~30 seconds sudo k3s kubectl get node and…