forked from benblamey/hom-2
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
K8 should manage persistence of its own resources.
Suggested implementation is on startup to retrieve list of pods and deployments, which have GUIDs as names.
A key-value store can be used to persist state of each corresponding Tier instance in the manager.
So on startup, if any tiers exist, the state can be re-created.