Questions tagged [azure-container-service]

Microsoft Azure Container Service (ACS) optimizes the configuration of popular open source tools and technologies specifically for Azure. It allows you to easily create and host clusters of Docker containers in Microsoft Azure using either Docker Swarm or DC/OS for cluster orchestration.

Microsoft Azure Container Service (ACS) optimizes the configuration of popular open source tools and technologies specifically for Azure. It allows you to easily create and host clusters of Docker containers in Microsoft Azure using either Docker Swarm or DC/OS for cluster orchestration.

More Information

410 questions
1
vote
2 answers

How can I add an existing AKS to AAD?

Some days ago Azure published a description on how to create an AKS cluster with RBAC and AAD. I already have an AKS. How can I add an existing AKS to AAD?
1
vote
0 answers

Unable to reach Azure MySQL DB from AKS cluster

I recreated my AKS cluster because of a failure and the new cluster can not access the azure managed mysql instance. I receive an UnknownHostException for the azure managed mysql instance when my containers start up. The nodes apparently have…
dvo
  • 11
  • 3
1
vote
1 answer

Kubernetes NodeLost/NotReady / High IO Disks

I am experiencing a very complicated issue with Kubernetes in my production environments losing all their Agent Nodes, they change from Ready to NotReady, all the pods change from Running to NodeLost state. I have discovered that Kubernetes is…
1
vote
1 answer

Azure App Service VNET Integration with Internal DNS

I am looking to integrate my public app service to my production virtual network to gain access to some resources within it (APIs), some of which will be load balanced with internal load balancers (container services containers inside an AKS…
1
vote
1 answer

azure containers and managed disks

Assuming that I want to use the Azure Container Service or the Azure App Service, to mount docker containers with ASP.Net Core APIs or/and Web Apps. Each API uses till now, for a part of its data, local storage in the host VM (Linux/Win) in parallel…
1
vote
1 answer

How can I authenticate at Azure Container registry from an Logic App

I'm working on an application that needs to start a container whenever a message is received on a message queue. To do so I decided to use an Azure Logic App for monitoring the queue and Azure Container Instances for running the containers. The…
Bert
  • 13
  • 3
1
vote
1 answer

Cannot select Kubernetes version in portal UI or via CLI

I'm trying to create a new Kubernetes cluster using the Azure portal. In both the portal and CLI I am unable to retrieve any Kubernetes versions. In the portal UI, the dropdown for versions is empty. Via cli I receive a 404: az aks get-versions -l…
bromanko
  • 928
  • 1
  • 9
  • 15
1
vote
1 answer

Cannot apply SSL cert to Kubernetes LoadBalancing Service on Kubernetes

Issue I am having trouble applying TLS to the DNS name of my LoadBalancer service for my Kubernetes cluster, and I am at a bit of a loss. This is the first time I have worked with Kubernetes as well as Azure's Manage Container Services. For reasons…
1
vote
2 answers

New AKS cluster unreachable via network (including dashboard)

Yesterday I spun up an Azure Kubernetes Service cluster running a few simple apps. Three of them have exposed public IPs that were reachable yesterday. As of this morning I can't get the dashboard tunnel to work or the LoadBalancer IPs themselves. I…
Daniel J. Pritchett
  • 1,061
  • 11
  • 18
1
vote
1 answer

Accessing persistent volume portably after job completion

I would like to use jobs and regular deployments that write results to persistent volumes. Then when the job is complete, I need to access those results. The system will run on multiple different platforms, for example Azure (AKS). Ideally I would…
ewramner
  • 5,810
  • 2
  • 17
  • 33
1
vote
1 answer

Azure - az aks cli azure ad error

I have two different Azure Ad tenants First one is foo Second one is bar and one subscription Name is baz Account administrator seems as  foo at Management & Billing Overview service section.  When I change directory into bar from portal i can see…
1
vote
0 answers

Error 404 resource not found in postman for webapi image in azure

I have created two WEBAPI project(one for HTTPGET and another one for HTTPPOST) and I have deployed two docker images for those webapi in azure container. While accessing that image via ip and port which have been provided by azure, i am getting 404…
Akhilesh
  • 171
  • 2
  • 20
1
vote
1 answer

Application in ACS (DCOS) on any other port except 80

How can I host an application in ACS (DCOS) on any other port except 80? Can I give any other URL instead of using port number to access? { "id": "/dockercloud-hello-world", "cmd": null, "cpus": 0.1, "mem": 128, "disk": 0, "instances": 2, …
1
vote
1 answer

Azure Container Services (AKS) - Exposing containers to other VNET resources

I am using Azure Container Services (AKS - not ACS) to stand up some API's - some of which are for public consumption, some of which are not. For the public access route everything is as you might expect, a load-balancer service bound to a public IP…
watdo
  • 667
  • 8
  • 22
1
vote
0 answers

Can't contact our Azure-AKS kube - TLS handshake timeout

Since last friday (9th) we can't contact our AKS-kube using 'kubectl'. All commands (get nodes, version, cluster-info, apply etc) results in a 'Unable to connect to the server: net/http: TLS handshake timeout' $ curl -v hostname * Rebuilt URL to:…