AKS Flux Add-On Deployment Hangs
Hello all, I have a Bicep configuration with 'Microsoft.KubernetesConfiguration/fluxConfigurations@2023-05-01' specified. Here is my definition: resource fluxConfig 'Microsoft.KubernetesConfiguration/fluxConfigurations@2023-05-01' = { scope:…
can not start or run the aks-nodepool1-16827561-vmss
after stopping my vm scale set, today i tried to run it again but the start and stop buttons were gray (can not click it). how to resolve this issue?
New secrets from AKV not mounted into AKS pods
Hello, I have my secretproviderclass.yaml referencing all the secrets in the AKV, and I am using user-assigned managed identity along with the CSI secret store driver. Everything is working; however, when I add a new secret to the AKV reference it and…
AKS pods/node limit + nodepool scale up
Hello, Good day community! In AKS, I noticed once the nodepool is created, we cant modify the pods/node limit or scale up the instance type. When kubernetes upgrades is supported where AKS automatically does cordoning/draining the nodes, moving the…
Can't route to AKS nodes through a global load balancer
I have an AKS cluster with a managed load balancer in front of it, automatically provisioned by my LoadBalancer service, and associated with a public IP address. The node pools belong to a subnet I created with an associated NSG. Everything works…
Will AKS cluster autoscaler terminate my running pods when node scale down happens
We have a scenario where we have a service bus that will hold thousands of messages at a time. Each message will have a link to a pdf file. Our task is to extract the content of each pdf file and to store it as JSON in an azure blob storage container. An…
AKS instance epp-aks-btat2 is running a specific container and exiting with 132, where Docker Desktop and other experiements run normally
AKS instance epp-aks-btat2 is running a specific container and exiting with 132, where Docker Desktop and other experiements run normally
How to find what is recent change in AKS cluster Kubernetes version when set to Automatic upgrade in console
I wish to find what is recent change in AKS cluster Kubernetes version when AKS cluster is set to Automatic upgrade. Is there a way to see this in logs activity logs or do i need to enable some other monitoring tough i did not want to. Kubernetes…
How does PV and PVC get migrated while moving AKS statefulset workload to another nodepool
Context: [Regarding cost reduction for compute]. In AKS cluster, recently observed that compute resources are under-utilised and so my plan is: To create a new node pool(with lower cpu and memory, and so lower cost basically) and attach to the same AKS…
Azure AKS get-credentials using wrong hostname for cluster
When I try running aks get-credentials against a specific private cluster, it seems to be adding the wrong hostname to my kube config. The get-credentials command adds a hostname the privatelink.eastus.azmk8s.io domain, but the cluster's hostname is…
When will the East US2 region support k8s version 1.30.6
Hello, I noticed today that EastUS supports k8s version 1.30.6 while the EastUS2 region only supports up to 1.30.5 (on the 1.30.x line). Is there a timeframe/documation location as to when EastUS2 will begin supporting 1.30.6?
I have an application which sends table data from ibmias400 tables . How to collect messages and process it according to table names from messages and load it into delta parquet files/SQL tables and use it for reporting purposes?
I have an application which sends table data from ibmias400 tables . How to collect messages and process it according to table names from messages and load it into delta parquet files/SQL tables and use it for reporting purposes?
How do I mount an existing Azure Storage FileShare to a Pod running on AKS
Hello, I'm looking for an example of mounting an existing Azure File Share to a pod running on AKS. I was able to do this previously with YAML as below volumes: - azureFile: secretName: kube-storage-secret shareName:…
Private AKS - Provisioning -This subnet does not have the necessary role assignment for this cluster and you do not have the necessary permissions to perform the "Microsoft.Authorization/roleAssignments/write" action to add one.
Hi , I am trying to provision an AKS service to use own subnet for a private AKS setup . I have owner right for the subscriptions but I am still getting below error. This subnet does not have the necessary role assignment for this cluster and you do…
Azure Kubernetes Services Backup pricing
Hi, I want to understand the Azure Kubernetes backup pricing structure. From the documentation I understood that the AKS backup will cost $12 per namespace for a cluster on a per month basis. But is it equivalent to the consumption model and the price…
How to fix the issue Caused by: com.microsoft.aad.msal4j.MsalClientException: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of `com.microsoft.aad.msal4j.ManagedIdentityErrorResponse$ErrorField` (although at least o
Hello Team, I am trying to deploy the pods into Kubernetes cluster on Azure cloud, my spring boot application is using version 3.4.0 along with the below azure dependencies. Kindly help. Logs : java.lang.IllegalStateException: Failed to configure…
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…
AKS Edge Essentials - Single Machine Cluster Install
I am trying to complete a local install of AKS Edge Essentials for a "Single Machine Cluster". The install was going OK, until I hit the network requirement(s). As you can see it appears my local private subnet 192.168.1.0 is being used. …
Create an alert when pod get stuck in ContainerCreating status for long time
Is there a way to set up alert when pods are stuck in the "ContainerCreating" state for an abnormal amount of time? Currently my AKS logs go to Log Analytics Workspace. Currently, logs are enabled for Kubernetes Controller Manager, API and…