Kubernetes DNS Resolution Failure - Intermittent Connectivity Issue to 168.63.129.16 (Working Previously)
Hello, Our Kubernetes cluster is experiencing DNS resolution failures. CoreDNS logs show "i/o timeout" errors when attempting to reach 168.63.129.16:53. This issue began approximately two days ago. Prior to this, DNS resolution was functioning…
.net 8 docker image on AKS
Hi, We have a web project based on .NET which is containerized and published on ACR and further deployed on AKS. While performing the .NET version upgrade, since docker image on linux now doesn't runs on privileged port 80, hence we are exposing 8080…
Connectivity issue with API server
Hi Team, We are facing an issue with connectivity to our AKS API Server. Certain services that we have on our cluster - akv2k8s and cert-manager. Please note that we have a feature to start/stop our clusters and this issue surfaced today morning once…
az k8s-extension create lacks --yes parameter
I am trying to attach an existing AKS cluster as an inference cluster for Azure ML workspace. Following MS instructions - https://learn.microsoft.com/en-us/azure/machine-learning/how-to-attach-kubernetes-anywhere?view=azureml-api-2 az k8s-extension…
Cluster cant schedule new pods.
Kubernetes Cluster cannot issue new pods. All currently issued ones are active, but as soon as you try to restart a pod or create a new one its stuck in pending mode.No Recent events events or conditions in the pod/deployment details. All nodes appears…
Problem deploying Wordpress in AKS. It seem is volume mounting problem on the persistent disk
Estamos enfrentando un problema persistente con un deployment de WordPress en Azure Kubernetes Service (AKS) utilizando Azure Files como almacenamiento persistente. Los síntomas principales son: Al acceder al URL, recibimos un error 404 Not Found…

Unable to delete AKS load balancer where VMSS is already deleted
Hi team, I cannot delete the "kuebernetes" load balancer from my deleted AKS clusters. I also cannot delete the backpools. I don't have any support plan so I cant file a ticket. Can I get some support to delete the resource please. I am still…
appgw.ingress.kubernetes.io/request-timeout does not work
I am using an Azure managed AKS and Appgateway setup. I am trying to increase the request timeout from "30" (which seems to be the default value) to "60". I have followed this document…
How do I allow pods to access the IMDS when using IPVS as kube-proxy scheduler?
We are using an AKS cluster, whose services still use AAD Pod Identity (yes, I know it is deprecated, and yes, it will be migrated to Workload Identity soon). Due to some performance issues, I decided to try setting kube-proxy to use the IPVS scheduler…
AKS Virtual Node quota "leak" with KEDA ScaledJob
we recently enabled the virtual node on our AKS cluster and use it to run various background jobs. These jobs are triggered by KEDA and specifically use a ScaledJob. When KEDA sees a message in a service bus queue it (keda) correctly starts a ScaledJob…
Node count in AKS increased without approval/manual operation after SP renewal
After SP renewal, node scaled up in agent pools even when the condition for scaling was manual
How to fix issue Service Principal msi is not found on AKS?
Hello, after my previous request, where your colleague move resources from personal Azure account to work Azure account, some of my resources doesn't work. I'm also getting this error on AKS and having troubles to fix it. Service Principal msi is not…
How do I resolve network issues in my AKS cluster?
AKS cluster intermittently fails to connect to SQL server as well as resolve kubernetes.default and connect with pods in the cluster
Unable to install Flux Extension in AKS private cluster
We are unable to install the flux extension in our AKS private cluster. The installation of the extension runs for some time, then the cluster always ends up in "Failed" state with this error…
Some requests from our service to Azure Orchestration is getting "Connection reset by peer"
Hello, Where using the libcloud package in Python in order to setup the driver for Azure of the type: DriverType.COMPUTE.AZURE_ARM The service is working fine for lots of years, while recently we're getting this error from some requests: ('Connection…
I need to know what these pods are doing microsoft-defender-collector-ds-5mhzb & microsoft-defender-publisher-ds-7h5zn
I need to know what the functionality of these pods are microsoft-defender-collector-ds-5mhzb microsoft-defender-publisher-ds-7h5zn I understand its part of Microsoft defender but when its disabled for the subscription why is this in the…
I would like to configure Service connector between Keyvault and my private AKS cluster
Hello, I'm currently facing some issue trying to configure the CSI Driver with my private Kubernetes Cluster. The is a private cluster running inside a Vnet, and the KeyVault that I want to connect to is also registered on that Vnet. However…
Issue with Log Filtering in ContainerLogV2 using Data Collection Rule
Hello, I am experiencing an issue with the following configuration of my Data Collection Rule (DCR): { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion":…
Private AKS cluster login issue
We are getting error while connecting to a Private AKS cluster from a VM which is VNET peered with the VNET of the AKS cluster. We are able to connect till get-credentials command, however when trying to check current nodes by using command…
How to setup Azure Container Storage pool using pre-provisioned azure managed disks?
I enabled Azure Container Storage in my cluster a couple of days ago using the azureDisks type. The default Azure Container Storage pool was configured and mapped to dynamically provisioned disks. Now, I am trying to create a pre-provisioned storage pool…