An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
How to publish the aks application along with creatoing other azure resources too?
This is Microsoft's official recommended pattern for exactly your scenario. The idea is a two-offer approach: Offer A: Your existing Kubernetes Container offer (keep it simple — just the cluster extension) Offer B: A new Azure Managed Application…
Azure Kubernetes Service
Adding dynamic pod ip allocation to existing cluster is not working.
We have a set of 2 clusters running on Kubernetes 1.34.2 We decided to enable dynamic pod allocation, we use terraform to manage our cluster. When we are adding the pod subnet into the node pool we are not able to do it. We have 3 node pools, admin,…
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
AKS cluster to use only the latest images in the container host
We are receiving an S360 items to clean up a vulnerable image. whether any extra configuration is required for the image cleaner setup to automatically remove stale images
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
How to change logLevel for velero in AKS backup
When you install the AKS backup extension it sets up velero with logLevel=debug. This generates a huge amount of logs (by far the biggest on our cluster). I want to only allow velero to log warning, but if I try and edit the deployment yaml for…
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
Way to test virtual nodes usage in AKS
I want to test virtual nodes usage , is there any that i can create that scenario in my own lab before takes to prod. if yes please suggest
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
ERROR | Azure Key Vault access from Python application in Azure Kubernetes Service
I have a python application in AKS where I need to read the secrets from Azure key vault. I am using: credential = DefaultAzureCredential(logging_enable=True) client = SecretClient(vault_url=KV_URI, credential=credential) secret =…
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
AKS: AgentPool UAMI blocked from token generation (conditional access policies) - image pull fails
We've suddenly started seeing failures in our AKS clusters when attempting to pull images from our ACR. We have not changed anything, but I've verified: The agent pool UAMI has AcrPull assigned to the ACR. The image and its tag exist in the ACR. The…
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
AKS pod creation failed
We recently enabled Workload Identity on our pods. And pod creation failed with KubeEvents //| where ObjectKind == "ReplicaSet" //| where Reason == "FailedCreate" | where Name startswith "odata-" Error creating: Internal…
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
How to deploy Helm charts to AKS from an Azure Managed Application and pass parameters dynamically?
We previously deployed our application using Azure App Service inside a Managed Application. Now we have migrated the application to run on Azure Kubernetes Service (AKS) instead. We have converted our existing Kubernetes YAML manifests into a Helm chart…
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
vCPU quota denied
We are trying to run a kubernetes application which requires 32G RAM VM's in the southeastasia location. However, our quota request keeps on getting denied. I have tried absolutely every type of vm and all are declined. So how is anyone supposed to run…
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
Is there any command to check how many pods maximum AKS cluster can run
Is there any command to check how many pods maximum AKS cluster can run? If yes please share me command
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
Error on RBAC Role Assignment for Managed Identity used in AKS Deployment Automation.
We are deploying infrastructure using an ARM template in Microsoft Azure. As part of the deployment, the template provisions the following resources: Azure Kubernetes Service (AKS) cluster Azure Container Registry (ACR) access for container…
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
how to deploy Kubernetes application in azure market place alternative for managed application
Currently i am deploy my aks application in azure market place using the managed application. I want to check for any other alternatives instead of managed application but it should be the better one. Give all the possible ways.
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
How to calculate the cost for pods in azure kubernetes?
Actually in aks , we only have the cost for nodes. I want to get the cost for pods from the node cost using the pod metrics like cpu_request, cpu_usage, mem_request and mem_usage. So how to calculate the cost of pods, give some ideas..
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
Cluster never deploys the csi-azuredisk-controller in kube-system
We created a new AKS cluster on Kubernetes 1.33.x in Azure Public Cloud. Although CSI drivers are the standard storage interface in AKS (in‑tree drivers deprecated from v1.26 onward) and should be enabled/managed by AKS automatically, our cluster never…
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
AKS: Issues with Pod scaling in certain scenarios?
Has anyone noticed issues when trying to adjust the auto scale pod count? Using the below interface below - I noticed that it took over 30-60 minutes for any response. Is that normal? We noticed this issue, and our auto scale was not working at…
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
why nodes in newly created nodes pools doesn't show in cluster
I created system linux node pool around 2025-01-05 1:47 AM (UTC time). The node pool shows that provision succeeded. but when I use kubectl connect to the cluster, kubectl get nodes didn't list the nodes in the new node pool. I also tried az aks update…
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
ON AKS session timed out error with our web app
We have an Azure Sponsorship subscription under the account [EMAIL REMOVED] with the following details: <private details> We have deployed Azure Kubernetes Service (AKS) in the resource group bme-aks-test with the cluster name bmewebtest. Our…
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
AKS cost analysis pricing
Hello, Is the cost analysis extension for AKS clusters free of charge? The documentation lists the requirement for a premium/standard tier cluster, which softly implies that it's included within that tier, but it's not very explicit. Thank you
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
AKS default subnets don't belong to any NSG, how to add them?
Hi we have a problem where during deployment we didn't create two subnets aks-virtualkubelet and aks-appgateway, but only one for kubernetes networking "aks-subnet" and right now our main subnet does belong to NSG but those two others don't and…
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.