Are the new AMD Dads v6 VMs suitable for production use in Azure Kubernetes Service, given their lack of support for Ephemeral OS disks?
Hi, I was excited about the General Availability release of AMD v6 VMs- Dadsv6. However I noticed that they do not support Ephemeral OS disk, although they have big enough local disc. Azure Advisor says we should use Ephemeral OS disk on AKS. Therefore…
Kubernetes Load Balancer 403 AuthorizationFailed and InvalidApiVersionParameter
When deploying a Kubernetes Service (type LoadBalancer), the service shows the following event: Warning SyncLoadBalancerFailed 1s (x2 over 7s) service-controller Error syncing load balancer: failed to ensure load balancer: Retriable: false,…
Azure Kubernetes Service - Why Are System Pods Being Scheduled On User Node Pools?
I have a cluster which is made up of 3 node pools: system - System Node Pool project 1 - User Node Pool project 2 - User Node Pool On the System node pool, I have the taint set CriticalAddonsOnly:true:NoSchedule. My issue is that for some reason, system…
Azure Machine Learning alerts 'Cluster unrecheable' when kubernetes cluster information clicked - arc agent version 1.21.10
I've been testing Arc enabled kubernetes and azure machine learning extension in our on-premise cluster. By version arc agent version 1.20.10 , it had been working fine. However, once I reinstalled it with arc agent version 1.21.10, azure machine…
Azure Kubernetes Service - NGINX Ingress Accepting Connections on 443 When Only 80 is Configured.
I am using AKS with NGINX & Private Load Balancer. My private Load Balancer is listening on 443 & 80 (Default Behaviour). I have an ingress host (example-app) listening on port 80 only, however, I can still reach this on ingress on 443, why is…
Microservice Solutions with Ocelot on Azure
I am looking to deploy multiple microservices using Azure Kubernetes Service (AKS). All communication between these microservices is routed through an API Gateway. The services include: API Gateway (Ocelot) Auth API Core Service RabbitMQ These are all…
How to replace TLS certificate from New to OLD?
Hello Yesterday I want to renew my TLS certificate but by mistakenly I selected wrong acme name and cert was created But I want to roll back that previous cert and again want to renew with correct acme name. how do I do now ?
How to fully provision AKS backups using Bicep
I have an AKS cluster which I now want to add scheduled backups to using my Bicep-based provisioning pipeline. I haven't found much guidance for this online but I've put together the following Bicep definitions for the various components. In addition to…
We are looking for a spark structured based streaming to consume data from activeMQ
We are looking for a spark structured based streaming to consume data from activeMQ. However, we dont see any default connector or support as such available for the same. Can you please suggest, is there any roadmap in place to support this ?
How to see existing data in Azure storage container mount as AKS pod inline PV?
Hi, I have an Azure storage account that has a container named extracted in it, and this container has some folders with data inside as in: - extracted - data_1 - data_2 etc. I have mounted the container as an inline volume in an AKS…
How to create Native Prometheus Alert on Managed AKS/Prometheus
Hey folks, I have Managed Grafana and Prometheus on AKS. Native Opensource Prometheus has been in use for few years, hence has many custom (application/service) related alerting and recording rule setup. Is there anyway in Azure, where we can deploy…
I need to know the exact difference between container insights and Azure managed Promotheus and grafana in azure kubernates cluster
I am unable to figureout the exact difference between container insights, promotheus and grafana, and if i need to integrate azure managed promotheus, in my .net core app(POD), what changes i need to make in my application to get metrics. Can any help me…
How can I improve cost efficiency of Azure Kubernetes?
I am creating a suite of online services. To better control database usage and scalability, I selected AKS as the platform to host my various services. This includes database pods, API pods, Blazor app pods, Keycloak, and more. At the moment, my app is…
Microsoft CAF - Shared AKS Cluster
Hello, We currently have a Platform Landing Zone with follows Microsoft's Cloud Adoption Framework with Identity, Management & Connectivity Subscriptions. We are looking to implement a Shared Azure Kubernetes Service (AKS) module for all of our…
Can I upgrade AKS from 1.24.9 to 1.28.13 without rebuilding cluster
I've inherited an AKS 1.24.9 cluster and need to update. Can this be done without rebuilding.
we have our Azure web apps and this had an issue yesterday .the node was low on memory and front end stopped .
we have opted for Azure -Pay as you go plan . Yesterday the warnign came : node was low on resoure memory .Threshold quantity 750Mi , available 703984Ki.Container was using 1584984Ki request is 500Mi, has larger consumtion of memory. The application…
Security - manual NFS mount in a pod
Hello I successfully configured my AKS cluster to mount nfs share from a netapp resource. I use PV and PVC. If I check the mount points in the pod, I get : nfs.xxx.com:/share/prd on /var/www/shared type nfs4…
AKS pod in CrashLoop error due to managed identity integration
We have an AKS cluster on which one of our Deployments which now uses DefaultAzureCredential class to fetch connection strings stored in Azure Key Vault. We have provide the "System Assigned Managed Identity" contributor access to Key Vault to…
Unable to create AKS Cluster from CLI
az aks create --resource-group myResourceGroup --name myAKSCluster --node-count 2 --generate-ssh-keys Invalid base64-encoded string: number of data characters (17) cannot be 1 more than a multiple of 4 I tried executing this command multiple times…
Adoption of Podman inside an AKS cluster.
We are evaluating the adoption of Podman instead of Docker for the creation of containers. We are using AKS as our container orchestrator in Azure. I am wondering if AKS is compatible with Podman? It is my understanding that AKS comes with Docker…