Publishing Azure Functions on AKS through the Ambassador API gateway
In my last blog post I introduced you to the Ambassador Kubernetes-native microservices API gateway as an ingress controller running on Azure Kubernetes Service.->...
View ArticleAzure Load Balancer behavior when externalTrafficPolicy is set to Local in...
In one of my last blog posts I talked about running the Ambassador Kubernetes-native microservices API gateway on Azure Kubernetes Service. Specially to define and set the configuration option...
View ArticleConfigure Azure Traffic Manager endpoint monitoring for container...
Running an ingress controller on Azure Kubernetes Service requires configuration of the Azure Traffic Manager endpoint monitoring options when Traffic Manager is used in front of it.In this blog post I...
View ArticleRunning Linkerd on Azure Kubernetes Service
Certainly, you have heard the term service mesh in the context of Kubernetes. Istio is one of the service mesh implementations that you might have heard of mostly. Beside Istio, Linkerd is the other...
View ArticleSSH access to AKS nodes for troubleshooting purposes
Under normal circumstances you do not need SSH access to your AKS nodes. Even when you create a new AKS cluster you do not have to provide an admin username and a public SSH key.Deployment methodadmin...
View ArticleUpdated Azure Function App – AKS Advanced Networking IP address calculation
Just a short information about the update I have done for the Azure Function App doing the AKS Advanced Networking IP address calculation (Azure CNI).Since I have written the Azure Function App, they...
View ArticleRunning a Kubernetes cluster with k3s on Raspbian
This is the first blog post out of three in a series covering k3s a new Kubernetes distribution by Rancher.-> https://k3s.io/In this post we focus on the setup of k3s on Raspbian to get a working...
View ArticleUsing an Azure Pipelines agent on a k3s Kubernetes cluster on Raspbian
This is the second blog post out of three in a series covering k3s a new Kubernetes distribution by Rancher.-> https://k3s.io/In this post we focus on the container image build and deployment of the...
View ArticleInstalling Helm and Azure IoT Edge on a k3s Kubernetes cluster on Raspbian
This is the third and last blog post in a series covering k3s a new Kubernetes distribution by Rancher.-> https://k3s.io/In this post we focus on the Azure IoT Edge deployment on Kubernetes via the...
View ArticleTweaking data collection for Azure Monitor for containers
Recently Microsoft introduced silently some configurations options for the Azure Monitor for containers solution.As you might know the Azure Monitor for containers solution collects stdout, stderr and...
View ArticleUsing an AKS Engine cluster with Azure Active Directory integration
As you might already know you can run an Azure Kubernetes Service cluster with Azure Active Directory integration for fine-grained RBAC role definitions.I have written a blog post about that awhile...
View ArticleDistribute AKS Engine kubeconfig credentials
In my last blog post I showed you the integration of an AKS Engine cluster with Azure Active Directory.->...
View ArticleDistribute Azure Kubernetes Service kubeconfig credentials
Last week I showed you the kubeconfig credentials distribution for AKS Engine.-> https://www.danielstechblog.io/distribute-aks-engine-kubeconfig-credentials/In this blog post I walk you through the...
View ArticleSetting up Zsh with Oh My Zsh in Azure Cloud Shell
As you might know I recently switched jobs and now working primarily with a MacBook Pro at LeanIX. So, I am using the Zsh in my day to day work and wanted to have the same experience in Azure Cloud...
View ArticleSetting custom upstream nameservers for CoreDNS in Azure Kubernetes Service
Last year I have written a blog post about configuring kube-dns in Azure Kubernetes Service to provide a custom nameserver for DNS name resolution.->...
View ArticleAKS – Authentication issues real-time container logging solution
UPDATE 15.08.2019: The issue described here in my blog post has been resolved in the Azure docs with the following pull request.-> https://github.com/MicrosoftDocs/azure-docs/pull/37045Back in June...
View ArticleConfiguration options for CoreDNS in Azure Kubernetes Service
In my last blog post I have shown you the configuration of custom upstream nameservers for CoreDNS in AKS.->...
View ArticleUpdating the base image of a VMSS-based AKS cluster
Earlier this year I had written a blog post about updating the VMSS base image of an aks-engine cluster.-> https://www.danielstechblog.io/updating-the-base-image-of-an-vmss-aks-engine-cluster/Today,...
View ArticleSecure Jenkins worker nodes on Azure
Jenkins has two nifty plugins available to leverage the power of the Azure platform for on-demand worker nodes.-> Azure Container Instances -> Azure Virtual MachinesIn this blog post I want to...
View ArticleAKS VMSS base image update script – multiple node pool support
At the beginning of September, I have published a blog post about how to update the base image of a VMSS-based AKS cluster.->...
View Article