Tonight's homelab puzzle: can I have kubernetes run Technitium for me without making circular dependencies? For example, when k8s starts up, does it have to reach out to the NFS storage, or does that only happen when a container starts using that?
I have Technitium running on 2x Raspberry Pi boards, but I don't need to keep those running if I can just run the container on k8s, which is always on anyways.
I do have an externally facing extcoredns container for *.k8s.home but that's only for kubernetes workloads.