Does Azure-Stack work on-prem work if Azure is down?
Does Azure-Stack work on-prem work if Azure is down? Problem trying to solve: If Azure data centers go down I need to still be able to process activity locally in a company data center. Have to hit SLA's with own customers and they don't care if…
Reading ingress annotation from Azure key vault and validating incoming request
Team, For validating any custom header in nginx with docker(or any virtual server) we have to update nginx.conf like this location /risksecretspoc { if ( $http_my_custom_header != 'some-value' ) { return 403; } In the same way, I'm…
AKS Cluster created using AKS-Engine from client (WSL Ubuntu) -- Azure Home/Monitor/Containers - Cluster Status Summary is Empty
I created the AKS using AKS-Engine, from Client - WSL/Ubuntu. From Client side - i see that pods (and other resources) are running on AKS, but when looking at Azure Home/Monitoring/Containers - it's empty (no any contained). Below are logs (including…

Should I see Kubernetes Servises in Azure Portal (my free account), if Kubernetes Cluster created using Azure AKS-Engine?
I created K8S Cluster using AKS-Engine. In local client I see that my services are running and working ("get pod -owide" log below) But in Azure Portal (UI), - Kubernetes Services - empty, although, VM - created (k8s-master-39780674-0). …

Error in Enabling SSL for Azure Kubernete Service
I have written a microservice that posts data to CRM. Containerized the micro service in AKS. now I generated a certificate using openssl and trying to add the certificate to my microservice DNS url. Finally getting this error on executing the below…

Connect to AKS with Private IP without opening routes
Hi, Greetings of the day! I am looking for a way to connect to AKS node, which has a private IP. The challenge is we cannot get the routes open. Are there some ways via API or CLI? Regards, Megha

Containerize developer VM's
Hello, We are using Azure VM for our developers. Visual Studio, SQL Server and few other developer tools are part of every developer VM. We are hosting some 10+ VM's for this purpose. While, we were looking for cost optimisation Azure Advisor gave…
Restarting master node
Hello, we have a hypothetical question. It is possible to restart the master node on managed cluster? On another cloud provider we had a problem, and we had to restart the master node, so we're interested how this could be done here in case of the…
How do I integrate Azure NetApp Files with AKS cluster to use dynamic provisioning?
I would like to integrate the Azure NetApp files with my AKS cluster and I see, in order to have dynamic provisioning of Persistent Volumes, installing NetApp trident is mandatory. After the installation of the trident on my AKS cluster, how do I mount…
Azure Kubernetes Services Voting Application
I'm having trouble understanding Azure Kubernetes. I successfully completed the tutorial for the voting application, but I don't see anywhere in the portal where it says that port 80 coming in to the public IP address goes to the azure vote front pod. …

How to migrate SpringBoot App to Kubernetes Replica Sets?
I would like some guidance and recommendations on taking a spring boot app like ms-identity-java-webapp and exposing it in a replica set in a kubernetes cluster. (1) How do I share the authentication/authorization state of the current AAD B2C session…

AKS in free account - compute instance not able to select nodes size more than 4 vCPU in all regions
Hi Expert, Need some help, I just sign up a free trial for 12 months. I would like to test AKS with some image that I have, but it's required at least 8vCPU. I created the Kubernetes cluster, but no way for me to select node instance that more than…
Error: Reading Az Context file "/etc/appgw/azure.json" failed: open /etc/appgw/azure.json: permission denied
Error: Reading Az Context file "/etc/appgw/azure.json" failed: open /etc/appgw/azure.json: permission denied I am getting an error related to this, Please help to identify the issue Name: …
Is it suggested to use promotional offer machines in production?
Team, In eastus, various promotional offer machines (suffix _promo) are available which offers less cost in comparison to their standard version. What are the advantages and disadvantages of them using in production. I am writing one disadvantages…
ARM template for Azure stack failing with cse script error
Hi All, We have a requirement to create AKS engine in Azure stack environment. Therefore we followed below tutorial to create K8 cluster. and as part of running the command we got output folder with files along with ARM templates. …

Managing ingress controller certificate through Azure Key Vault
Hello, I'm trying to setup a tls enable ingress controller on aks using nginx but I have to control certificate from Azure Key vault. I have few queries here: Should we add details of secret provider class volumes and volume mounts in nginx…
Managing ingress controller certificate through Azure Key Vault
Hello, I'm trying to setup a tls enable ingress controller on aks using nginx but I have to control certificate from Azure Key vault. I have few queries here: Should we add details of secret provider class volumes and volume mounts in nginx…
How AKS replicate data if any node fails?
Team, Let say, I setup AKS with one node only, we can name it as N1, and install gpu drivers, ingress controller and one application of kind deployment. After a month, I purchase another node N2. But, after few days N1 fails and as per this link, in…

Azure ML Endpoint Wont deploy on AKS with Azure ML Studio
Got problem while deploying Azure ML real-time Endpoint on AKS with Azure ML Studio. It remains in Transitioning state indefinitely. Looked in AKS event logs and found that error is Failed to pull image …
Error creating cluster
I'm trying to deploy on Azure the retired open source solution #SmartHotel360. Deploying the backend solution and following the instructions detailled on https://github.com/microsoft/SmartHotel360-Backend/blob/master/Documents/Setup.md, I get an…

