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

Sort by: Answers
12 answers

Error connecting AKS with ACR

Hello team, My AKS was connected to ACR for months now and I was always able to pull images from ACR. However, this morning I am not able for some reason. I tried using this command: az aks update -n myAKSCluster -g myResourceGroup…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
418 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,947 questions
asked 2022-08-30T11:33:12.563+00:00
Kopl 166 Reputation points
commented 2022-09-03T02:55:21.913+00:00
KarishmaTiwari-MSFT 18,667 Reputation points Microsoft Employee
11 answers

AKS Service deployment done and can´t reach external IPs for specific service

I deployed two services with azure AKS and cant reach external ip of a specific service, both services are relying on linux containers. I find strange that service pods can run the docker web service via port fowarding, and also have access to internet…

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,947 questions
asked 2021-02-18T00:27:47.677+00:00
AKS-MON-01 1 Reputation point
commented 2023-04-16T11:27:37.75+00:00
Shahab Mushtaq 5 Reputation points
9 answers One of the answers was accepted by the question author.

AKS with Kubernetes Service Connection returns "Could not find any secrets associated with the Service Account." error in Azure Pipelines

Hey everyone, I have been following the "Automate multi-container Kubernetes deployments with Azure Pipelines" module here, I am getting a rather strange error that doesn't seem to be mentioned much on the internet. I do want to note first…

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,947 questions
asked 2022-10-18T05:21:41.417+00:00
Jimmy Lindsey 41 Reputation points
commented 2023-08-04T05:19:10.0633333+00:00
Saidi Reddy Morthala 0 Reputation points
9 answers One of the answers was accepted by the question author.

Aks cluster shows in failed state

Our cluster shows that it is in failed state ,but all pods are running and functioning properly. on analysis , cluster "provisioningState": seems to be "Failed", Corrections steps suggested by azure diagonostics are 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,947 questions
asked 2023-07-01T10:12:38.7433333+00:00
Suvarnnan, N V 20 Reputation points
accepted 2023-07-03T07:16:54.8033333+00:00
Suvarnnan, N V 20 Reputation points
9 answers One of the answers was accepted by the question author.

Container remains in container creating state

kubectl get pods -n teams-recording-bot output: NAME READY STATUS RESTARTS AGE teams-recording-bot-0 0/1 ContainerCreating 0 42m can't setup certifcates: kubectl get cert -n…

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,947 questions
asked 2022-06-25T08:31:28.92+00:00
Nikheel Jain 136 Reputation points
edited the question 2023-04-19T16:23:04.13+00:00
deherman-MSFT 34,766 Reputation points Microsoft Employee
8 answers

Exempt Azure policy for Users in specific AD group?

Hello, Is it possible to bypass Azure policy for specific AD users or AD groups while creating objects in AKS

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,947 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2023-04-28T15:02:45.9833333+00:00
Tanul 1,251 Reputation points
answered 2024-03-22T03:23:02.8966667+00:00
Konstantinos Passadis 17,381 Reputation points MVP
8 answers

Install-AksHci fails on latest server 2022 in powershell and windows admin center

Hi in Powershell following step 5 https://learn.microsoft.com/en-us/azure-stack/aks-hci/kubernetes-walkthrough-powershell senthiPS C:\Users\Administrator> Install-AksHci VERBOSE: [11/04/2021 16:13:54] [Kva] Uninstalling KVA without Azure…

Azure Stack HCI
Azure Stack HCI
A hyperconverged infrastructure operating system delivered as an Azure service that provides security, performance, and feature updates.
296 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,947 questions
asked 2021-11-04T21:00:11.99+00:00
keith siilats 1 Reputation point
answered 2021-11-15T20:15:56.683+00:00
MattMcSpirit-MSFT 561 Reputation points
7 answers One of the answers was accepted by the question author.

Cannot setup a Kubernetes Service Connection without enabling local accounts

I have created a new dev cluster with Azure AD authentication and Azure RBAC for authentication and authorization purposes - as I assumed it would be more effective in managing access to the cluster. However, I have come across some challenges and one 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.
1,947 questions
asked 2022-10-14T11:13:37.973+00:00
Ana Louro 36 Reputation points
edited an answer 2024-03-08T12:04:53.77+00:00
Sebastian Pacheco 181 Reputation points
7 answers

HPA is not working properly in AKS

Hi team, I have deployed an HPA and defined the metrics for the CPU and memory, in case of high load the pod as well as the cluster is scaling but when the load reduces they are not scaling down. Please find the below 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.
1,947 questions
asked 2022-05-11T07:16:04.457+00:00
Somiya 246 Reputation points
answered 2023-09-11T10:16:30.9866667+00:00
6 answers One of the answers was accepted by the question author.

Support for multiple network interfaces on AKS kubernetes cluster pod

