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

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

  • Comments

    • pdostal
      over 4 years ago by pdostal | Reply

      This pull request has been created.

    Similar Projects

    openQA log viewer by mpagot

    Description

    *** Warning: Are You at Risk for VOMIT? ***

    Do you find yourself staring at a screen, your eyes glossing over as thousands of lines of text scroll by? Do you feel a wave of text-based nausea when someone asks you to "just check the logs"?

    You may be suffering from VOMIT (Verbose Output Mental Irritation Toxicity).

    This dangerous, work-induced ailment is triggered by exposure to an overwhelming quantity of log data, especially from parallel systems. The human brain, not designed to mentally process 12 simultaneous autoinst-log.txt files, enters a state of toxic shock. It rejects the "Verbose Output," making it impossible to find the one critical error line buried in a 50,000-line sea of "INFO: doing a thing."

    Before you're forced to rm -rf /var/log in a fit of desperation, we present the digital antacid.

    No panic: The openQA Log Visualizer (Also known as the "VOMIT-B-Gone 9000")

    This is your web-based hazmat suit for handling toxic log environments. It bravely dives into the chaotic, multi-machine mess of your openQA test runs, finds all the related, verbose logs, and force-feeds them into a parser.

    image

    Goals

    Work on the existing POC openqa-log-visualizer and change it to something usable

    Resources

    openqa-log-visualizer