Content
How to add an application in AKS to a POD?
Hi there, As I am learning AKS and testing things going through MSFT articles, I noticed that I have a running application with No POD on AKS cluster. The…


Azure monitor is not collecting AKS audit logs?
Hello, I need to know which user has created the pod in the AKS but there is no audit log available in Azure monitor. We are pushing all the logs in log analytics workspace but, never connected storage account. I ran these simple queries but no results.…


AKS application logs in Log Analytics Workspace
I am running an application in AKS. The application generates multiple log files. I want all these log details in Log Analytics Workspace. How can I implement it?


Kubernetes bindings do not work well with Azure AD groups
I have an AKS cluster with Azure AD authentication enabled. I had created a Kubernetes RoleBinding for an Azure group and it is working fine for the existing members of the group. However, when I add/remove any member from the group, the binding is not…


Microsoft.KubernetesConfiguration stuck on Registering
I have been trying to setup Azure Arc VMware vCenters (preview) for a day now and kept getting stuck on the registration page. After a while of poking around Azure I found that in the Resource providers in my subscription the resource…


Compute target type 'AKS' not supported by this API error while training model from Azure DevOps Pipeline
Hi, I'm training an ML model from Azure DevOps Pipeline on AKS Cluster, My machine learning workspace is in Vnet, and private endpoints enable and behind the firewall (I don't think this is a cause this is just info). So when I'm training a model on AKS…


Upgrading from .net 5 to .net 6 has broken the static files rendering in Development mode
We have web application hosted in kubernetes has issues rendering the static files when "ASPNETCORE_ENVIRONMENT" set to "Development". The same code works if the "ASPNETCORE_ENVIRONMENT" is set to "Production" The…
unable to create the azuread_application and azuread_group
Error: Could not create application │ │ with azuread_application.css_app, │ on main.tf line 31, in resource "azuread_application" "css_app": │ 31: resource "azuread_application" "css_app" { │ │…
az aks command invoke fails intermittently (gateway error or failed to run command)
In our private aks cluster we're experiencing a lot of issues issuing commands using the az aks command invoke command resulting in either: "statusMessage":…


Azure private DNS resolve in AKS
Hello, I have created some private dns records, which cannot be resolved neither from an Azure VM nor from AKS. I have added the following nameserver IPs in the virtual network dns_servers attribute: ["13.107.236.7", "150.171.21.7",…


Microsoft Defender for Containers - pricing questions
I have pricing questions on Microsoft Defender for Containers. According to https://azure.microsoft.com/en-us/pricing/details/defender-for-cloud/, it seems the price is deterred per vCore. Is it a vCore based on a full pod running on AKS? When I run…


Does AKS supports pod security admission at cluster level?
Hello, Is it possible to create Pod security admission at cluster level as described here. If yes, then How to add usernames in exemptions section in case of RBAC based AKS Should we add AD group object id Please suggest. Thank you. Kind…
Unable to deploy AKS cluster with aci_connector_linux through terraform
We are trying to deploy a simple AKS cluster with virtual nodes, aci connector linux. We are using this terraform example almost identical. It gets all the way to the end and when it tries to build the role assignment we get the following error: Error:…


Network policy are not working in AKS?
I have created AKS with this command az aks create \ --resource-group $RESOURCE_GROUP_NAME \ --name $CLUSTER_NAME \ --node-count 1 \ --network-plugin azure \ --network-policy azure And created this network policy apiVersion:…
what are limitations of hosting k8ssandra on azure managed instances over AKS
the requirement is to migrate k8ssandra from azure VM to AMI or AKS environment. What are the key factors to consider and what are the limitations of AMI over AKS?


Can I have multiple backends (non-managed) on Application Gateway used by AKS as AGIC?
Hello, I currently have two application gateways, one for an app running on VMs and one as a ingress for an app running on AKS. Is it possible to reduce the number of application gateways to 1 and have all backends on the same application gateway? I…


Requesting clarification on Baseline architecture for an AKS cluster
Hello, Could you please clarify on this diagram? I am new to K8s so bear with me If I am asking something silly. Has internal load balancer (ILB) been created for distributing the incoming traffic from a service to one of its pods? Do we…


My AKS Cluster is having issues. The node is not ready.
My AKS Cluster (nihiamazapigwdev1) is having issues. The Node says node is not ready. I am not able to create a node as the cluster needs to be upgraded. I am not able to upgrade the cluster as it says Route table is not associated. Even after…


Can we forcefully keep one specific ip address for Internal load balancer?
Hello, As mentioned here, we can specify the ip address for internal load balancer but, is it possible to specifically keep that ip only for load balancer so that other resource cannot occupy it. For eg. if for some reason we delete this internal load…
How to use external identity providers to authenticate to Azure
Hi, How to use external identity providers to authenticate to Azure kubernetes cluster.. For GKE cluster I follow link, https://cloud.google.com/kubernetes-engine/docs/how-to/oidc .. Its easy.. creating Clientconfig with IssuerURI as URL of external…

