As I still haven’t deployed Kubernetes on my personal server, I’ll introduce you to my Docker(-Compose) setup:
Read MoreHackweek 20
Rancher maintains 2 Kubernetes distributions, both production grade:
- k3s: Single binary containing containerd backend. Can be run as server or agent on each node of cluster. SQLite is used by default instead of ETCD. MySQL and Postgres also supported. No prerequisites. Intended for edge computing.
- RKE: Deployed remotely over SSH on top of Docker which is the only required component of the underlying OS. Standard ETCD database in container. Each node and its roles are defined in YAML. Resource hungry, datacenter grade.
RancherOS and k3OS KVM Installation
I made a video about RancherOS & k3OS KVM deployment:
Read More