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:

1) Support Server: As Internet gateway, DHCP and DNS server. 2) Master node for the control node and it's database 3) 4) Worker nodes joining the cluster.

Resources:

  • [k3s webpage]: https://k3s.io/
  • [k3s github repository]: https://github.com/k3s-io/k3s
  • [rke1 github repository]: https://github.com/rancher/rke
  • [rke1 cluster.yaml]: https://rancher.com/docs/rke/latest/en/example-yamls/#minimal-cluster-yml-example
  • [rke1 deploy guide]: https://rancher.com/docs/rke/latest/en/installation/#prepare-the-nodes-for-the-kubernetes-cluster

This project was inspired by the awesome [SUSE @Home] workshop: https://github.com/SUSE/suse-at-home

TO-DO:

  • Run more tests on top of the Kubernetes cluster.
  • Implement the same for rke2 (not in production yet).

Looking for hackers with the skills:

openqa kšs rke2

This project is part of:

Hack Week 20

Activity

  • over 1 year ago: pdostal added keyword "kšs" to this project.
  • over 1 year ago: pdostal added keyword "rke2" to this project.
  • over 1 year ago: pdostal added keyword "openqa" to this project.
  • over 3 years ago: pdostal started this project.
  • over 3 years ago: pdostal originated this project.

  • Comments

    • pdostal
      over 3 years ago by pdostal | Reply

      This pull request has been created.

    Similar Projects

    This project is one of its kind!