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

Sort by: Updated
1 answer

Using Go, how do I connect to a cluster from a pod running inside the cluster

Using this code: func CreateClientSet() (*kubernetes.Clientset, error) { config, err := rest.InClusterConfig() if err != nil { return nil, errors.Wrapf(err, "Couldn't fetch cluster config") } clientset, err :=…

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,127 questions
asked 2024-09-29T14:15:30.8733333+00:00
Robbins, Aharon 0 Reputation points
commented 2024-10-03T09:35:10.35+00:00
Mounika Reddy Anumandla 505 Reputation points Microsoft Vendor
0 answers

Azure AKS creation "subscription not found" error

Hello, We have subscription in pay-as-you-go rates, account billing type is MCA. Today we purchased Saving Plan. We have one RG under this subscription. In this RG I am trying to create AKS, but when I set all settings in portal, in last step of…

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,127 questions
asked 2024-10-02T15:25:09.7366667+00:00
Zatloukal, Dominik 35 Reputation points
commented 2024-10-03T06:52:44.9866667+00:00
Zatloukal, Dominik 35 Reputation points
1 answer

Slow response on the authentication requests : Same application is deployed in AWS Kubernetes and responds within 1 seconds with Azure AD Oauth request. However in Azure Kubernets this goes to 4-6 secs delaying overall loading time to 14-15 seconds

Slow response on the authentication requests : Same application is deployed in AWS Kubernetes and responds within 1 seconds with Azure AD Oauth request. However in Azure Kubernets this goes to 4-6 secs delaying overall loading time to 14-15 secs.

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,127 questions
asked 2024-10-02T08:11:33.5633333+00:00
Nikhil Singh 5 Reputation points
answered 2024-10-03T05:30:36.8533333+00:00
vipullag-MSFT 26,316 Reputation points
1 answer

kubernetes resource quota

when I tried to create kubernetes cluster in AKS with single node. I am getting the below error. The same error with free account or pay-as-you-go subscriber. PrePreflight validation check for resource(s) for container service cube-demo in resource…

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,127 questions
asked 2024-09-27T21:47:01.1933333+00:00
Ramesh 0 Reputation points
commented 2024-10-03T03:47:12.4033333+00:00
Nikhil Duserla 2,585 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to check if Azure Kubernetes Service cluster is performing good or not?

How to check if Azure Kubernetes Service cluster is performing good or 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.
2,127 questions
asked 2024-09-30T08:20:06.3066667+00:00
Syed Mohammed Nusrath 40 Reputation points
accepted 2024-10-02T04:30:18.55+00:00
Syed Mohammed Nusrath 40 Reputation points
0 answers

Need some design guidance around using NAT Gateway with AKS

Hi, We have an AKS cluster with multiple nodepools. All nodepools share the same subnet (/20). Nodepools are VMSS with Zone-redundancy. We want to attach NAT Gateway to that subnet for outbound connectivity. Since the NAT gateway is a zonal…

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,127 questions
Azure NAT Gateway
Azure NAT Gateway
NAT Gateway is a fully managed service that securely routes internet traffic from a private virtual network with enterprise-grade performance and low latency.
35 questions
asked 2024-10-01T09:38:09.2966667+00:00
Pradeep Chouhan 20 Reputation points
commented 2024-10-01T16:18:44.8966667+00:00
Prrudram-MSFT 24,661 Reputation points
0 answers

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,127 questions
asked 2024-09-17T20:02:30.0266667+00:00
Steve Howe 0 Reputation points
commented 2024-10-01T10:12:16.55+00:00
Lijitha B 330 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

I am trying to update the certificate for my application but it is not working

I am trying to update the certificate that have expired. Using Keyfactor, I created the .PFX file and imported to key vault successfully. I also added the .PEM (private key) to the application. I did not get any errors and assume it was applied…

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,293 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,127 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,807 questions
asked 2024-09-30T17:16:13.8166667+00:00
RAMESH, RAM 20 Reputation points
accepted 2024-09-30T19:56:58.4333333+00:00
RAMESH, RAM 20 Reputation points
1 answer

Unable to resolve Ingress Contoller Load Balancer External IP using Azure DNS

Hi Team, I've Installed NGINX Ingress Controller on AKS Cluster. $ kubectl get svc -n ingress-nginx NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE ingress-nginx-controller …

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
679 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,127 questions
asked 2024-09-28T16:12:11.0466667+00:00
Rahul 296 Reputation points
answered 2024-09-30T04:41:21.53+00:00
KapilAnanth-MSFT 46,016 Reputation points Microsoft Employee
0 answers

When will the Azure Storage FUSE driver (Blobfuse2) support MS Entra Workload Id for mounting to AKS?

This GitHub issue details the issue many customers are experiencing attempting to mount Azure Blob Storage to AKS Pods, using Managed Identity (MS Entra Workload Id) and the Azure Storage FUSE driver (Blobfuse2):…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,876 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,127 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,904 questions
asked 2024-09-27T22:31:23.02+00:00
Andrej 6 Reputation points
commented 2024-09-28T04:59:21.2766667+00:00
Sumarigo-MSFT 46,286 Reputation points Microsoft Employee
2 answers

Cannot create AKS cluster in Central India on Free Trial

While trying to create a kuburnetes cluster in Central India region using free trail then getting bellow issue which will be experiencing for long time. Insufficient VCPU quota for the selected region.

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,127 questions
asked 2024-09-22T03:43:03.3133333+00:00
Kusuma 0 Reputation points
commented 2024-09-27T13:05:33.89+00:00
anashetty 335 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

What does preview mean in Microsoft documentation ?

In the official Microsoft documentation, there are sometimes parameters indicated as preview and I would like to know exactly what this preview means... Example : Does it mean that the parameter is not yet fully supported ? Does it mean that 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,127 questions
asked 2024-09-26T10:02:39.9466667+00:00
Jean-Louis Gillet 20 Reputation points
accepted 2024-09-27T08:01:11.58+00:00
Jean-Louis Gillet 20 Reputation points
0 answers

Unable to Connect to Ingress Controller in Azure Kubernetes Service (AKS)

I'm facing connectivity issues with my backend service deployed in Azure Kubernetes Service (AKS). Although the service and pods are running, I cannot connect to the backend through the ingress. Deployment Details: Deployment Configuration: File:…

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,127 questions
asked 2024-09-24T14:08:01.9233333+00:00
jiajun luo 0 Reputation points
commented 2024-09-26T16:37:38.1333333+00:00
Sai Krishna Katakam 520 Reputation points Microsoft Vendor
1 answer

Which is suitable AKS VM size for free tier subscription

Preflight validation check for resource(s) for container service aks-test01 in resource group rg-aks failed. Message: Insufficient regional vcpu quota left for location eastus. left regional vcpu quota 0, requested quota 825059329208. Details: (Code:…

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,127 questions
asked 2024-09-23T17:45:20.51+00:00
Cloud engineer weird 0 Reputation points
commented 2024-09-26T05:30:45.98+00:00
Nikhil Duserla 2,585 Reputation points Microsoft Vendor
2 answers

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,127 questions
asked 2024-09-19T22:16:40.6733333+00:00
Pankaj Zade 5 Reputation points
commented 2024-09-26T05:28:21.9566667+00:00
Nikhil Duserla 2,585 Reputation points Microsoft Vendor
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,127 questions
asked 2024-09-11T00:45:31.15+00:00
c2_confluent 0 Reputation points
edited an answer 2024-09-26T04:36:25.3433333+00:00
Mounika Reddy Anumandla 505 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,127 questions
asked 2024-07-31T17:12:07.36+00:00
Charan Nalam 0 Reputation points
commented 2024-09-25T14:19:15.65+00:00
Hardeep Singh 0 Reputation points
1 answer

How to request for increase regional quota for creating AKS cluster

I am trying to create an AKS Cluster but the validation was failed due to below error. Could you please assist me get rid of this error. Which once should I select in VCPU section for free subscription. Error: Preflight validation check for resource(s)…

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,127 questions
asked 2024-09-21T01:38:40.13+00:00
Manjunatha Reddy 5 Reputation points
commented 2024-09-25T01:10:48.3333333+00:00
Lijitha B 330 Reputation points Microsoft Vendor
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,127 questions
asked 2024-09-19T09:50:30.5866667+00:00
Yuji Shinjo 0 Reputation points
commented 2024-09-23T07:33:30.64+00:00
Srinud 2,425 Reputation points Microsoft Vendor
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,127 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,146 questions
asked 2024-09-04T08:02:02.1666667+00:00
Najam ul Saqib 320 Reputation points
commented 2024-09-20T11:39:43.3233333+00:00
Akshay kumar Mandha 875 Reputation points Microsoft Vendor