Ask HN: How do you handle private DNS for dev/staging environments?2 points·by kenonet·7 เดือนที่ผ่านมา·0 commentsWe have multiple environments like (dev, staging, prod) and I'm tired of managing DNS for internal services. Current options all suck:Public DNS entries → security riskVPN + custom DNS → overkill, IT bottleneck, everyone complainsEditing /etc/hosts → obviously doesn't scaleI want devs to just access api.dev.company.internal without:Asking IT to configure anything Running a full VPN Manual host file edits Exposing endpoints publiclyAm I missing an obvious solution? How do you handle this at your company?0 commentsPost comment—
Public DNS entries → security risk
VPN + custom DNS → overkill, IT bottleneck, everyone complains
Editing /etc/hosts → obviously doesn't scale
I want devs to just access api.dev.company.internal without:
Asking IT to configure anything Running a full VPN Manual host file edits Exposing endpoints publicly
Am I missing an obvious solution? How do you handle this at your company?