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
0 answers

Only first container repository of an Azure Container Registry can be used in App Service

I have an Azure Container Registry with two container repositories. If I create an app service I can only select the first registry. Only way to select the other container image is to go on "private registry"
forki23
  • 2,784
  • 1
  • 28
  • 42
0
votes
3 answers

unable to access DB pod External IP from application

I've created two pods top of Azure Kubernetes cluster 1) Application 2) MS SQL server both pods are exposed via Azure Loadbalancer and both having External IPs. I am unable to use the External IP in my application config file. But I can connect that…
0
votes
1 answer

Pods are not getting created on one of the agent node in Kubernetes

I am using kubernetes cluster with 3 master and 3 agents which is created using Azure container service (ACS). I have created the 50+ deployments using helm with one pod each and it is working fine. Out of three agents, only two agents are hosting…
0
votes
1 answer

Scaling-Master / Unable to perform initial IP allocation check

I started from 3 master nodes and I increased it to 5. I am trying to add the new members to the existing cluster. My apiserver container stops working with the following error: E1106 20:44:18.977854 1 cacher.go:274] unexpected ListAndWatch error:…
0
votes
1 answer

Connecting to Azure Container Services from Windows 8.1 Docker

I've been following this tutorial to set up an Azure container service. I can successfully connect to the master load balancer via putty. However, I'm having trouble connecting to the Azure container via docker. ~ docker -H 192.168.33.400:2375 ps…
syntax error
  • 15
  • 1
  • 8
0
votes
0 answers

nginx running in docker swarm on azure is not responding after a restart

I am running a small docker swarm cluster on azure. I deployed a nginx container as a reverse proxy. Works great with no problems. If it runs for a hour or so and I need to update the config I remove the stack, change nginx.conf and deploy the stack…
Matteo
  • 232
  • 3
  • 17
0
votes
1 answer

Is it possible to deploy Free Trial Container Service with DC/OS orchestrator using only 4 cores?

Is it possible to deploy Free Trial Container Service with DC/OS orchestrator using only 4 cores? I am trying to deploy the Container Service with DC/OS but I always get deployment fail regardless the settings (at least 6 cores required). Here are…
dghy
  • 105
  • 7
0
votes
2 answers

Azure Container Service DCOS fails to deploy due to QuotaExceeded

I am trying to deploy Azure Container Service with DCOS orchestrator, 1 master, 1 agent, with Standard D2_v2 agent size (2 cores), West Europe, using Azure portal. I am passing validation at the end of the process, but when I click 'OK' for…
dghy
  • 105
  • 7
0
votes
2 answers

External internet DNS resolution failures from Windows containers

I've got an ACS Windows cluster setup using k8s that is generally running well. I've deployed ASP.NET Core webapi and worker app containers. These two containers work fine locally and generally in ACS as well. I can scale them out and back, deploy…
BrettRobi
  • 3,793
  • 7
  • 40
  • 64
0
votes
2 answers

Public IP fronting a k8s Service has no DNS name in ACS

I've created a k8s Service to publicly front my WebApi pod in my ACS Windows cluster. It works great but there is no DNS name associated with the Public IP resources that is created. This prohibits me from adding it as an endpoint for a Traffic…
BrettRobi
  • 3,793
  • 7
  • 40
  • 64
0
votes
1 answer

Creating Docker Swarm from Cloud in Azure failes

Creating a Docker Swarm from docker cloud failes every time in creation. Error Log docker Cloud: https://gist.github.com/254813f30376c4ef1da20f320b29f815.git Error Log Azure Portal https://i.stack.imgur.com/Y6N2U.png Extended Error Log in…
Stefan Höltker
  • 311
  • 5
  • 21
0
votes
1 answer

Verify Load balancing Azure Container Service

I am using the Azure Container Service with Kubernetes orchestrator and have an app deployed on a cluster with 3 nodes. It has 5 replicas. How can I verify load balancing in action e.g. I want to be able to see that every time I hit the external IP…
0
votes
1 answer

Kubernetes nginx ingress-controller on Azure not reachable

I am very new to Azure, Kubernetes, even Docker itself, and playing with the system to learn and evaluate for a possible deployment later. I have so far dockerized my services and successfully deployed them and made the web frontend publicly visible…
Marian Aldenhövel
  • 677
  • 1
  • 6
  • 24
0
votes
1 answer

Mixing CPU/Memory Resources and nodeSelectors fails

I've got an ACS k8s Windows cluster setup and working. Early on I discovered I needed to use a nodeSelector or k8s would try and assign my pods to the master node (Linux) even though my container images are Windows. I used this: nodeSelector: …
BrettRobi
  • 3,793
  • 7
  • 40
  • 64
0
votes
2 answers

Kubernetes monitoring service heapster keeps restarting

I am running a kubernetes cluster using azure's container engine. I have an issue with one of the kubernetes services, the one that does resource monitoring heapster. The pod is relaunched every minute or something like that. I have tried removing…