Skip to content

Commit a5b657c

Browse files
authored
Merge pull request #57972 from iainfoulds/patch-18
[AKS] Add link to new kured doc
2 parents 71d49f8 + df6e143 commit a5b657c

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
@@ -43,6 +43,8 @@ Yes, Azure automatically applies security patches to the nodes in your cluster o
4343
- By upgrading your AKS cluster. Cluster upgrades automatically [cordon and drain nodes][cordon-drain], then bring each node back up with the latest Ubuntu image and a new patch version or a minor Kubernetes version. For more information, see [Upgrade an AKS cluster][aks-upgrade].
4444
- Using [Kured](https://github.com/weaveworks/kured), an open-source reboot daemon for Kubernetes. Kured runs as a [DaemonSet](https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/) and monitors each node for the presence of a file indicating that a reboot is required. OS reboots are managed across the cluster using the same [cordon and drain process][cordon-drain] as a cluster upgrade.
4545

46+
For more information about using kured, see [Apply security and kernel updates to nodes in AKS][node-updates-kured].
47+
4648
## Why are two resource groups created with AKS?
4749

4850
Each AKS deployment spans two resource groups:
@@ -93,6 +95,7 @@ In a service level agreement (SLA), the provider agrees to reimburse the custome
9395
[virtual-kubelet]: virtual-kubelet.md
9496
[aks-advanced-networking]: ./configure-advanced-networking.md
9597
[aks-rbac-aad]: ./aad-integration.md
98+
[node-updates-kured]: node-updates-kured.md
9699

97100
<!-- LINKS - external -->
98101

@@ -101,3 +104,4 @@ In a service level agreement (SLA), the provider agrees to reimburse the custome
101104
[hexadite]: https://github.com/Hexadite/acs-keyvault-agent
102105
[admission-controllers]: https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/
103106
[keyvault-flexvolume]: https://github.com/Azure/kubernetes-keyvault-flexvol
107+

0 commit comments

Comments
 (0)