2,081 questions with Azure Kubernetes Service (AKS) tags

Sort by: Updated
1 answer

Quota issue during AKS creation

I am trying to create AKS for learning, I am not able to create AKS cluster got below error. As per the solution to increase quota I tried but I don't any listed computes on quota screen. I have pay-as-go…

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.
2,081 questions
asked 2024-09-19T22:16:40.6733333+00:00
Pankaj Zade 0 Reputation points
answered 2024-09-19T22:37:35.84+00:00
Pankaj Zade 0 Reputation points
1 answer

Number of K8s per cluster in

Hi, When trying to build an estimation for container insights data volume (Azure pricing calculator -> Azure monitor -> Log Data Ingestion -> Estimate Data Volume -> Estimate data volume using Container Insights) there is a field called…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,212 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.
2,081 questions
asked 2024-09-09T16:24:53.1266667+00:00
Assaf L 261 Reputation points
commented 2024-09-19T19:27:58.4633333+00:00
Assaf L 261 Reputation points
0 answers

AKS NAP (preview) not working

Hi, I followed the NAP tutorial after making sure the prerequisites are fulfilled (as shown in the pictures) and I'm getting the below message: ➜ ~ kubectl get nodeclaim NAME TYPE ZONE NODE READY …

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.
2,081 questions
asked 2024-09-17T14:58:33.1833333+00:00
Daniel Gotlieb 0 Reputation points
commented 2024-09-19T18:35:29.83+00:00
Sai Krishna Katakam 140 Reputation points Microsoft Vendor
1 answer

Abnormal Cost for Log Analytics

We have seen a significant increase in infrastructure costs related to the valero and mdsd component log. The containers of these components have inserted hundreds of thousands of entries with a log level debug and info. We have taken steps to mitigate…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,516 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.
2,081 questions
asked 2024-09-16T16:07:12.59+00:00
Francesco Landoni 20 Reputation points
commented 2024-09-19T15:13:45.3166667+00:00
anrodrigues-MSFT 0 Reputation points Microsoft Employee
2 answers

When creating an AKS cluster, it is played by quota limits.

