Rancher maintains 2 Kubernetes distribution, 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 prerequisity. 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.
Each scenario needs:
- Support Server: As Internet gateway, DHCP and DNS server.
- Master node for the control node and it’s database
- 4. Worker nodes joining the cluster.
TO-DO:
- Run more tests on top of the Kubernetes cluster.
- Implement the same for rke2 (not in production yet).
Verification runs:
Resources:
This project was inspired by the awesome SUSE @Home workshop. This was done as HackWeek 20 project. The pull request has been opened in os-autoinst-distri-opensuse repository.