`postgres-0` gets rescheduled to another node. Can it keep the same Tailscale IP? Right now state is per-node, so it gets a new identity.
Ideas
- Detect StatefulSet pods and use persistent identity
- Maybe store state in a PVC instead of hostPath
- Or use the pod name as a stable key for state lookup
Caveat
This is tricky. Might involve significant rearchitecting.
`postgres-0` gets rescheduled to another node. Can it keep the same Tailscale IP? Right now state is per-node, so it gets a new identity.
Ideas
Caveat
This is tricky. Might involve significant rearchitecting.