Monthly Archives: September 2018

View AKS kubelet logs via serial console for Azure VMs

As you may now you can view the kubelet logs from an AKS node for troubleshooting purposes. The guidance provided in the Microsoft documentation lets spin you up a container in the AKS cluster which you then use to jump on the node via an SSH connection. -> https://docs.microsoft.com/en-us/azure/aks/ssh -> https://docs.microsoft.com/en-us/azure/aks/kubelet-logs Another way you can use Read more [...]

Speaking at Experts Live Europe 2018 in Prague

We are only a month a way from one of the superb conferences held in Europe, Experts Live Europe. Being in Berlin the last two times Experts Live Europe takes place this year in the beautiful city of Prague. Why you should attend, if you have not a ticket yet? The answer is easy. Learning from top industry experts, networking, having a good time and making new friends. Most of the experts Read more [...]

Sending logs from the Azure Kubernetes Service master endpoint to Log Analytics

Azure provides native monitoring capabilities for an Azure Kubernetes Service cluster based on Azure Monitor, Azure Log Analytics and the Container Insights solution. -> https://www.danielstechblog.io/monitor-azure-kubernetes-service-with-azure-monitor-container-health/ But this covers only the part for the agent nodes and the containers that are running on them. If you want to have the logs Read more [...]