ct-Open-Source / ct-Smart-Home

A ready-to-use Node-RED setup for home automation

Home Page:https://ct.de/smarthome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions on running this in kubernetes

embcla opened this issue · comments

Hi

Now that kubernetes is getting into the small end of iot, I'm setting up a kubernetes cluster for home automation and I've been using node red official images for it
Maybe you know maybe not, I'll just put it here for completeness: rancher labs made a stripped down version of k8s called k3s that runs pretty fine on RPIs, check it out
www.k3s.io

Now you guys added a lot of useful modules to node-red that so far I need to add manually to the default image and then re-package it and host it on a personal repo

Have you looked into kubernetes and are you interested in getting it to work?

It could be as easy as modifying the official helm charts to run your image

As the stack for iot gets bigger (node-red, mqtt, influxdb, grafana, home kit, openhab, etc) one RPI is not enough anymore and being able to scale would be beneficial

Hi, I will be looking for this to run under Kubernetes/K3s. But sadly didn't have the time yet.