Tag: AKS
-
Using dysk in Azure Kubernetes Service – updated deployment templates
In one of my last blog posts I have explained how to use dysk in Azure Kubernetes Service as persistent storage option. -> https://www.danielstechblog.io/using-dysk-in-azure-kubernetes-service-as-persistent-storage-option/ Since then some of the dysk parts have been moved to the official Azure GitHub repository. -> https://github.com/Azure/kubernetes-volume-drivers Comparing the deployment templates for the dysk FlexVolume and CSI driver, there is…
-
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…
-
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…
-
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 from the AKS master endpoint,…
-
Using dysk in Azure Kubernetes Service as persistent storage option
When you are running stateful microservices on your AKS cluster and you are looking for a persistent storage options beside native Azure PaaS services like Cosmos DB, Azure SQL Database, Azure Database for MySQL or Azure Database for PostgreSQL, then you have two options. Per default Kubernetes supports Azure Disk and Azure File as storage…
-
Building ARM-based container images with VSTS and Azure Container Registry Build
Azure Container Registry Build is currently in preview, but it is an awesome feature of ACR. But what is ACR Build? It is a native container build capability directly integrated into the Azure Container Registry. So, we do not need container build agents anymore. The latest update of ACR Build includes the support for ARM-based…