Skip to content

Configuration Question: Docker/K8S configuration for HA #82

@fraser73

Description

@fraser73

I'm configuring my home Node-Red system to run on two Raspberry Pi4 machines, under K8s/Docker containerisation in a high availability mode. I can come up with a solution for most of the potential issues of preserving state of Node-Red, etc, however I can't come up with a solution for how to enable Z-wave, which relies on locally attached hardware.

I have two potential solutions:

  1. Get some sort of Ethernet connected USB port.
    Pros: It's moved away from the local hardware, so bringing up a new instance of Node-Red should just reset the zwave and carry on.
    Cons: There's a reliance on a single piece of hardware, which sort of defeats the point of having containerised HA.

  2. Use a zwave controller on each Pi
    Pros: No single point of failure
    Cons: It seems complicated and will probably rely on some sort of multi controller network, which I have no idea how it would work.

Any suggestions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions