1,886 questions with Azure Kubernetes Service (AKS) tags

Sort by: Updated
1 answer

will resources touched by the aks-preview CLI extension change the status of that resource to being 'in preview'

Hi, will resources touched by the aks-preview CLI extension change the status of that resource to being 'in preview'? Can we use autoscale profile 'scale-down-utilization-threshold' without the cluster status going into 'preview' mode?

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
asked 2020-08-14T11:05:38.823+00:00
Anonymous
commented 2020-08-27T06:46:26.273+00:00
prmanhas-MSFT 17,891 Reputation points Microsoft Employee
0 answers

AKS new cluster with Standard_B2s machine forces use of Premium SSD

Hi there, When creating a new AKS cluster using a Standard_B2s and Virtual machine scale set it forces a Premium SSD disk that cannot be downgraded to Standard HDD. This was confirmed by Microsoft with a support ticket. So, my questions: This…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,255 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
asked 2020-08-21T16:16:22.717+00:00
Nicholas Fiorentini 21 Reputation points
commented 2020-08-27T02:47:57.857+00:00
KarishmaTiwari-MSFT 18,627 Reputation points Microsoft Employee
0 answers

Dynamic Admission Webhook fails to post to external URL

Timeout on POST request to external URL: I am following this guide to add a Validatingwebhookconfiguration to my AKS cluster. Here is my configuration which works on my local Kubernetes setup with Kind or Docker-desktop. apiVersion:…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
asked 2020-08-18T01:42:00.827+00:00
Rahul Rai 1 Reputation point MVP
commented 2020-08-24T04:54:43.383+00:00
vipullag-MSFT 24,871 Reputation points
0 answers

Autoscale node works very slow due to oms image pulling

Normal Pulling 12m32s kubelet, xxxxxxx Pulling image "http://mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-ciprod05262020-2" how does suppose nodes autoscaling should work nice and easy if pulling image (already pulled on…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
asked 2020-08-07T11:44:54.21+00:00
Darius Bzowka 1 Reputation point
commented 2020-08-20T17:06:36.353+00:00
KarishmaTiwari-MSFT 18,627 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

.net Rest Service running in Azure Kuberneste Service need to access Azure key vault protected with AAD

Hi All, Please let me know if my below design works fine I have a .net Core Rest service running in Azure kubernetes,this .net service need to access the Azure keyVault (protected with Azure Active directory ) to get access the Key and Secrets. I…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
asked 2020-08-16T04:13:44.29+00:00
Amar-Azure-Practice 656 Reputation points
accepted 2020-08-20T00:36:25.27+00:00
Amar-Azure-Practice 656 Reputation points
1 answer One of the answers was accepted by the question author.

Azure: How to increase subscription read throttling limits per hour

Hello! Recently we've faced an exception with Status code 429 saying "TooManyRequests" and the message: "The request is being throttled as the limit has been reached for operation type - Read_PerHour.". As far as the documentation…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,745 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,481 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
asked 2020-08-10T15:24:57.797+00:00
Anastasiia Ilina 71 Reputation points
commented 2020-08-11T08:16:44.427+00:00
Anastasiia Ilina 71 Reputation points
1 answer

Deploying a multi-container application to Azure Kubernetes Service without using Azure DevOps

Deploying a multi-container application to Azure Kubernetes Services without using Azure DevOps We have use case with Java Application (Spring ) with oracle Database as two containers . We have to try the same in AKS ( Not using Azure DevOps). Java…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
asked 2020-07-26T10:09:58.713+00:00
Rajasekhar 21 Reputation points
commented 2020-08-07T06:12:33.047+00:00
vipullag-MSFT 24,871 Reputation points
1 answer

Cheapest Way to Create Temporary Azure Kubernetes Cluster for Testing Code?

Since I'm trying to stretch my azure dollars and since I'm not in production yet, I'm creating kubernetes clusters, deploying some code, testing it and deleting the cluster with this command. I'm creating with this command: az.cmd aks create -g…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
asked 2020-08-03T17:36:46.943+00:00
Siegfried Heintze 1,861 Reputation points
commented 2020-08-07T04:12:38.857+00:00
vipullag-MSFT 24,871 Reputation points
1 answer

What is the command for root access in Ubuntu VM ?

Hi, I have created a k8s service in Azure and the Vm is Ubuntu, i cant able to login as root inside, what command does it accept? I tried sudo su- root, sudo su, su, but noting works here, Pl help or I need to create a new VM Instance and connect it…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
asked 2020-07-24T16:03:54.587+00:00
azure-k8s 1 Reputation point
commented 2020-08-06T10:14:24.937+00:00
prmanhas-MSFT 17,891 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

azure kubernetes services Nodes Backup?

Hello Team, We have deployed azure kubernetes services(AKS) in the enviroment? How I can take backup of nodes in AKS cluster? also how to backup azure container registry in which we have docker images?

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
asked 2020-07-23T18:22:40.943+00:00
Girish 61 Reputation points
accepted 2020-07-24T13:52:17.847+00:00
Girish 61 Reputation points
1 answer One of the answers was accepted by the question author.

Unsupported Kubernetes version is detected - But I'm on the latest version!

Hi. I've got an Advisor recommendation on my AKS cluster (UK South) saying : Unsupported Kubernetes version is detected The portal says I am running v 11.8.4 So, as per - https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster I run: …

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
asked 2020-07-22T12:54:25.137+00:00
Will Newman 21 Reputation points
commented 2020-07-23T16:13:42.3+00:00
Will Newman 21 Reputation points
1 answer One of the answers was accepted by the question author.

Azure ML Enpoint deployment failed EAST US region

I have an Azure ML Real-time inference endpoint deployed ran for a month till yesterday. Today it is in the state of "Failed". I did create a new compute and did a new deployment in the same region EAST US and it failed again. What's going?…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,606 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,004 questions
asked 2020-07-17T00:25:30.06+00:00
DaLi 61 Reputation points
accepted 2020-07-17T02:47:06.763+00:00
DaLi 61 Reputation points
3 answers

Downgrading AKS version to stable version from preview version

I have recently upgraded the AKS version from 1.17.5 to 1.18.1 version and i found that it is in preview and it should not be used in production .I tried to downgrade by having yaml script written through azure CLI through cloud shell etc none of them…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
asked 2020-07-08T05:51:14.523+00:00
aditya Tangirala 16 Reputation points
answered 2020-07-14T11:53:38.017+00:00
Kasun Rajapakse 351 Reputation points
2 answers

Azure APIM (BASIC) with AKS

Hi there, I am currently using the APIM (Basic Tier). I plan to deploy our microservice using AKS using the LoadBalancer / ingress controller. But both of them opens up a public IP to the world. But I want to make all of the application traffic go…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,801 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
asked 2020-06-08T15:49:26.28+00:00
Tahmid Eshayat 286 Reputation points
answered 2020-07-13T12:59:54.393+00:00
Neha Oberoi 21 Reputation points
1 answer

GPU 할당 관련 문의드립니다.

안녕하세요- 현재 로컬 k8s에서 돌고 있는 서비스를 Azure로 옮기려고 합니다. 이 중 한 Deployment가 GPU를 사용합니다. (비용때문에) 이 Deployment를 요청이 있을 때만 자동으로 키고 싶습니다. 이걸 이 Deployment를 delete 하기만 하면 되는지, 별도 gpu node로 분리해서 그 node를 켜고 끄고 해야 하는 건지, 아니면 또다른 방법이 있는 건지 궁금합니다. 감사합니다.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,255 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
asked 2020-06-23T02:13:01.437+00:00
남연우 1 Reputation point
commented 2020-07-13T11:06:20.477+00:00
prmanhas-MSFT 17,891 Reputation points Microsoft Employee
1 answer

Kubernetes live & readiness probes

I'm running an Azure function in Kubernetes, but if the Azure Function runtime respond to Kubernetes live & rediness probes, or do I have to implement thoose endpoints myself? If so, is there any guidens somewhere, on how to do that? TIA /Søren

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,365 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
asked 2020-06-04T04:56:21.543+00:00
Søren M. Olesen 1 Reputation point
answered 2020-07-02T13:01:36.243+00:00
Pramod Valavala 20,591 Reputation points Microsoft Employee
1 answer

Error in importing connection profile, admin user identity, and MSP from Azure Kubernetes Cluster.

Hi, I encountered this error when importing Orderer and Peers organizations' connection profile, admin user identity, and MSP from Azure Kubernetes Cluster. Could not find Azure blockchain Hyperledger Fabric member Org2 in resource group dev-hlf2…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,472 questions
asked 2020-06-25T01:51:28.44+00:00
ascii-c 31 Reputation points
commented 2020-06-30T06:38:54.753+00:00
Shruti Gupta 16 Reputation points
1 answer

Istio in AKS

with reference to below article able to create and deploy application to AKS with Istio service mesh. However when trying to implement with either ASP.NET Core or ASP.NET Core WebAPI i am getting error. …

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
asked 2020-06-17T12:12:52.923+00:00
zdsd 1 Reputation point
answered 2020-06-30T06:20:14.333+00:00
vipullag-MSFT 24,871 Reputation points
2 answers

Not able to Connect with SSH to Azure Kubernetes Service (AKS) node

I created an AKS with 1 nodepool/node. The AKS was created successfully: sh1986-vb:/media/sf_SH1986/az/tf/terraform-aks-k8s-w-vnet> kubectl get pod -o wide NAME READY STATUS RESTARTS AGE IP NODE …

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
asked 2020-06-23T19:40:03.23+00:00
Shadi Haidar 1 Reputation point
commented 2020-06-25T17:25:26.383+00:00
KarishmaTiwari-MSFT 18,627 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

How to update/reset kubernetes cluster config

I have deleted the first AKS setup I created as well as the resource group in Azure. Then created a new one, Hyperledger-Fabric-on-Azure-Kubernetes-Service, which set to region US West. The first one used region SouthAustralia. After new AKS setup…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,472 questions
asked 2020-06-23T07:23:24.013+00:00
ascii-c 31 Reputation points
commented 2020-06-25T01:17:06.643+00:00
ascii-c 31 Reputation points