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
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…
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…
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…
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…
Redistribute pods across AKS node-pools
Is there a safe way to restart a node pool to force/induce kubernetes scheduler to redistribute pods across node-pools? Context: I recently upgraded the SKU of my system node-pool and I would like all/most of the system pods running on user…
Cluster Restart Issues w/Kyverno Installed
We shut down our development clusters at night to save cost. Recently we deployed Kyverno and now the clusters don't start up correctly. We end up with numerous deployments with ReplicaFailure status. Many pods that do start up have timeout issues…
The resource api version is unavailable, how to delete resource
the service corresponding to the resource located under sub has been taken offline or the API version is unavailable, which makes it impossible to delete this resource. How to delete the reources in portal? The VM network and other resources…
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…
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…