Hacker News new | ask | show | jobs
by secondcoming 174 days ago
Oh right. Their cloud-init script uninstalls NTP and installs chrony each time our VMs boot
1 comments

Ah yeah. For VPS tenants it makes sense they would default to Chrony. They have a public facing pool of NTP servers at `time.google.com`, and for tenant use they provide `metadata.google.internal`, which is probably where the Chrony config file points. IIRC TrueTime is not actually open source and is only used internally on their infrastructure.