Devhack.network
Appearance
internal domain name used for devhack internal services
to access anything referenced by these addresses externally, see VPNs or maybe Tailscale
to register, the dns server 10.213.0.197 currently accepts unauthenticated RFC2136 requests for any devhack.network subdomain. try not to step on other people's records, try running nslookup on subdomains you want before adding new records
see also: core.devhack.net & int.devhack.net
adding new records
nsupdate -v <<EOF server dns.devhack.network zone devhack.network. update delete test.devhack.network. A update add test.devhack.network. 60 A 203.0.113.42 send EOF
the anarchy cluster also adds records automatically with external-dns, right now services or ingresses need to be annotated with:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: music-assistant-ingress
annotations:
external-dns.alpha.kubernetes.io/hostname: music.devhack.network
external-dns.alpha.kubernetes.io/target: 10.213.0.145
but once devhack/anarchy-infra#7 gets resolved it should automatically apply to any ingresses under the correct ingresscontroller