Hi, I have created a kubernetes cluster on Azure AKS cloud. I am trying to deploy pods that require more then one network interface. On a local K8 cluster, I do the same using Open Vswicth or Multus CNI plugins. I want to know what is the equivalent…

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,947 questions
asked 2020-11-10T07:02:15.027+00:00
Rajendra P Mishra 31 Reputation points
commented 2023-09-21T14:03:45.03+00:00
Lax 0 Reputation points
6 answers One of the answers was accepted by the question author.

aks 1.24 ingress not exposed

As soon as you upgrade from aks 1.2x version to 1.24, you will not be able to access the ingress through the controller. In other words, I can't connect to the pod. Is there any way to check this? It worked fine in 1.23, but I can't connect…

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,947 questions
asked 2022-09-15T07:52:49.423+00:00
owen.kim 176 Reputation points
commented 2023-03-30T15:32:37.99+00:00
Stephen Burke 1 Reputation point
6 answers

AKS access issue

Hi All, We are trying to limit user access to particular namespace in AKS . To achieve this we have assigned user the following permission. Azure Kubernetes Service Cluster User Role - To list credential or run kubectl command Azure…

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,947 questions
asked 2022-11-28T08:49:33.13+00:00
Niren Adhikary (NAD) 146 Reputation points
answered 2023-03-27T11:28:52.7366667+00:00
Deole, Pushkar (Pushkar) 60 Reputation points
6 answers

VM SKU unavailable location westeurope on CLI not on Portal

This same bug is described here: https://github.com/Azure/azure-cli/issues/21308 Describe the bug This may be an API bug, but I don't know where to report it, definitely not on Azure's Terraform provider repo. I'm trying to use Terraform to create an…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,434 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,947 questions
asked 2023-02-21T10:20:14.1166667+00:00
Andres hamed fernandez 0 Reputation points
answered 2023-03-07T13:56:10.2366667+00:00
Milos Milunovic 0 Reputation points
6 answers One of the answers was accepted by the question author.

Subnet aks-subnet is in use and cannot be updated (AKS)

Hello all, we have a couple of aks cluster running with stop start automation. Since today all clusters failed to start (failed state, Failed (Running)) with the following message: Failed to start the Kubernetes service 'CLUSTERNAME'. …

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,947 questions
asked 2022-10-18T13:40:43.263+00:00
Admin OpenKonsequenz 21 Reputation points
answered 2022-10-26T14:57:47.247+00:00
Admin OpenKonsequenz 21 Reputation points
6 answers One of the answers was accepted by the question author.

"az aks list" gives "(ResourceGroupNotFound) Resource group 'akstest-rg1' could not be found."

I created an AKS cluster in an RG called "akstest-rg1". I then deleted the cluster, including the RG "akstest-rg1". I then created a new AKS cluster with the same name in a different RG. Since then I get the 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,947 questions
asked 2021-08-03T09:56:46.043+00:00
Mark Neves 101 Reputation points
commented 2022-10-01T18:43:48.437+00:00
Howard Brown 1 Reputation point
6 answers

Exercise - Create an Azure Kubernetes Service cluster. Not being able to create the AKS service

Hello TEam, I'm starting to do the excise where to create an aks . I started running the following command: az aks create \ --resource-group $RESOURCE_GROUP \ --name $CLUSTER_NAME \ --node-count 2 \ --enable-addons http_application_routing \ …

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,947 questions
asked 2021-12-14T16:55:03.23+00:00
issam bahri 1 Reputation point
answered 2022-02-21T10:11:27.71+00:00
vipullag-MSFT 25,526 Reputation points
6 answers

AKS deployment is not Ready

Hi, I am trying to create a AKS deployment but it says that Deployment is not Ready.Here is the code: https://drive.google.com/drive/folders/1YhRYz5IO6Zncr-NuofwEul1sVfsp9HAn?usp=sharing It throws this error: Any Clue!! Regards …

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,947 questions
asked 2021-04-19T21:21:21.807+00:00
Rajaniesh Kaushikk 476 Reputation points
commented 2021-06-01T10:00:26+00:00
Walid Hocine 21 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,947 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
5 answers One of the answers was accepted by the question author.

How do I log in to an AKS cluster and run the docker images command to view the image?

The Docker service cannot be found for the Cloud Shell CLI, the node cannot be logged in remotely, and an error is reported when logging in to the bastion host.

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,947 questions
asked 2024-04-30T08:31:28.53+00:00
Chen, Owen 25 Reputation points
accepted 2024-05-08T01:44:45.7633333+00:00
Chen, Owen 25 Reputation points
5 answers

The request did not have a subscription or a valid tenant level resource provider.

When i trying to run command az ad sp create-for-rbac --role="Contributor" --scopes="/subscription/<<Subscription ID>>" I am getting error as (MissingSubscription) The request did not have a subscription or a valid tenant…

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
704 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,947 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,253 questions
asked 2023-09-06T07:58:53.3566667+00:00
Arun Kumar 0 Reputation points
commented 2024-02-06T16:34:19.02+00:00
João Pedro Bervalt 5 Reputation points