roobre / kubeklipper

Batteries included Helm chart for running your 3D Printer infrastructure on Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transition 🏳️‍⚧️ from Helm to an operator

roobre opened this issue · comments

Using an operator would unlock a bunch of interesting possibilities:

  • Defining printers and configs as custom resources
    • Printer status in k8s
    • Easy adding, removing, and inventorying of multiple printers, while reusing common elements (slicer, UIs)
    • Identical printers could share configurations
  • Declaratively specify the firmware a printer should have, and flash it on schedule and when it is not busy
  • Different versions of tooling per printer