Looking for the best place to locate a service watch tool #61
phlogistonjohn
started this conversation in
General
Replies: 1 comment
-
I discussed this with @obnoxxx over chat and he's OK with just creating a new repo under SINK. We can always rehome it in the future if needed. I'll leave this open for a little while in case there any last minute objections, but should get it done before the end of my day today. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As part of the work I did preparing for my demo at sambaXP I hacked together a tool I called "svcwatch" which is a smallish Go binary that uses the k8s apis to monitor for changes to a Service's IPs and when it changes, it writes to a json file.
This tool is used as 1/2 of the system that monitors the Service exposing the external IP of the share in order to register that IP with AD DNS. FWIW, I did search around to see if anything else like that existed before writing code. But I failed to find it, so code I did. :-)
Currently, I just have it hacked into a branch of mine within the samba-operator repo. But that doesn't fee right for long term.
I'm thinking of either creating a new github repo either under SINK org OR under my own name. I'm just looking for opinions on which is better seeing as how it's not really samba specific at all.
Beta Was this translation helpful? Give feedback.
All reactions