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

Containers on Azure Container Service and related issues

Hi I recently create a k8s cluster on Azure Container Service, just wonder if the containers (pods) created are all hyper-V containers? As an aside, I found that every time I do "kubectl create -f file" to start the windows container (pods), it…
0
votes
2 answers

Kubernetes Networking on Outbound Packet

I have created a k8s service (type=loadbalancer) with a numbers of pods behind. To my understanding, all packets initiazed from the pods will have the source ip as PodIP, wheareas those responding the inbound traffic will have the source ip as…
0
votes
2 answers

Azure Container Service using Rest API

I would like to create azure container with resource group and cluster of specific Orchestrator Kubernetes cluster. I know by using CLI its possible but I want to do this using Azure Rest API's for Container service from link given…
0
votes
1 answer

Failing to scale an ACS cluster due to missing ServicePrincipalProfile

I'm trying to scale an ACS cluster that is running k8s. From the Azure CLI I get the error below, and the Azure Portal results in a similar error message. It seems somehow my k8s cluster isn't setup with a Service Principal…
BrettRobi
  • 3,793
  • 7
  • 40
  • 64
0
votes
1 answer

Access kubernetes dashboard in ACS

I've setup a kubernetes cluster using Windows containers on Azure Container Service and have successfully deployed my first replication controller. I'd like to utilize the k8s dashboard as documented here:…
BrettRobi
  • 3,793
  • 7
  • 40
  • 64
0
votes
1 answer

Setup different kubernetes cluster

I created an azure kubernetes cluster via "az acs create". I exec an existing POD kubectl exec -it mypod /bin/bash and make a curl http://myexternlip.com/raw The IP I get is the public ip address of the k8s-agents... So far so good. Now I create…
saromba
  • 472
  • 2
  • 7
  • 23
0
votes
0 answers

Dynamically created volumes from Kubernetes not being auto-deleted on Azure

I have a questions about kubernetes and the default reclaim behavior of dynamically provisioned volumes. The reclaim policy is "delete" for dynamically created volumes in Azure, but after the persistent volume claim and persistent volume have been…
0
votes
1 answer

Pull image from and connect to the ACS Engine Kubernetes Cluster

For my current environment, I have created one mater and several agents (windows containers). Here comes the questions: When ssh into the master, I tried to pull image but turned out failed with this phenomenon. May I know how can I pull the…
0
votes
1 answer

Sharing a data disk/adding persistent storage to a swarm cluster in azure container service

I wanted to share some data to every worker in a swarm cluster.what are the possible methods to do the same.The swarm was created from docker cloud with azure integration. Can I attach a single data disk to all worker VM's in an azure swarm cluster?
scriptonist
  • 697
  • 4
  • 9
0
votes
1 answer

Increasing disk space for Agents/Worker nodes in Azure Container Service

I have been working with Azure Container Service and have been able to successfully create a ACS cluster which uses Kubernetes orchestratration. I have also created another ACS cluster which uses Docker-Swarm orchestration. My question is related…
Srini
  • 446
  • 5
  • 11
0
votes
1 answer

InvalidDomainNameLabel when creating a Azure CS Cluster in a RG with Underscores

Sorry for the cryptic title, please let me explain. I'm trying to create a Kubernetes cluster using Azure Container Services inside a Resource Group named like Foo_Bar_BAZ az acs create --orchestrator-type=kubernetes --resource-group …
0
votes
2 answers

Cannot connect docker swarm agent from outside internet

I try to provide Python Flask (port 5000) on Docker swarm by Azure Container Service. The deployed agent can be connected by curl 0.0.0.0:5000 from swarm management but cannot connect from outside of internet. The port 5000 is well defined in agent…
Youngjae
  • 24,352
  • 18
  • 113
  • 198
0
votes
1 answer

Specifying Azure Kubernetes virtual network address space

How do I specify the address space of the virtual network created when provisioning a Kubernetes cluster? If that is not possible, how do I move the cluster to a different address space?
0
votes
1 answer

How to use VSTS release to Azure Container Service

I'm currently focusing in building DevOps pipeline with VSTS to both Azure Container Service and AWS ECS, but now I'm blocked somehow. I'm following the steps in the Docker tool instruction, but have problem and feel like I haven't done some steps…
0
votes
1 answer

Two docker nodes running .NET Services, talking to each other

My question is about application architecture in .NET World with reference to Containers. I went to a local .NET Development Meetup where the guy showed how to re-architect our application to fit all components into separate containers. I liked the…
fahadash
  • 3,133
  • 1
  • 30
  • 59