unable to mount the the aks pod with blob stoarge data lake gen2
unable to mount the the aks pod with blob stoarge data lake gen2
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
AKS Cluster Re-Deployment in a Single Zone
Hi Team, Requirement: Addition of new GPU Node pool in the existing AKS cluster. We need guidance on the following scenario related to our AKS deployment: 1. We need to deploy a new node pool using the SKU NCads_H100, but according to Microsoft Premium…
Azure Kubernetes Service
kubectl version in command- pod too old
How to get a newer kubectl version in the command- pod started in the aks-command namespace. After upgrading the aks kubernetes cluster to 1.32.6, I get the result below. az aks command invoke --resource-group $AKS_RESOURCE_GROUP --name…
Azure Kubernetes Service
Can not delete empty node pool that is using a VM SKU that has limited availability in my region
The node pool uses Standard_D2ds_v5 which we no longer have quota for in our region. We have emptied the pool but are unable to delete it due to the quota issue. We are also unable to upgrade AKS cluster due to this issue.
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
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
Unable to continue with install: could not get information about the resource ServiceAccount "nginx-ingress-controller-ingress-nginx" in namespace "extensions": serviceaccounts "nginx-ingress-controller-ingress-nginx" is forbidden: User "71b3b2a1-735c-44
Unable to continue with install: could not get information about the resource ServiceAccount "nginx-ingress-controller-ingress-nginx" in namespace "extensions": serviceaccounts "nginx-ingress-controller-ingress-nginx" is…
Azure Kubernetes Service
Which is better for private AKS app exposure: Ingress vs LoadBalancer Service?
I'm currently working on a private AKS (Azure Kubernetes Service) deployment within a private VNet. The setup involves a single web application, and I'm exploring the best way to expose it internally over HTTPS (port 443) via Azure Front Door and Azure…
Azure Kubernetes Service
AKS Automatic - Error when using service-principal
I can create an AKS Automatic service successfully with a command like: az aks create --name tmpaks --location my-location --resource-group my-resource-group --sku automatic --generate-ssh-keys However when I try to use a service-principal by adding…
Azure Kubernetes Service
Azure AKS Extension works for me, but not for EU customer.
My company has released an AKS Extension on the marketplace. It deploys successfully for us every time, but for one of our customers in EU West, it hangs for ~20m, and then fails. The error message is extremely generic: "Failed to deploy." I…
Azure Kubernetes Service
Automate AKS Stop
Hi, I have an AKS cluster that need to be stopped daily. What are my options to automate this, I tried Automate Account on Azure, created a powershell script, scheduled it. But after the process, my cluster was actually in failed state, I had to…
Azure Kubernetes Service
Is receiving prometheus KubeAggregatedAPIErrors alerts a sign of an unhealthy AKS cluster?
Following setup: AKS cluster, version 1.30.10 Deployment of kube-prometheus-stack (https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack), version 57.2.0 with enabled Alertmanager deployment and default rule set…
Azure Kubernetes Service
My non-spot VMSS nodes have been recreated automatically
k get node NAME STATUS ROLES AGE VERSION aks-systemstz1-41546320-vmss000000 Ready
Azure Kubernetes Service
Helm upgrade Error- Creating Service Account through helm
Starting: Helm upgrade selfhelp-identity-server ============================================================================== Task : Package and deploy Helm charts Description : Deploy, configure, update a Kubernetes cluster in Azure Container…
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
Azure Monitor pods CrashLoopBackOff with iptables
Hi, I added a new node to my Arc enabled K8s cluster, the ama-* pods seems not to work, and are in CrashLoopBackOff state. ama-metrics-node kubectl logs ama-metrics-node-cg6t5 -n kube-system -c arc-msi-adapter MICROSOFT SOFTWARE LICENSE TERMS MICROSOFT…
Azure Kubernetes Service
Upgrade your AKS clusters to Kubernetes version 1.31 or later
Hello Team, one of my customers mentioned about the short notice for the AKS retirement notification, which left little time for teams to react. And also moving forward wow to get the early notifications so that we have sufficient time to take actions.
Azure Kubernetes Service
RabbitMQ, AKS and monitoring of PODs
Hi all, I've set up a RabbitMQ service on to AKS using the latest (at time of writing ver 4.1.1) Cluster and Topology Operators . The setup was intuitive enough by setting up some manifest files and then applying these to the AKS cluster using kubectl…
Azure Kubernetes Service


How to deploy Java Web APP to AKS?
I want to deploy a Java Web APP to AKS and protect it by the Azure Front door.