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…
Self-Hosted-Gateway-V2 custom domain support workaround
Since, we cannot use public domain as per our context, we are using custom domain for integrating APIM and self hosted gateway on private AKS cluster. During our POC, we observed that there is a limitation from Azure side, that it is not supporting…
Recieved this message "This cluster is in a failed state. If you didn't do an operation, AKS may resolve the provisioning status automatically ..." but monitored for a few hours and pods are good and otherwise solution is good.
CONTEXT: -While using our current AKS solution we discover that some of the pods where down and the age of the nodes correlated with an update initiated by Azure Container Services. Or at least that was the only log that correlated with the age on the…
when does AKS version 1.29.x reach EOL?
trying to make sense of https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli#faq I have two clusters, but running 1.29.5 and trying to figure out when that version goes EOL and I'm forced to upgrade to 1.30 (or even…
What to do when our AKS shows a node to have a: "EXT4-fs (sdc): Remounting filesystem read-only"
What to do when our AKS shows a node to have a: "EXT4-fs (sdc): Remounting filesystem read-only"? And how do you think this may have happened, i.e. for the node to go from a Ready condition to a ReadonlyFIlesystem condition?
Deleted my azure monitor workspace on my kubernetes cluster!
A week ago I deleted my azure monitor workspace on my kubernetes cluster. Why can I still not link my kubernetes cluster to another workspace? It prompts me to enable managed prometheus in my insights but I get an error saying I don't not have access to…
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.…
Move Kubernetes Service (AKS) to a different Tenant
Hello, My company is actually preparing the migration of an azure subscription to another Tenant because the actual tenant is a free subscription. The client has a free azure platform for all of his dev services and another Tenant where all of…
Installation and Configuration of Jaeger and Kiali in Azure Kubernetes Service with Managed Istio
Hello All, I am currently working with Azure Kubernetes Service (AKS) that has the Managed Istio feature enabled. After migrating from open-source Istio to Azure's managed Istio, we lost the Jaeger and Kiali monitoring services. I would like to know if…
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…
AKS Networking with Application Gateway and Azure Firewall
Hello everyone, I am currently implementing a solution in Azure that involves using Azure Kubernetes Service (AKS) as a backend, along with an Application Gateway for incoming traffic. Additionally, I have configured an Azure Firewall to manage outbound…
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…
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…
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…
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:…
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…
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…
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?
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…
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…