Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Inspr daemon doesn't work with more than a replica in kubernetes #154

@nicholaspcr

Description

@nicholaspcr

Is your feature request related to a problem? Please describe.
Since the daemon works with a tree structure in memory, when deploying more than a replica there will be conflict between the states of each instance. Also if the pod fails for any reason the memory of the pod could be lost and the tree structure gone.

Describe the solution you'd like
Implement the tree Interface but interacting with a database

Describe alternatives you've considered
Any database will solve the problem, SQL, NoSQL or even something like Redis. This would have an implication on the helm chart since it requires the database/store to exist.

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions