1,984 questions with Azure Kubernetes Service (AKS) tags

Sort by: Updated
1 answer

AKs nodepool upgrade failure on pool with Standard_NC6s_v3 gpu machines

Received the following error when attempting to up to run a node pool upgrade via the azure cli on an existing pool using the Standard_NC6s_v3 machine type: (OperationNotAllowed) Code="OperationNotAllowed" Message="The 'Placement' option…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2024-06-24T19:00:14.4433333+00:00
John Macnamara 0 Reputation points
commented 2024-06-26T04:01:13.4633333+00:00
Anveshreddy Nimmala 3,460 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Control access to blob container from a pod running on AKS in a multi tenant deployment

We have a scenario where we are having a storage account that is accessed using user managed identity from pods on AKS. We have separate pods running for each tenant on AKS and have a separate blob container for storing a tenant's data. How can we…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,613 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2024-06-22T12:36:45.6066667+00:00
Vikram Khorana 20 Reputation points
accepted 2024-06-25T11:57:20.0366667+00:00
Vikram Khorana 20 Reputation points
2 answers

AKS upgrade failing which GPU node pool "(OperationNotAllowed) Code="OperationNotAllowed" Message="The 'Placement' option override for the ephemeral OS disk is not supported. Please upgrade the VM Size with desired placement option for provisioning the "

AKS version upgrade failing becuase it's having GPU noedpool (OperationNotAllowed) Code="OperationNotAllowed" Message="The 'Placement' option override for the ephemeral OS disk is not supported. Please upgrade the VM Size with desired…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2024-06-12T12:40:47.5833333+00:00
Vikas Sharma 10 Reputation points
answered 2024-06-25T10:22:21.32+00:00
Goncalo Correia 346 Reputation points Microsoft Employee
2 answers

AKS Service Mesh-Istio returning unknown gvk: security.istio.io/v1, Kind=AuthorizationPolicy

Three months ago I successfully created a AuthorizatioPolicy in the preview version (1.18) of the Istio Service Mesh into our AKS cluster. Yesterday, I made an attempt to modify the policy and received the following error: Error from server: error when…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2024-06-18T15:05:56.9466667+00:00
David Glantz 15 Reputation points
commented 2024-06-25T03:50:27.4733333+00:00
Anveshreddy Nimmala 3,460 Reputation points Microsoft Vendor
1 answer

Istio Service Mesh

Current Setup: With Free Trial Azure Cloud Account. I am following below docs to setup Istio on my AKS CLuster https://learn.microsoft.com/en-us/azure/aks/istio-deploy-addon https://learn.microsoft.com/en-us/azure/aks/istio-deploy-ingress When I…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2024-06-22T17:43:21.0166667+00:00
sc 0 Reputation points
commented 2024-06-24T05:40:22.7166667+00:00
Nikhil Duserla 970 Reputation points Microsoft Vendor
1 answer

Not able to install AppServices Extension into Arc onprem cluster, MicroK8s

I am failing to install AppService extension into my Arc K8s cluster, running by MicroK8s. Have a VM in datacenter, Ubuntu 22, installed lates Azure CLI and all the required extensions according to…

Azure Arc
Azure Arc
A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
381 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2024-06-23T09:52:53.57+00:00
alex-radiant 5 Reputation points
edited a comment 2024-06-24T05:13:08.6833333+00:00
vipullag-MSFT 25,936 Reputation points
1 answer

Error when upgrading node pool: Kind and SKU Basic do not match

I am encountering an error when trying to upgrade a node pool in Germany West Central. The error message says: (BadRequest) Kind and SKU Basic do not match, please make them match or not set Kind Code: BadRequest Message: Kind and SKU Basic do not…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2024-06-21T11:39:57.9966667+00:00
Thomas Ervik 1 Reputation point
answered 2024-06-24T03:54:38.0333333+00:00
vipullag-MSFT 25,936 Reputation points
5 answers One of the answers was accepted by the question author.

Is Azure Kubernetes Service (AKS) an IaaS or Paas?

Is AKS considered an IaaS or Paas? Is ACS considered an Iaas?

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2020-10-13T03:52:14.857+00:00
Tay Jd 21 Reputation points
edited a comment 2024-06-22T12:44:56.9133333+00:00
Marek Grzenkowicz 0 Reputation points
2 answers

AKS Taints & Tolerations

How to ensure AKS system pods to run only on System node pool and application pods to run only on the user node pools? I do NOT want application pods to be on system node pool and system pods to be on user node pool. I see that creating a dedicated…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2024-06-14T08:16:57.4766667+00:00
AzureUser-9588 151 Reputation points
answered 2024-06-18T05:46:14.0433333+00:00
Anveshreddy Nimmala 3,460 Reputation points Microsoft Vendor
1 answer

Service principal creation failed by privilege access

We are trying to create a main service for Atlas MongoDB to provide access to our API in Kubernetes, however, we saw that our permission was not necessary to be able to create the account, when trying to add the permission (Global Administrator) we saw…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,517 questions
asked 2024-06-10T21:12:42.9733333+00:00
Infra 0 Reputation points
edited a comment 2024-06-18T04:27:39.7233333+00:00
Shweta Mathur 29,531 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Use one user assigned managed-identity for all subscriptions VS. Use one user assinged managed-identity for each subscription

Hi, In CMEK scenario, according to this article:…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,184 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2024-06-15T03:02:13.06+00:00
Siqing Zheng 110 Reputation points
accepted 2024-06-17T17:29:36.54+00:00
Siqing Zheng 110 Reputation points
3 answers

Nodes Not ready state

Hi Team, I am trying to provision AKS cluster and the nodes are ending with Not ready state. These are the system/default nodes. Can you please help me with this. Steps tried: Multiple times re-provisioned the cluster and VMSS. Deleted nodes and start…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2024-06-13T12:59:08.87+00:00
Santhosh kumar Bhandari 0 Reputation points
answered 2024-06-17T10:48:20.06+00:00
Santhosh kumar Bhandari 0 Reputation points
2 answers

Azure Retirement: Azure Kubernetes Service 2022-11-02-preview API end of life is 20 June 2024

I have received this notice earlier. How i am suppose to see which API CLI is using? The query provided in notification is not working. API_VERSION=2022-04-01-preview az monitor activity-log list --offset 30d --max-events 10000 --namespace…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2024-06-09T20:36:14.0533333+00:00
VENKAT THARUN D A 0 Reputation points
commented 2024-06-17T04:57:08.4466667+00:00
Anveshreddy Nimmala 3,460 Reputation points Microsoft Vendor
1 answer

AKS Azure network policy manager not applying policies properly

Not a question, but there's no place for bug reports Azure network policy manager does not enforce defined network policies on the local node. For example if you define a network policy to filter out all egress traffic from the pod, the traffic going…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2024-06-13T14:11:10.93+00:00
Raphael 0 Reputation points
commented 2024-06-14T04:55:46.1533333+00:00
vipullag-MSFT 25,936 Reputation points
1 answer

Memory & CPU Utilization drastically different for AKS

I am planning to use Descheduler in my AKS deployment to balance memory consumption of AKS nodes. My current output of kubectl top nodes is: NAME CPU(cores) CPU% MEMORY(bytes) MEMORY% …

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2024-06-13T15:21:56.5566667+00:00
Abdul Aziz 0 Reputation points
commented 2024-06-14T04:46:01.76+00:00
vipullag-MSFT 25,936 Reputation points
1 answer

Implement AKS egress via private endpoint

Hello, We have a private AKS cluster with ingress connected to the corporate virtual network via a private link service. This works wonderfully and is well-supported by Azure, allowing communication with services in the cluster from the corporate…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2024-06-12T07:50:03.1933333+00:00
Alexander Redmann 20 Reputation points
edited an answer 2024-06-14T04:43:38.0166667+00:00
vipullag-MSFT 25,936 Reputation points
1 answer

AKS pod websocket connection is breaking

I am using AKS to run my pods and Azure Application Gateway as a web traffic load balancer. I have an issue with one of the pods using WebSocket, the WebSocket connection is breaking. The Application Gateway documentation states that Application Gateway…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2024-06-12T07:22:36.11+00:00
VENKAT THARUN D A 0 Reputation points
answered 2024-06-13T07:12:36.24+00:00
Anveshreddy Nimmala 3,460 Reputation points Microsoft Vendor
0 answers

Memory consumption by ama-logs and ama-logs-rs containers

Hello, I've enable container insight for AKS cluster with settings: Cost-optimized preset Prometheus endpoint disabled In result were added log analyzers containers to the nodes with next memory consuming: ama-logs for each node with consuming …

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2024-06-11T12:20:11.9233333+00:00
Evgeny Burmakov 0 Reputation points
commented 2024-06-13T04:56:57.0866667+00:00
Anveshreddy Nimmala 3,460 Reputation points Microsoft Vendor
2 answers

BadRequestError: Operation failed with status: 'Bad Request'. Details: Client Error: Availability Sets Not Supported"

While trying stop Kubernetes Service using below command az aks stop --name myAKSCluster --resource-group myResourceGroup It's always throwing an error below BadRequestError: Operation failed with status: 'Bad Request'. Details: Client Error:…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2024-06-11T07:45:16.6933333+00:00
Sharvan 0 Reputation points
commented 2024-06-13T03:35:01.5333333+00:00
v-vvellanki-MSFT 4,915 Reputation points Microsoft Vendor
1 answer

Running a Pod on an on-premise Minikube cluster node via Azure Arc Details How can I initiate a Pod on my Kubernetes cloud CLI but have it run on my on-premise Minikube cluster node via Azure Arc? I have attempted using nodeselector, but I am unable to lo

Running a Pod on an on-premise Minikube cluster node via Azure Arc Details How can I initiate a Pod on my Kubernetes cloud CLI but have it run on my on-premise Minikube cluster node via Azure Arc? I have attempted using nodeselector, but I am unable to…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,984 questions
asked 2024-06-12T12:43:13+00:00
Varsha Zutshi 85 Reputation points
answered 2024-06-12T17:18:39.8566667+00:00
deherman-MSFT 35,471 Reputation points Microsoft Employee