vigeeking / homeAutomation

My goal is to create a pipeline that is built exclusively with tools I either already know, or am only learning because they provide added value to the project
https://github.com/vigeeking/homeAutomation
0 stars 0 forks source link

Clean up hostname issues #75

Open vigeeking opened 3 years ago

vigeeking commented 3 years ago

Currently, when a new device/computer is added to the network, I have to find out what the IP is manually. I would like to have anything with a hostname be pingable by hostname. The specific use case here is I now have a dedicated microk8s vm, and was able to ping microk8s.grove when I set it up, but at some point that died. I would like to not have to remember IP addresses anymore, so hostname.grove is the domain I would go with.

edit: What about moving everything back over to vigeeking, to further roll things out? That's going to be a lot more intensive of a dns issue to tackle, but could be good once I get some loose ends tied up.