Not able to view live logs for the node and pod

sns 9,226 Reputation points
2023-01-09T09:38:29.033+00:00

I am unable to see live logs for the containers, please suggest. please find below screenshot.
277396-image.png

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,852 questions
0 comments No comments
{count} votes

Accepted answer
  1. Eddie Neto 1,236 Reputation points Microsoft Employee
    2023-01-09T11:42:57.667+00:00

    @sns

    Thanks for reaching Q&A

    Just checked from my end and looks fine working.

    277462-image.png

    Could you please answer the questions below?

    1- Which AKS version are you using? Is a supported version like below? If you not using a supported version, please upgrade so you can have the latest container image metrics.
    277379-image.png

    2- If you have a supported, please try to delete the metrics pods "kubectl delete pod -n kube-system metrics-server-XXXXXXX --force". Check after the Azure portal.

    3- If still persists please disable and enable again the addon monitoring.

    Disabling
    az aks disable-addons -a monitoring -n <cluster-name> -g <cluster-resource-group-name>

    Enabling
    az aks enable-addons -a monitoring -n <cluster-name> -g <cluster-resource-group-name>

    4- If not resolve with the steps above please raise a ticket to Microsoft support.

    Hope this helps. Please "Accept as Answer" if it helped, so that it can help others in the community looking for help on similar topics.

    0 comments No comments

0 additional answers

Sort by: Most helpful