Failed to Scale agentpool nodein kubernets service error: Pre allocated IPS2180 Exceed IP available 500
Failed to Scale agentpool node in kubernets service error: Pre allocated IPS2180 Exceed IP available 500 please help this how to resolve even in subnet showing 505 ip there and we are increasing max node to 20 only please help us its prod and how to…
Docker in docker support end inside AKS cluster.
I have a very unique situation. AKS has ended support for docker in docker and I have an Azure DevOps pipeline. I wanted to use my self-hosted runner on AKS but it doesn't have docker so I could have use ACR task but it uses MS managed infra to build and…
To access ArgoCD Web UI on Azure Kubernetes Cluster using Ingress controller over a secure connection
Hi Microsoft Support team, I am installing ArgoCD on AKS cluster using Helm chart and currently I am accessing it using localhost over an insecure connection. Considering I am working in an Enterprise environment I need to access ArgoCD Web UI over a…
What is the AKS Confidential Containers General Availability timeline?
https://learn.microsoft.com/en-us/azure/aks/confidential-containers-overview As of 1/21/2025, AKS Confidential Containers are marked as Preview. Is there a timeline on when this feature is planned to be made Generally Available?
When will virtual nodes on ACI v2 be generally available?
When will virtual nodes on ACI version 2 (https://learn.microsoft.com/en-us/azure/container-instances/container-instances-virtual-nodes and https://github.com/microsoft/virtualnodesOnAzureContainerInstances/tree/main) be generally available? Is there a…
Getting Notification for AKS Events
I am trying to get notifications for Kubernetes events as seen in the screenshot attached. Is there a simple way to get notified if a certain event occurs? Specifically I'm looking to be notified on when a SPOT VM has a preemption and is scheduled for…
getting error in velero cluster
I am facing the below error for velero cluster. can you please assist me onthis. An error occurred: error finding Kubernetes API server config in --kubeconfig, $KUBECONFIG, or in-cluster configuration: invalid configuration: no configuration has been…
AGIC Removes Custom Error Pages on Listeners.
I have custom error pages applied to listeners in App Gateway. AGIC seems to be removing these any time it performs an update to the AGW. Is there a way I can define the custom error pages as part of the ingress resource or any other way to keep it…
External IP unable to access and met error of cannot connect to server for my AKS pod.
my AKS's pod service is load balancer and have external IP assigned, and I do not see any firewall and Network Security Group rules blocking the traffic, but Network Security Group did have one default rule set to "Deny". my service does not…
how do i fix this error "[AksHci] This computer does not appear to be configured for deployment."
Hi, i have an issue with setting up the AKS service on my azure stack hci which is a cluster with 4 nodes, under the aks extension on windows admin server i got an error message "[AksHci] This computer does not appear to be configured for…
Unable to list pods within the specific namespace from the AKS Cluster using the VM User assigned managed identity
Hi Team, I have an AKS Cluster with namespace "sample", in which I have deployed just a nginx pod. I have a requirement to list the pods running in the namespace to perform a health check from the VM. My AKS cluster is created with…
How can I access a storage container from within an AKS pod?
I have an AKS cluster that runs a Python application on a pod. The code attempts to list files in a storage container via the Azure SDK. It fails due to lack of permissions and I cannot figure out how to make it work. I am well-versed in AWS but new to…
AKS Cluster creation issue
Hi Team, I am trying to create AKS with free trial in US East. Getting the error like vCPUs not available. Can you please help me to create AKS and learn AKS. Regards, Venu
AKS Namespace Won't Delete
Currently, I am trying to delete one of my namespaces, but it keeps getting automatically recreated. This is the yaml file of the namespace and I have no idea why it keeps creating itself. kind: Namespace apiVersion: v1 metadata: name:…
Unable to create AKS with Free Trial Subscription due to insufficient regional vCPU quota
I unable to create AKS with Free Trial Subscription due to insufficient regional vCPU quota. Error message Preflight validation check for resource(s) for container service eccdemotest in resource group eccdemo_rg failed. Message: Insufficient…
How to enable egress network policy for Windows Server 2022 pods?
Hi, Could you please help me out with the network policy configuration for Windows Server 2022 pods in AKS? I followed the guide and all the steps listed here to no avail.…
Cannot Connect to PosgresDB Flexible Server From in Private AKS
Hi all, I am experiencing an issue with connecting to a PostgreSQL database from a private AKS cluster. The AKS and the database are located in two different virtual networks and subscriptions. To debug the connection, I created a pod using the following…
Unable to connect another tenant SMB file share from my Aks cluster
Unable to connect another tenant SMB file share from my Aks cluster mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) Attempting to mount…
Virtual Machine Scale Set in Failed Provisioning state due to failed installaiton of DependencyAgentLinux
All the virtual machine scale sets for my AKS cluster nodepools are in failed State due to unsuccessful extension installations. They OS is Linux with size Standard_D32s_v5 (2 instances). The following error log is provided The handler for VM…
Deploying to specific nodes using Helm in AKS
Why doesn't this work? I'd like to install it in the second node but it keeps defaulting to the first. kubectl get nodes NAME STATUS ROLES AGE VERSION aks-agentpool-17677754-vmss000000 Ready <none> 52m …