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

Unable to communicate to a machine in the network(outside of the k8s cluster) with cidr 10.0.x.0/24 from within the pod

I have two machines within my netwrok which I want communicate from the pod. Ips are as follows : 10.0.1.23 - Lets call it X 13.0.1.12 - Lets call it Y When I ssh into the master node or agent node and then do a ping to X or Y, the ping is…
Karthik
  • 929
  • 2
  • 12
  • 24
1
vote
3 answers

Does NodePort work on Azure Container Service (Kubernetes)

I have got the following service for Kubernetes dashboard Name: kubernetes-dashboard Namespace: kube-system Labels: k8s-app=kubernetes-dashboard kubernetes.io/cluster-service=true Annotations: …
Jaydeep Solanki
  • 2,895
  • 5
  • 36
  • 50
1
vote
2 answers

Cannot change agent VM count

I have an ACS Kubernetes cluster that was created with an agent count of 1. I went to the portal to increase the agent count to 2 and received a generic error saying the provisioning of resource(s) for container service failed. Looking at the…
Anthony Chu
  • 37,170
  • 10
  • 81
  • 71
1
vote
1 answer

Assign static public IP to LB in Azure

My workflow is something on the lines of: Create a static Public IP on Azure and map it to a DNS name. Then start a service in Kubernetes which spins up a an LB to which we attached the pre-reserved public IP. Approach 1: externalName:…
krish7919
  • 892
  • 2
  • 13
  • 30
1
vote
2 answers

Azure Container Service with Kubernetes - Containers not able to reach Internet

I created an ACS (Azure Container Service) using Kubernetes by following this link : https://learn.microsoft.com/en-us/azure/container-service/container-service-kubernetes-windows-walkthrough & I deployed my .net 4.5 app by following this link :…
ashok
  • 95
  • 1
  • 7
1
vote
0 answers

Azure Container Service: Update Docker-Compose?

I have noticed that the docker-compose version as installed by default, is old (1.6.2). Can I update the version or will I destroy something?
Christian Sauer
  • 10,351
  • 10
  • 53
  • 85
1
vote
2 answers

Specifying Kubernetes version for Azure Container Service

Does anyone know if it is possible to specify the Kubernetes version when deploying ACS Kubernetes flavour? If so how?
eggsy84
  • 1,059
  • 1
  • 14
  • 26
1
vote
1 answer

Deploy ASP.NET core to Azure Container Service (Swarm mode)

I've set up an Azure Container Service cluster, as shown here https://learn.microsoft.com/en-us/azure/container-service/container-service-deployment with SWARM. Then I've connect to it as shown here…
Tim
  • 1,749
  • 3
  • 24
  • 48
1
vote
1 answer

Alpha options for Azure ACS (Kubernetes)

Is it possible to enabled Alpha API options for Azure ACS Kubernetes instances? If so how? For example --enable-custom-metrics=true For horizontal auto scaling based on custom metrics
eggsy84
  • 1,059
  • 1
  • 14
  • 26
1
vote
2 answers

Azure Container Services: Who patches, updates,... (Kubernetes)

This may sound like a n00b question, and maybe it is, but some things with the Azure Container Services puzzle me a little. I have managed to get a Kubernetes Cluster up and running on Azure inside a Resource Group, so for starters I am set and…
1
vote
1 answer

Running custom script after azure container service deployment using swarm

I want to run a custom script after a swarm cluster is ready. I'm using following template to create azure container service (swarm based).…
Phagun Baya
  • 2,127
  • 1
  • 18
  • 27
1
vote
3 answers

How to scale out VMs in Azure Container Service Docker?

I created Docker(+swarm) with Azure Container Service template. 1 master and 1 agent created, but how can I scale out agent VMs? The template generates agent VMSS(scale sets) but not found to add more VMs in Portal UI. Found template documentation…
Youngjae
  • 24,352
  • 18
  • 113
  • 198
1
vote
1 answer

SSH Forwarding of Mesosphere in ACS fails with "administratively prohibited"

I just created a new Mesosphere Cluster in Azure Container Service following the steps described here using the default template. The cluster/resources have been created and I just wanted to connect to the cluster via ssh forwarding. The connection…
Nils
  • 765
  • 2
  • 10
  • 28
1
vote
1 answer

Marathon on Azure Container Service - cannot scale to all nodes

I have setup up a VM cluster using Azure Container Service. The container orchestrator is DC/OS. There are 3 Master nodes and 3 slave agents. I have a Docker app that I am trying to launch on my cluster using Marathon. Each time I launch, I notice…
user3766324
1
vote
1 answer

Marathon gives Error Scaling Application, says "please specify data in JSON format"

I have an Azure Container Service (ACS) cluster that's been provisioned using the Mesosphere DC/OS orchestration option. I can create an application within the Marathon UI just fine. However, when I go through the Marathon UI to "Scale Application"…
Chris Pietschmann
  • 29,502
  • 35
  • 121
  • 166