Customers using Broadcom VKS (VMware Kubernetes Service) clusters often configure an NTP server for time synchronization. While the system time synchronizes correctly, the cluster nodes continue to default to the UTC time zone.
Tanzu Kubernetes Grid Service (TKGS)
vSphere with Tanzu
VMware vSphere Kubernetes Service
Broadcom VKS clusters are designed to standardize node configurations for consistency and reliability.
1. Cluster nodes default to UTC and do not support native customization of time zones.
2. This design ensures uniformity across distributed environments and avoids conflicts in time-sensitive operations.
3. As a result, time zone adjustments must be handled at the workload (Pod) level rather than at the node level.
VKS clusters do not support customizing the time zone of cluster nodes. The recommended approach is:
1. Continue configuring time zones at the Pod level using deployment specifications.
2. Maintain NTP synchronization at the cluster level.
3. Best Practice: