Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make a dns operator #146

Open
oscrx opened this issue May 20, 2023 · 0 comments
Open

Make a dns operator #146

oscrx opened this issue May 20, 2023 · 0 comments

Comments

@oscrx
Copy link
Member

oscrx commented May 20, 2023

I'd like to manage the node reachability on the Kubernetes node object

Now we have a script that runs every 5 minutes, checks if ninoo.nl is up and add's or removes some records from the Cloudflare dns servers.

I'd like to extend that health check a bit with inter-connectivity checks. If a node cannot reach the majority of the cluster I'd like to take it out of the pool.

Another data point it should process is the node status. When I drain a node for maintenance I'd like that the dns records are removed instantly. The same if the node gets the NotReady label.

Maybe operator is not the correct terminology. A software deamon that subscribes on the kube-api events and looks at stuff like this:
https://kubernetes.io/docs/reference/labels-annotations-taints/#kubernetesiohostname

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant