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

Add more nodes to Kubernetes cluster on ACS

I think that this command should have helped me scale up my single agent k8s cluster on Azure Container Service: az acs scale --name krish_acs_cluster_west --new-agent-count 2 --resource-group krish_res_grp_west --debug --output json However, it…
krish7919
  • 892
  • 2
  • 13
  • 30
0
votes
1 answer

Kubernetes windows agent

Hey I'm running a Kubernetes cluster on Azure using ACS. My question is if there is any way to add a Windows agent to the cluster without completely rebuilding the cluster? I know this is possible for Linux distro's depending on what you use but I…
Tourna
  • 15
  • 1
  • 6
0
votes
1 answer

Pre-define custom scripts to run on Azure Container Service cluster VMs

I would like to provide some pre-defined scripts which need to be run in Azure Container Service Swarm cluster VMs. Is there a way I can provide these pre-defined scripts to ACS, so that when the cluster is deployed, this pre-defined scripts…
Rajib Biswas
  • 772
  • 10
  • 27
0
votes
1 answer

How to pull docker image from docker hub private registry into Azure Container Service (ACS)?

I have setup a private registry in Docker hub (hub.docker.com): rbiswas/http-service. Now I am trying to pull/run this image into Azure Container Service (ACS) cluster vm by following the steps mentioned below: First I ssh into the ACS cluster using…
0
votes
1 answer

What is the proper endpoint for connecting to azure container service swarm cluster from c# https://github.com/Microsoft/Docker.DotNet

After deploying a azuze container service and using swarm, how do one connect using the example given: var credentials = new CertificateCredentials (new X509Certificate2 ("CertFile", "Password")); var config = new…
Poul K. Sørensen
  • 16,950
  • 21
  • 126
  • 283
0
votes
1 answer

Deploying a multi-container docker application to Azure Container Service

I have a multi-container docker application on Github which can be accessed here. I want to deploy this docker application on Azure using the DC/OS orchestration with the help of the ACS cluster (I am able to run the application locally). I…
0
votes
1 answer

Azure Container Services Port Load Balancer

While trying to port my application which is running on docker Swarm locally to Azure Container Service I am struck on the load balancer part of the Azure. Locally I have a container instance of HAproxy running on Swarm Master and multiple web…
0
votes
1 answer

Change DNS value of a container build with docker-compose in a Docker Swarm environment

Greetings to all in this beautiful beginning of year 2017 I have a "micro-service" application build with docker-compose and orchestrating by docker Swarm on an Azure Container Service Cloud. The version of Docker on Azure is 1.12.5. I’ve set up a…
Waldo
  • 1,070
  • 1
  • 11
  • 30
0
votes
1 answer

What do 'Masters' and 'Agents ' mean to me in development terms?

We're currently rebuilding our platform into a microservice architecture and we've been looking into Azure Container Service as an infrastructure solution for working with Docker containers, but I'm afraid this stuff is a little out of my wheelhouse…
Sinaesthetic
  • 11,426
  • 28
  • 107
  • 176
0
votes
1 answer

Agent VMs of different sizes in Azure Container Service

Is there any way to have VMs of different sizes in the private agents pool of an Azure Container Service (ACS)? I would like to support use cases where some services require compute intensive servers and others (e.g databases) memory intensive…
Manolis
  • 728
  • 8
  • 24
0
votes
1 answer

why are container agents locked into D2 instances on Azure?

Title says it all... Agent Container serveces are locked into D2 instances when I would like to choose a different size for my containers... Why would it be locked?
Matt Westlake
  • 3,499
  • 7
  • 39
  • 80
0
votes
1 answer

Neo4j HA model don't work in docker

I'm trying to run Neo4j in HA mode using Azure Container Service + Docker. To run mode is required HA 3 instances within the same network. I create a network with the command: docker network create --driver = bridge cluster But when trying to…
-1
votes
1 answer

Is Azure Container Registry multi-region?

We use Azure Container Registry to pull a larger image (~6Gb) to launch a cluster of many instances.. and it takes unusually long to pull the image. We were wondering if Azure Container Registry is a truly multi-region service, or at least has a…
-1
votes
1 answer

Create an AKS Cluster that has Helm 2 Installed

Azure Kubernetes Service (AKS) recently upgraded to Helm 3. I love what Helm 3 brings to the table and am excited to use it. But much of the tooling out there (namely Jenkins X) is not ready for Helm 3. Is there a command line option to make an…
Vaccano
  • 78,325
  • 149
  • 468
  • 850
-1
votes
3 answers

AKS has an issue pulling a container image from the ACR

I have an issue with the AKS, Kubernetes cannot pull the image from the ACR, It show the message "unauthorized: authentication required" I already set permissions on the ACR to the AKS Service Principal. It had worked fine until today when I proced…
1 2 3
27
28