Skip to content

Commit d97bb22

Browse files
authored
Merge pull request #203869 from miwithro/patch-153
Update faq.md
2 parents 3a32681 + cb4677c commit d97bb22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/aks/faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,10 @@ FIPS-enabled nodes are currently are now supported on Linux-based node pools. Fo
301301
302302
AKS doesn't apply Network Security Groups (NSGs) to its subnet and doesn't modify any of the NSGs associated with that subnet. AKS only modifies the network interfaces NSGs settings. If you're using CNI, you also must ensure the security rules in the NSGs allow traffic between the node and pod CIDR ranges. If you're using kubenet, you must also ensure the security rules in the NSGs allow traffic between the node and pod CIDR. For more information, see [Network security groups](concepts-network.md#network-security-groups).
303303
304+
## How does Time syncronization work in AKS?
305+
306+
AKS nodes run the "chrony" service which pulls time from the localhost, which in turn sync time with ntp.ubuntu.com. Containers running on pods get the time from the AKS nodes. Applications launched inside a container use time from the container of the pod.
307+
304308
<!-- LINKS - internal -->
305309
306310
[aks-upgrade]: ./upgrade-cluster.md

0 commit comments

Comments
 (0)