aks viewing kubelet logs

We can view kubelets logs in AKS by ssh-ing into the nodes by using '

kubectl debug node/aks-nodepool1-37663765-vmss000000 -it --image=mcr.microsoft.com/cbl-mariner/busybox:2.0


And then to view the logs simply, run the followings command


chroot /host

journalctl -u kubelet -o cat



 



Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm