mirror of
https://github.com/fosrl/newt.git
synced 2026-03-09 07:12:28 -05:00
[Feature Request] Container healthcheck #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @p3l1 on GitHub (Apr 20, 2025).
Hello there,
I am running this inside my kubernetes cluster at home and I would like newt to be high available on three different nodes, as it is responsible for connecting services into my homelab.
From what I've gathered, only one node is able to connect to gerbil at the same time. This is what I've expected.
I am not sure how easy a high availability setup on pangolin side woudl be.
What already would help is a container healthcheck like mentioned in https://github.com/fosrl/newt/issues/31. I could then tell kubernetes to create a new pod, when the healthcheck fails. Sometimes newt is not able to reconnect after a timeout and I have to restart the container manually.
Thanks for your great work on Pangolin and Newt! This tool is what I've been looking for, for a long time!
@oschwartz10612 commented on GitHub (Apr 22, 2025):
Hi! Thanks for your interest in our project!
A high availability pangolin is in development and we will release more information about that at some point. We are tracking that on the pangolin repo so I have changed the name to reflect the other request about the health checks would I think would be quite valuable. I think I will get to that sometime soon!
@oschwartz10612 commented on GitHub (Apr 22, 2025):
Sorry actually this is a duplicate of #31. I am going to close for now.