AKS Connected to NFSv3 storage fails(Private Endpoint) to authenticate
Hi, I have a NFSv3 Account storage ( Premium-LRS ) with Public connection off. AKS Persistent Volume is using Blob CSI to connect to the Storage Account via Private endpoint using Access Keys... Manually testing the private endpoint and access keys via…
Azure Kubernetes Service
Service Fabric on Kubernetes?
Hello, I am battling with a question that has recently been raised by some third parties we’ve spoken to, and I’d like to get some perspectives. We develop and run a fairly complex microservices application on Azure Service Fabric using the officially…
Azure Kubernetes Service
AKS: how to use emptyDir with NVMe disks
Hi, I can use "setup-local-disks raid0" script in AWS as pre bootstrap command to prepare NVMe disk to format/mount on the node. And pods can leverage this using emptyDir for better performance. I am trying to replicate the same in AKS but…
Azure Kubernetes Service
i am use free azure. also encounter TasksOperationsNotAllowed in the automated delployment menu of AKS. how about the issue process ?
i am use free azure. also encounter TasksOperationsNotAllowed in the automated delployment menu of AKS. how about the issue process ?
Azure Kubernetes Service
AKS Node Pool Upgrade - Disk Attach Failure
After an automated node pool upgrade (system and workload) on our production AKS cluster (see attachment - Node Upgrade) a number of our workloads hosted in the cluster encountered an issue with persistent volume attach errors (see attachment - PVC…
Azure Kubernetes Service
AKS - Docker Hub - Network issues in Swedencentral
Hey, we regularly spin up and down AKS (1.32 / 1.33) to ensure our Terraform implementations are working. Meaning the following isn't isolated to a single cluster and network, but repeatedly occurs with new resources. Swedencentral was chosen a while…
Azure Kubernetes Service
Query related to Pod Identity deprecation
we are using pod identity on aks still and we have a migration planned to move to workload -id with in next few months. dose pod identity will stop working from sept 2024 or will we have a window for few months to still use pod identity.
Azure Kubernetes Service
How to deploy AKS cluster bicep template from the command line
Dear Sir/Madam, I cloned and am testing MS reference implementation of aks-fabrikam-dronedelivery. According to "05-aks-cluster.md" "Deploy the AKS Cluster" "9. Deploy the cluster bicep template from the command line (option 1)…
Azure Kubernetes Service
Insufficient Subnet IPS
Hi, We have 2 AKS clusters Dev & QA with the same configuration with the same subnet range \22 Both clusters are of the same SKU but QA utilizes more IP than Dev and results in insufficient IP . Max pod size is 60 for both. Is there a way to…
Azure Kubernetes Service
Pods Not Being Evicted From AKS Cluster
I have an AKS cluster that has pods scheduled on it by means of the following helmsman command: helmsman --keep-untracked-releases --debug --target release-name -f ./state_definition.toml Once this completes, the application is deployed successfully to…
Azure Kubernetes Service
Application Gateway Ingress Controller helm chart not working as expected with Azure CNI Overlay.
Hello, we want to use the AGIC in a cluster with Overlay CNI enabled. We are deploying version 1.9.2 of the AGIC Helm chart. Although documentation says that using AGIC in a cluster with overlay CNI is working, we cannot make it work. …
Azure Kubernetes Service
5XX Errors During Rolling Updates in AKS with AGIC (App Gateway Ingress Controller)
We are experiencing transient 5XX errors (502/503) during rolling deployments of services in our AKS cluster. The internal rollout behaves correctly, but end users receive errors externally during pod recreation. Our AKS cluster uses AGIC (Azure…
Azure Kubernetes Service
Why AKS loadbalancer created wrong health check path?
Hi folks. We are using AKS with ingress-nginx controllers for public access to our services. Loadbalancer, which is provisioned automatically for ingress controller had set health check to / path instead of /healthz. It caused ingress in AKS was not…
Azure Kubernetes Service

kubernetes tls: failed to parse certificate from server: x509: certificate contains duplicate extensions
Following error occurs: az aks update -g <your-rg> -n <your-aks-cluster> --reset-service-principal az aks rotate-certs --resource-group <your-rg> --name <your-cluster> az aks upgrade --resource-group <your-rg> --name…
Azure Kubernetes Service
Does Private Type AKS Cluster not support Automated Deployments?
I'm trying to deploy applications using AKS automated deployments, but I think that Private Type AKS Clusters aren't supported. There are several reasons for this. First, automated deployments can't be performed via CLI or PowerShell. They can only be…
Azure Kubernetes Service
Error of "AKS_CLUSTER_NAME=$(az deployment group show --resource-group rg-shipping-dronedelivery-eastus -n cluster-stamp --query properties.outputs.aksClusterName.value -o tsv)"
Dear Sir/Madam, I have cloned and am testing the MS reference implementation of "aks-fabrikam-dronedelivery". According to the "05-aks-cluster.md" "Deploy the AKS Cluster" ...... Deploy the cluster bicep from azure cli…
Azure Kubernetes Service
Application Gateway Ingress Controller, BackEnd pools are not been created automatically when you deploy new pods in AKS.
I am creating a new architecture using Bicep Templates, I am creating an Application Gateway to be used as Ingress Controller by an AKS cluster, I have added all the permissions posted in the tutorials, but everytime I deploy new pods and the ingress…
Azure Kubernetes Service
AKS Pods crashing after turning on load balancer service
We are encountering an issue with our AKS workload where all pods for the WebUI service enter a CrashLoopBackOff state after configuring Horizontal Pod Autoscaler and LoadBalancer service. Please see the attachment with implementation details.AKS…
Azure Kubernetes Service
AKS cluster is in Failed state. How can I revert the changes
Hii Team, I have created AKS cluster. When I tried to change the cluster VNET then cluster goes to failed. However the app inside is still working. The AKS cluster and NodePool is in failed state while the Node inside is in ready state. How can I…
Azure Kubernetes Service
AKS serviceaccount workload identity federation NOT generating AZURE_FEDERATED_TOKEN_FILE inside pod
I am trying to apply a simple calling client app on AKS that has workidentity enabled and is federated to a service account, that calls a downstream backend api, but retrieves a token that includes the correct [roles] for authenticating against the…