Questions tagged [azure-aks]

Azure Kubernetes Service(AKS) is a way to launch and manage Kubernetes within the Azure cloud. Use with the [azure] tag

Azure Kubernetes Service (AKS) manages your hosted Kubernetes environment, making it quick and easy to deploy and manage containerized applications without container orchestration expertise. It also eliminates the burden of ongoing operations and maintenance by provisioning, upgrading, and scaling resources on demand, without taking your applications offline.

https://learn.microsoft.com/en-us/azure/aks/

3395 questions
0
votes
1 answer

AKS with Keda: pods get terminated during execution

I have deployed the Azure Queue Trigger Function to Kubernetes with KEDA for event-driven activation and scaling. It works fine with smaller jobs, but if the time taken exceeds 5 minutes, the pods get terminated automatically, and new pods get…
Lakmal
  • 779
  • 1
  • 8
  • 16
0
votes
0 answers

AKS flux extension with azure ad rbac enabled - unauthorized

I created an AKS cluster with an authentication option (Azure AD authentication with Azure RBAC enabled). When I try to install the flux extension I receive an error: The extension operation failed with the following error: Request failed to…
0
votes
1 answer

How can I get KubeVirt to work on AKS or GKE?

Has anyone been able to get KubeVirt (basically VM in a container) to work with either Azure Kubernetes Serivce (AKS) or Google Kubernetes Enginer (GKE) ? I am getting started with KubeVirt and honestly do not know much about it. Any guidance with…
user1074593
  • 446
  • 1
  • 9
  • 23
0
votes
0 answers

Ansible connection to AKS cluster

I have an aks cluster created in Azure protal and now I want to manage the cluster using few playbooks (eg: create namespace, list pods) Unable to run the playbook as it couldn't figure out the kubeconfig location specified and throws error: fatal:…
0
votes
1 answer

How do I enable / disable the multi tenancy restrictions in Flux2 with AKS (and should I?)

I'm starting on a journey with Flux2 against my shiny new AKS cluster (testing/development) and wanted to use GitOps as my default way of deploying stuff into my cluster. As a result, i thought I'd use Bicep to create both the cluster and set up my…
The Senator
  • 5,181
  • 2
  • 34
  • 49
0
votes
0 answers

How to gracefully shutdown pods when background service is running in Kubernetes cluster?

I have a .Net application hosted in Azure Kubernetes cluster. One is Web application - TestWeb. Another one is console library running as background service - TestWorker. TestWeb receives the request from user and pushes the message to Storage Queue…
avocado
  • 39
  • 1
  • 3
0
votes
0 answers

AKS Networking using CNI network method

I am trying to deploy AKS with CNI but as soon as I create vnet and subnet it stops write there with the error that I do not have permission to create it. I have contributor access to the entire subscription, but it looks like this is one odd…
kpgkondo
  • 23
  • 3
0
votes
0 answers

Ansible to manage AKS cluster (namespace & list pods)

I have a aks cluster created in Azure through ansible playbook and now I would like to manage the aks cluster through playbooks for eg: create namespace and list pods. The module I'm using for namespace and list pods is…
0
votes
1 answer

Container registry not showing up in azure when creating a workload

I am trying to create a workload on AKS using the web portal. I have done this successfully on my one AKS cluster. However I have made a new one, and it refuses to show me the available ACR (container registries) which are certainly in the same…
Zapnologica
  • 22,170
  • 44
  • 158
  • 253
0
votes
2 answers

Managed Identity to Connect AKS with Azure SQL

I am trying to connect Azure SQL with AKS using managed Identity but this doesnt seems to work. I have been checking numerous blogs and I am as confused as I started. I am using…
0
votes
0 answers

Limitations of AKS Networking CNI with Overlay

I am currently investigating various AKS networking options that are available, and while researching CNI with Overlay I found a table comparing Kubenet and CNI with Overlay. documentation. The part that I do not understand is where does the limit…
Johhny Bravo
  • 199
  • 3
  • 15
0
votes
0 answers

Ansible playbooks to deploy AKS cluster (API version error)

I'm running a sample Ansible playbook to deploy AKS cluster in Azure using the MS reference AKS Configure Clusters. - name: Create Azure Kubernetes Service hosts: localhost connection: local vars: resource_group: myResourceGroup …
0
votes
0 answers

Ansible playbooks to manage AKS cluster

I have created a aks cluster from azure portal manually and trying to run few tasks like creating namespace etc from rhel 7 server using Ansible playbooks. (connected and able to run kubectl from rhel server) which host value do I have to mention in…
0
votes
1 answer

How to connect a pod via pod-name which is running in different AKS cluster?

I have two aks cluster setup: A. My application B. Monitoring I have configured my application to expose JMX stats via prometheus and can successfully fetch the pod-name/metrics as long as I am on the same cluster. My requirement is that I want to…
0
votes
1 answer

azure.storage.blob._shared.authentication.AzureSigningError: Incorrect padding - Argo workflow

I'm getting Incorrect padding error while configuring a argo workflow to run a python function from my flask application to update the users group list everyday. Attached error logs and configuration details for the reference. Error: Traceback…
1 2 3
99
100