I'll try to elaborate more about what I'm trying to achieve.
First of all, I'm very grateful for the detailed and well-explained comments you made.
My objective is to monitor a drift between 3 NTP servers.
`chronyc sources` provides a wonderful and simple output just for that purpose.
The issue I'm having is the following:
I'm using Openshift as my base, and my solution was to simply set a pod with a chrony image and run the command,
sadly to my understanding, openshift pods doesn't have access to systemd, meaning I can't set a chronyd daemon on the Pod it self.
"chrony tracking" also returns the error message "506 can't talk with daemon".
Honestly I really think that because of that Openshift limitation I won't find any way to actually run "chronyc sources".
I'm not completely understanding what it means to run `chronyd -U -x`.
I actually run it successfully, and it created a chronyd.pid, but "chronyc sources" still return "506 Cannot talk to daemon"
Am I missing something?