`golang.org/x/sys/unix`.`Sysinfo` only provide uptime in whole second, which leads to +-1s drifting in the boot time calculation. Reading from /proc/stat is a better option as there's a reliable boot time directly returned from linux kernel.
k8s.io/kubernetes