Wonder if I can have an alert for the Azure AKS when a node reboot?
What have already tried: Used KubeEvents and the reason reboot, is there another way? Couldn't find any docs about that on the azure website.
Wonder if I can have an alert for the Azure AKS when a node reboot?
What have already tried: Used KubeEvents and the reason reboot, is there another way? Couldn't find any docs about that on the azure website.
If I good understand your question, the solution should be described in this doc. You can used Kured
tool to monitor and review reboot process.
See also this good article.