3,688 questions
0
votes
0
answers
44
views
High usage of "Load Balancer, Standard, Data Processed" with AKS
using Azure AKS,
deployed are
External DNS
Cert Manager
2 deployments (pods, services), nothing too special
Using
standard loadbalancer (came with AKS creation)
AKS free tier sku
AKS node resides ...
Best practices
0
votes
1
replies
23
views
would like to implement OTEL agent as sidecar along with app container in aks
i am implementing logging mechanism where otel agent is deployed as sidecar then forwards to otel collector which runs on cluster level which interns forwards the log to gateway agent. from then it ...
1
vote
0
answers
48
views
Microsoft.ML C#: GPU not found in K8s/Docker container
I have created a .NET app that uses Microsoft.ML.OnnxRuntime.Gpu for interference. Now I'm trying to integrate it with Azure Kubernetes.
We have made the setup with Tesla T4 GPU and we confirmed it's ...
0
votes
1
answer
76
views
How to create an AKS Automatic cluster with custom node pool size and VM size (via CLI or Bicep)?
I’m trying to create an Azure Kubernetes Service (AKS) Automatic cluster with my own custom node pool configuration, such as specifying:
VM size (Standard_D8s_v3)
Node count or autoscaler range
I ...
0
votes
1
answer
48
views
Azure Hybrid AKS Cluster creation via REST API fails with “object provided is unrecognized (must be of type HybridAKSCluster)”
I’m trying to create a Hybrid AKS cluster using the Azure REST API, so that it can be managed directly from the Azure portal. I’m following the official Microsoft guide here:
Create Kubernetes ...
0
votes
0
answers
83
views
Bot Framework fails to obtain token with User Assigned Managed Identity from AKS pod
I'm deploying a bot backend in an AKS pod using a User Assigned Managed Identity (UAMI). The bot backend can access Azure services like KeyVault and AppConfiguration using this UAMI without issues. ...
0
votes
1
answer
75
views
Azure App Configuration with AKS refresher burns quota fast
I have an AKS, Azure App Configuration (AAC) and a Key Vault in my Azure cloud.
I have in AAC some environment variables like BgTaskTimer = 10, and in Key Vault DbConnectionString which is added as ...
0
votes
0
answers
70
views
Non existing field in persistentVolumeClaim helm template
I was reviewing a Prometheus Helm chart and noticed that the following prometheus/templates/alertmanager/pvc.yaml template includes the volumeBindingMode field:
apiVersion: v1
kind: ...
0
votes
1
answer
175
views
Redis Cache Timeout with .NET Application in AKS
I'm using FusionCache on a .NET 8 backend hosted in AKS with multiple pods. The cache is backed by Azure Redis (C3 Standard). Everything was working fine in dev/staging, but since going live in ...
0
votes
0
answers
33
views
Health checks are logging in application insights when deploying identity server project using AKS
I’m excluding health check logs from the Identity Server application in Application Insights using the code below. The application is deployed on AKS. However, health check logs are still being ...
0
votes
1
answer
121
views
AKS-extension Deployment failed because used version was not found [closed]
I have a problem and it's driving me crazy. The company i work for wants to offer a Kubernetes Cluster in the Azure Marketplace. I have build the necessary CNAB-Bundle and created the offering/plan in ...
1
vote
3
answers
342
views
Token acquisition failure with downstream API - .NET 9 AKS application
I am encountering an issue when attempting to call a downstream API secured by Azure Entra from an ASP.NET Core 9 Web API application running on Azure Kubernetes Service (AKS). The Microsoft.Identity....
0
votes
1
answer
115
views
OperationNameValue in AKS Activity log
To Capture the Manual Changes in AKS i have configured the Alert Rule in Azure Portal but All the changes are triggering based on below action value only . If you are Creating or deleting or if you ...
0
votes
1
answer
118
views
How can an AKS-hosted application securely access SharePoint data?
We are working on a project where an application running in Azure Kubernetes Service (AKS) needs to fetch CSV/XLS files from a specific SharePoint site. Currently, we're using an App Registration in ...
0
votes
1
answer
305
views
Can kubelogin be configured to work from a devcontainer?
We use kubelogin to authenticate to our kubernetes clusters. However when I run a simple kubecl command (e.g. kubectl get config maps) from inside a VSCode devcontainer (i.e. inside a docker container)...