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
0
votes
1 answer

Never ending deployment on Azure ACS Kubernetes

Any idea to have a running kubernetes on Azure? I try the deploy with the Azure UI and after 49 minutes 6 secondes the deployment is still running. Thanks.
0
votes
2 answers

Azure ACS: Multiple SSH Keys for kubectl

I work as part of a small team, and we would like to use our own ssh keys to administer the kubernetes cluster. I use --generate-ssh-keys which picks up on my id_rsa.pub is ~/.ssh, and I then use az acs kubernetes get-credentials --resource-group…
Chris
  • 1,241
  • 1
  • 14
  • 33
0
votes
1 answer

Azure Container Service fails to install docker-engine

I have deployed a new resource group and kubernetes cluster using the acs-engine to extract articles and release via these ARM templates in VSTS. The kubernetes cluster is created however when you ssh into the master docker-engine has not been…
Chris Camm
  • 121
  • 1
  • 4
0
votes
1 answer

Azure ACS: Azure file volume not working

I've been following the instructions on github to setup an azure files volume. apiVersion: v1 kind: Secret metadata: name: azure-files-secret type: Opaque data: azurestorageaccountname: Yn...redacted...= azurestorageaccountkey:…
Chris
  • 1,241
  • 1
  • 14
  • 33
0
votes
2 answers

Docker on Azure .Net Core WebApi with continuous deployment - did it work?

I followed the following: https://www.visualstudio.com/en-us/docs/build/apps/aspnet/aspnetcore-to-azure and everything appears to work just fine. My build work and my Dev release was successful. At the end of the documentation it says: When…
naspinski
  • 34,020
  • 36
  • 111
  • 167
0
votes
1 answer

Azure ACS - Kubernetes inter-pod communication

I've made an ACS instance. az acs create --orchestrator-type=kubernetes \ --resource-group $group \ --name $k8s_name \ --dns-prefix $kubernetes_server \ --generate-ssh-keys az acs kubernetes get-credentials…
Chris
  • 1,241
  • 1
  • 14
  • 33
0
votes
1 answer

Unable to create Windows agentPool with ACS-Engine

I am attempting to setup a hybrid ACS-Engine with Kubernetes. I am able to setup the Linux agentPool successfully. When I add the Windows agentPool, I receive an error. I only get this when osType is Windows. I am using the following to setup the…
Matt Park
  • 15
  • 3
0
votes
1 answer

Hybrid container support in ACS-Engine

I know that ACS does not currently support Windows and Linux Containers on the same Kubernetes cluster. Does ACS-Engine currently support Windows and Linux containers on the same Kubernetes cluster?
Matt Park
  • 15
  • 3
0
votes
1 answer

Problems creating a cluster in ACS

I had this error on Saturday when creating an ACS cluster (DC/OS and DS2), I tried putting a different name but it seems that it had conflict with an existing storage account. Attendees of a talk I gave had similar problem(s) and their account was…
0
votes
1 answer

Create azure cdn endpoint for azure container

I need to create Azure CDN Endpoint for Azure Container. I am using below code to do so. Endpoint endpoint = new Endpoint() { IsHttpAllowed = true, IsHttpsAllowed = true, Location =…
0
votes
1 answer

How do you reconnect VHDs if Azure's Storage Account drops off?

I was asked to post this here by Azure's Twitter Support (instead of on ServerFault.com). Our Kubernetes environment has been working wonderfully for over a week without needing changes, with 24 VHDs all using Container Services on Azure. Then we…
Metalshark
  • 8,194
  • 7
  • 34
  • 49
0
votes
0 answers

Kubernetes install on ACS incomplete?

I have tried three installs through the portal and finally one completely through Azure CLI (with Ubuntu on Windows). Each time the deployment completes but remotely run commands because they fail with "resource temporarily unavailable". I can SSH…
0
votes
1 answer

Azure k8s windows cluster, Internal Error: Missing stats for root container

I created a k8s windows cluster (1 master and 1 node). The kubernetes dashboard shows both nodes. The dashboard only shows resource utilization of the master. On inspecting the heapster logs from the dashboard, I see the following error: ... E0331…
Shekhar
  • 63
  • 5
0
votes
1 answer

Azure Container Service container cannot access other port except 80

I finally figure out how to to install Magento container into Swarm dockers cluster, and now I could access its URL, e.g. http://xxxagents.australiaeast.cloudapp.azure.com (port 80) Then I got another issue: if I use docker-compose to install…
Samuel
  • 631
  • 1
  • 10
  • 26
0
votes
1 answer

After deleting container from Azure Container Service agent, its website still available

I am totally new this. I followed some article like this: (https://github.com/Microsoft/azure-docs/blob/master/articles/container-service/container-service-docker-swarm.md) But the strange thing is: after removing container "yeasy/simple-web", I…
Samuel
  • 631
  • 1
  • 10
  • 26