0

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.

almbrmg
  • 152
  • 1
  • 9

1 Answers1

0

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.

Mikołaj Głodziak
  • 4,775
  • 7
  • 28
  • Want to have the alert when the node get rebooted not before that. – almbrmg Jul 30 '21 at 12:57
  • Please, read the attached docs. At the bottom of the article you can find a paragraph Getting notifications for pending reboots. – Mikołaj Głodziak Jul 30 '21 at 13:07
  • The alert i want is not for pending reboots, but to get an alert when the reboot happen – almbrmg Jul 30 '21 at 13:29
  • Your question was very imprecise. Please clarify it. If you want to have an alert after the reboot your node you can use [kernel monitor](https://kubernetes.io/docs/tasks/debug-application-cluster/monitor-node-health/#kernel-monitor) and create your own rule according to this documentation. – Mikołaj Głodziak Jul 30 '21 at 14:18