Is it possible to remove the network policy setting from an AKS cluster?
I have a pre-existing AKS cluster that I am looking to test Karpenter on. A pre-requisite for that is the Azure CNI Overlay. The console and documentation says Overlay is not possible with network policy being set. Is there a way to change from…
AKS Cluster deployment failed with Custom DNS server configuration
Hi Everyone I was deploying an AKS cluster with my own vnet configured with custom DNS servers. Earlier, i got an error that subnet with route table can't be attached to AKS. I removed the route table but got an error related to DNS. It was expected as…
Through API how to get AKS and ARO clusters with "Defender for Containers" enabled
For automation purpose, my requirement is through API call fetch the AKS and ARO clusters from Azure on which "Defender for Containers" is enabled. Is there such API present or any alternative ?
create AKS via Cli/Powershell its create second resource group
Hello, when I create an AKS via Azure Cli or Powershell, a second resource group is created with the prefix MC. This group contains Public IP - Access of the Cluster API Network NSG Virtual Machine Scale Set Load balancer Is it possible to give…
Running Spark on Azure Kubernetes Service (AKS)
Has anyone experienced running Spark on Azure Kubernetes Service (AKS)? I'm encountering an issue where the Spark driver starts successfully, but it fails to launch executor pods for the Spark job. Any insights would be appreciated. I am running a azure…
External IP unable to access and met error of cannot connect to server for my AKS.
I am new to Azure and Azure Kubernetes Service. I faced an issue that my service already received external IP, however the external IP I unable to access from browser. I did further check but I have no clue that what going on for my AKS. Here is my…
Server-sent events and Azure Application Gateway for Containers
I have a server that supports server-sent events. When running this server locally, everything works as expected. But as soon as I deploy it in an AKS Kubernetes cluster in front of an Azure Application Gateway for Containers, the SSE connection times…
Error creating AKS Cluster: The received access token is not valid: at least one of the claims 'puid' or 'altsecid' or 'oid' should be present.
Hi, I received the following error multiple times when trying to create a AKS cluster through the portal. I also tried via CLI and get a similar error. I was able to create a cluster successfully once, but then I stopped the cluster and got a similar…
Error: Reference to undeclared resource │
│ on providers.tf line 26, in provider "kubernetes": │ 26: host = azurerm_kubernetes_cluster.aks.kube_admin_config.0.host │ │ A managed resource "azurerm_kubernetes_cluster" "aks" has not b
HCL app scanner tool unable to access our web application
We are hosting two web applications on Azure Cloud and utilizing Kubernetes for orchestration. Both applications are deployed using Docker containers and are performing security scans with HCL AppScan. However, we’ve encountered an issue where…
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
Need VCPU quota in central India
Kindly allocate VCPU quota in central India for subscription 5ec12253-b05b-4351-857f-3680e4a21d99. If possible kindly create internal ICM for this.
service connection with Azure Powershell
Hello, with Azure Cli I can use az aks connection create keyvault to create a service connection between AKS and KeyVault. How can I create the service connection with Azure Powershell? Thanks for the support Stefan
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…
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…
Azure AKS - Nginx application routing addon with private IP setup
Hi, I am trying to setup ngnix based application routing add-on in AKS using below link. https://learn.microsoft.com/en-us/azure/aks/create-nginx-ingress-private-controller I used the below yaml to apply the custom add-on I am getting below error error:…
Failed to download openAPI, could not find kubectl server version
Hi, Just recently, we started getting the below error in our Azure pipeline. I tried upgrading our AKS cluster version to the latest supported - 1.30.4, but still issue persists. Error says could not find kubectl server version and failed to…
How to make API call (HTTP) from pod in AKS to Container App
I have AKS and Container App running. There are on the same VNET. I want my Container App only accessible from internal services. I created Container Apps Environments that use the same VNET as AKS. I enabled Ingress and set to limited to Vnet in…
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…
How to update AKS Coredns?
Hello, I have a quick question how to properly upgrade an AKS CoreDNS deployment. Current CoreDNS image mcr.microsoft.com/oss/kubernetes/coredns:v1.9.4-hotfix.20240704 I modify the deployment but it keeps getting written when restarting the…