Preflight validation check for resource(s) for container service myAKSCluster in resource group myAKSCluster_group failed. Message: Insufficient regional vcpu quota left for location eastus. left regional vcpu quota 0, Details: (コード:…

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.
2,081 questions
asked 2024-09-19T09:50:30.5866667+00:00
Yuji Shinjo 0 Reputation points
answered 2024-09-19T14:08:58.6733333+00:00
Srinud 2,310 Reputation points Microsoft Vendor
1 answer

Cloudflare DNS to Aziure kubernetes

I have a kubernetes running that has php, nginx, node, etc running, and need to be able to connect to the load balancer and return the site to the user. Right now I am getting a 502 bad gateway. kubernetes default Ok ClusterIP 10.0.0.1 443/TCP 19…

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.
2,081 questions
asked 2024-09-17T20:02:30.0266667+00:00
Steve Howe 0 Reputation points
answered 2024-09-19T11:49:19.75+00:00
Steve Howe 0 Reputation points
2 answers

How can I analyze the logs coming from AKS and reduce them?

I have recently added a data connector for AKS to my Sentinel workspace and it has caused a major hike in the amount of logs ingested in the workspace (which eventually increases the costs as well) I want to know: How can I check which tables are…

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.
2,081 questions
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,123 questions
asked 2024-09-04T08:02:02.1666667+00:00
Najam ul Saqib 280 Reputation points
commented 2024-09-19T11:06:45.52+00:00
Akshay kumar Mandha 390 Reputation points Microsoft Vendor
0 answers

How to configure the egress of pods for connecting to other Azure services through their private endpoints?

For reference, our organization's Azure account is being managed by a 3rd-party who specialized on security. I was given a limited access to our AKS clusters that are newly created. I'm not sure how much they changed it from the default configuration.…

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.
2,081 questions
asked 2024-09-18T06:02:17.68+00:00
Bergs 60 Reputation points
edited a comment 2024-09-19T10:09:57.7166667+00:00
Patchfox 3,831 Reputation points
1 answer

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…

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.
2,081 questions
asked 2024-09-11T00:45:31.15+00:00
c2_confluent 0 Reputation points
edited a comment 2024-09-19T09:07:06.99+00:00
Mounika Reddy Anumandla 235 Reputation points Microsoft Vendor
2 answers

can't create a storage share through kubernetes file.csi.azure.com

I am trying to create a fileshare through Kubernetes using the file.csi.azure.com storage class here is an example -- kind: StorageClass apiVersion: storage.k8s.io/v1 metadata: name: azurefile-<NAMESPACE> provisioner:…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,283 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.
2,081 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,450 questions
asked 2024-09-16T13:30:49.5233333+00:00
Neil Andrews 0 Reputation points
commented 2024-09-19T06:20:00.84+00:00
Nehruji R 7,556 Reputation points Microsoft Vendor
1 answer

What are best security best practices to connect AKS with SQL Server?

Hi, I have an AKS cluster on Azure and one of the pod is connecting to the SQL server, the SQL server is also being consumed by a function app. I dont want my SQL server to be exposed publicly, and I know private endpoint can be used between function app…

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,690 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.
2,081 questions
asked 2024-09-09T07:58:28.5733333+00:00
Najam ul Saqib 280 Reputation points
commented 2024-09-18T18:30:27.4266667+00:00
Sai Raghunadh M 150 Reputation points Microsoft Vendor
0 answers

I am unable to use a subnet with route table associated while creating a cluster in Azure portal.

Hi, we have a subnet associated with a route table, while creating a (aks) cluster using that subnet it is showing an error saying we cannot use a subnet with a route table attached, for this I am removing the route table and using that subnet for…

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.
2,081 questions
asked 2024-07-31T17:12:07.36+00:00
Charan Nalam 0 Reputation points
commented 2024-09-18T10:05:58.02+00:00
Prrudram-MSFT 24,366 Reputation points
0 answers

how to connect to Azure Key Vault using CSI driver in an Azure Kubernetes Service (AKS) cluster

I followed this post https://learn.microsoft.com/en-us/azure/service-connector/tutorial-python-aks-keyvault-csi-driver?tabs=azure-portal It is ok with KV secret, but I want to use the KV cert. I got the error message: The certificate certificate does not…

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,259 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.
2,081 questions
asked 2024-09-18T04:59:50.86+00:00
贾海锋 306 Reputation points
1 answer

AGIC service health probe by default goes to default probe eventhough I define the Ingress rules

I am using AGIC for my cluster. Recently I am observing the behaviour of health probe for each service we deployed is getting added to default probe in app gateway instead of creating a new one. Initially I thought problem with specific namespace but…

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.
2,081 questions
asked 2024-09-09T11:12:01.91+00:00
Hari Prasad 0 Reputation points
commented 2024-09-17T09:06:26.4766667+00:00
Akshay kumar Mandha 390 Reputation points Microsoft Vendor
0 answers

Azure Machine Learning Terminal Instance HTTP Access Disruption

Hello everyone, our Azure workspace terminal instance (e.g., https://xxxxxx.eastus.inference.ml.azure.com/score) suddenly became inaccessible via HTTP at 9:30 AM on September 6th. Prior to this incident, we were able to call it normally. We are using a…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,859 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.
2,081 questions
asked 2024-09-09T01:58:27.2066667+00:00
杨彪 0 Reputation points
commented 2024-09-16T05:52:29.9166667+00:00
romungi-MSFT 45,036 Reputation points Microsoft Employee
1 answer

Does Spark pool on Azure Synapse Analytics run on AKS?

Hello, Could you let us know whether Spark on Auzre Synapse Analytics run on AKS (Azure Kubernetes Service) or not? Thanks

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,874 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.
2,081 questions
asked 2024-09-05T05:54:31.1966667+00:00
sinam.woo 0 Reputation points
commented 2024-09-16T04:25:11.4533333+00:00
PRADEEPCHEEKATLA-MSFT 88,876 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Why I am getting AKS security recomendation even I have definied in deployment YAML: Container CPU and memory limits should be enforced

I am running a deployment in AKS cluster and below is my YAML where I have clearly defined cpu/memory request and limit. Question is why I am getting AKS security recommendation : Container CPU and memory limits should be enforced ? apiVersion:…

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.
2,081 questions
asked 2021-08-21T13:51:18.783+00:00
Mohammad Ajmal Yazdani 391 Reputation points
commented 2024-09-13T16:32:48.7166667+00:00
Nishikant raj 1 Reputation point
2 answers

How to hide a Response Server Header from a python application deployed in AKS as service?

Hello, I have my Python flask application running in AKS as a service. I want to hide the server information that is visible in Response headers under Server header. Application specific changes are not working when deployed on AKS. Please suggest ways…

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.
2,081 questions
asked 2024-08-29T19:19:54.22+00:00
Pranjali D. Deshbhratar 0 Reputation points
commented 2024-09-13T10:14:23.9766667+00:00
Nikhil Duserla 2,105 Reputation points Microsoft Vendor
1 answer

Problem with managed Prometheus and AKS

When starting a new AKS Cluster and enabling the managed Prometheus option I get the following result: Following the https://learn.microsoft.com/en-us/azure/azure-monitor/containers/prometheus-metrics-troubleshoot guide, all seems to be working but no…

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.
2,081 questions
asked 2024-09-11T13:54:51.49+00:00
Milton Arango Giraldo 0 Reputation points
commented 2024-09-13T06:44:56.72+00:00
Nikhil Duserla 2,105 Reputation points Microsoft Vendor
2 answers

Hitting AKS Kubernetes API with an AD app

Is there a way to use an AD app (app-id, secret, subscription) to authenticate with the Kubernetes API via HTTPS to get cluster's information without using azure cli? (like nodes, nodes configuration, roles, etc)

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.
2,081 questions
asked 2024-02-23T19:54:38.6166667+00:00
Vlad Vantaroo 20 Reputation points
commented 2024-09-13T00:49:36.9766667+00:00
Chris 0 Reputation points