when we receive FreezeScheduled event what to validate?

Hegde,S. (Sangeeta) 0 Reputation points
2024-01-31T05:56:39.7466667+00:00

when we receive FreezeScheduled event what to validate? Is nodes will get restart ? Is their any validation steps when this event occurs?

Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,462 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Andriy Bilous 11,821 Reputation points MVP Volunteer Moderator
    2024-01-31T21:55:53.4866667+00:00

    Hello Hegde,S. (Sangeeta

    You can refer to this documentation to check if any action is needed:
    https://learn.microsoft.com/en-us/azure/aks/node-auto-repair#node-auto-drain

    AKS continuously monitors the health state of worker nodes and performs automatic node repair if they become unhealthy.

    Freeze scheduled- The VM is scheduled to pause for a few seconds. CPU and network connectivity may be suspended, but there is no impact on memory or open files.

    Container insights includes the Live Data feature, direct access to your (AKS) container logs

    You can view real-time event data as they are generated by the container engine from the Nodes, Controllers, Containers, and Deployments view when a container, pod, node, ReplicaSet, DaemonSet, job, CronJob or Deployment is selected.

    https://learn.microsoft.com/en-us/answers/questions/1046048/aks-nodes-abnormal-events

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.