Skip to main content
The 2024 Developer Survey results are live! See the results

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-aks
0 votes
0 answers
11 views

cloudflare tunnel not routed properly [closed]

I am working on deploying cloudflare tunnel by terraform. /module/tunnel/main.tf terraform { required_providers { cloudflare = { source = "cloudflare/cloudflare" } } } ...
Y H's user avatar
  • 1
0 votes
0 answers
13 views

Keda scaledObject unable to connect to DataDog in Azure Kubernetes Service - 403 Forbidden

Keda is installed in a dedicated namespace. The Keda scaledObject, Deployment and other dependencies in a dedicated namespace Using this code - https://github.com/waiyanwh/keda-datadog-demo/tree/...
ravi mishra's user avatar
0 votes
1 answer
19 views

istio sidecar not injected

I'm working on a project deploying Azure Kubernetes Service. I deployed AKS with internal load-balancer and Istio-based service mesh add-on enabled. https://learn.microsoft.com/en-us/azure/aks/istio-...
Y H's user avatar
  • 1
0 votes
1 answer
33 views

AKS access files on shared managed disk

Ive some trouble mounting a single disk Premium_LRS in Azure Kubernetes (AKS). In the past I used the FileShare to mount the same volume to different pods so they could access the same drive/folder ...
Dimi's user avatar
  • 309
0 votes
1 answer
58 views

AKS fetching K8s Deprecated APIs List

I need to fetch the list of Kubernetes Deprecated API within a cluster. This can be done from the Azure Dashboard by going to the AKS Resource > Diagnosis and Solve Problems > Create, Upgrade, ...
shaderox's user avatar
0 votes
0 answers
30 views

How to access Hashicorp Vault secrets from AKS using pod workload Identity (pod managed identity)

I want to integrate my AKS cluster so it can fetch secrets from Hashicorp vault using the Azure authentication method in vault (pod workload ID). I know that different solutions exist but I can't find ...
Louey's user avatar
  • 19
0 votes
1 answer
65 views

What is preventing AKS from pulling images from ACR?

I'm using Bicep to create an AKS cluster and connect it to an existing ACR: param clusterName string = 'MyTestCluster' param location string = resourceGroup().location param acrName string = '...
MorayM's user avatar
  • 2,645
-1 votes
0 answers
17 views

Which is best platform to host a stateful application ACA or AKS? [closed]

I have a complex application. Which is also a microservice architecture. It should be hosted in an enterprise level. And it is better to be cost effective. Can Anyone help me to find the right ...
Amrish 's user avatar
0 votes
1 answer
34 views

How to create ConfigMap yaml manifest for Azure Kubernetes using shell or PowerShell script?

I have requirement to create yaml file which can be used to create configmap in kubernetes. I have 3 xml files which are need to be imported in template yaml file. YAML Template: apiVersion: v1 data: ...
New Progrommer's user avatar
-1 votes
1 answer
55 views

Why curl shows different outcome with --verbose and without it?

I have Azure AKS Cluster runing at 1.28.9 Kubernetes. It is running in Subscription X, Region XX. I have also Firewall Premium setup in Subscription Y + proper NSGs, Region YY. Both vnets peer each ...
Michał Picheta's user avatar
0 votes
0 answers
42 views

Expose angular containers by Api Management

I am developing microfront components, these must be deployed as containers. I am using AKS for deploying these containers. My question is if I can use API Management in Azure to govern the ...
user26386487's user avatar
0 votes
1 answer
29 views

How to patch configmap in kubernetes which has xml within yaml?

we have requirement to patch this below yaml in azure kubernetes using kubectl cli ConfigMap YAML: kind: ConfigMap apiVersion: v1 metadata: name: group-product-spec namespace: organization uid: ...
New Progrommer's user avatar
1 vote
1 answer
50 views

Cannot mount volume in Ignition | Permission issue

I'm running ignition version 8.1.42 in AKS which describe following issue. The version 8.1.25 is running perfectly fine. I found out that 8.1.25 is running as root user and after that update ...
Karan joshi's user avatar
0 votes
1 answer
49 views

k8s aks react routing issue: not routing from svc ip but works fine from localhost ip

on portforwading the svc & ingress to localhost, everything works fine. with public IP from svc & nginx ingress, the frontend is reachable and works fine, only issue is it doesn't route to the ...
Navemics's user avatar
0 votes
0 answers
35 views

Power apps custom http action to private kubernetes cluster api [closed]

Okay i have a problem, that i didnt find a solution yet. Basicly im trying to make a power apps button that will make a http request to an api that is hosted on a private Azure kubernetes cluster, i ...
Italo Gonçalves's user avatar

15 30 50 per page
1
2 3 4 5
242