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

389 questions
4
votes
2 answers

Using azure file storage with kubernetes and azure container service (aks) - permission denied

I have an azure container service (aks) cluster. It is migrated to version 1.8.1. I am trying to deploy postgres database and use AzureFileVolume to persist postgres data on. By default, if I deploy the postgres database without mounting volume,…
4
votes
3 answers

Azure Kubernetes: TLS handshake timeout

I created a new cluster as per the Azure guide and created the cluster without issue but when I enter the kubectl get nodes to list the nodes I only get this response Unable to connect to the server: net/http: TLS handshake timeout. I tried once in…
Peter W
  • 519
  • 5
  • 17
4
votes
3 answers

How do I ssh to nodes in ACS Kubernetes cluster?

I have created an ACS Kubernetes cluster following the instructions here: https://docs.microsoft.com/en-us/azure/container-service/container-service-kubernetes-walkthrough . I see that master node has a public IP and I can ssh into the master node…
codefx
  • 8,016
  • 11
  • 44
  • 70
4
votes
3 answers

Cannot create Azure Service Container

I tried to create an Azure Service Container in the UK West region. I went through all the steps without issue however once I clicked 'Create' after a few moments I was met with : LocationNotAvailableForResourceTypeThe provided location 'ukwest' is…
BigTallJosh
  • 866
  • 13
  • 24
4
votes
1 answer

Configure existing VNET while creating Microsoft Azure Container Service (DC/OS)

We have our own VNET configured. I would like to use the same VNET / subnet while creating the ACS service. I am using DC/OS. Can I configure the VNET / Subnet and NSG through Azure ACS template ?
user1819071
  • 375
  • 1
  • 6
  • 17
3
votes
1 answer

Azure docker container gives 'Container use unauthorized'

I am trying to run Azure vision container with proper credentials, But when I perform the docker run command It gives me the following error for for Vision 3.0 and 3.1 Container is not in a valid state. Subscription validation failed with status…
3
votes
2 answers

COPY failed: stat /var/lib/docker/tmp/docker-builder/server/requirements.txt: no such file or directory

Appears to be some kind of context issue. I'm trying to figure out why this would work fine when spinning up a local Kubernetes cluser with Skaffold, but is failing to build the image properly when pushing to Azure. Basic structure is: test-app/ …
cjones
  • 5,554
  • 13
  • 43
  • 90
3
votes
2 answers

How do I start a previously stopped Azure Container instance using C#?

I have the following code to stop an Azure container instance and would like to start it using similar. using Microsoft.Azure.Management.Compute.Fluent.Models; using Microsoft.Azure.Management.Fluent; using…
johnstaveley
  • 1,113
  • 13
  • 38
3
votes
1 answer

Azure WebApp Docker Compose Private Repository

With the Azure WebApp Service I can deploy a docker-compose file to Azure easily with public available docker images. I would like to know how it is possible to deploy an image hosted in a private repository respectively in Azure Container Service…
3
votes
1 answer

Cacheable Docker image for Azure Container Instances

I'm trying to use Azure Container Instances and I have a problem with long pulls of my image. It takes about 3 minutes for ACI to pull my image. I've checked the Troubleshooting guide which says the following: To ensure the fastest Windows…
3
votes
3 answers

Frontend communication with API in Kubernetes cluster

Inside of a Kubernetes Cluster I am running 1 node with 2 deployments. React front-end and a .NET Core app. I also have a Load Balancer service for the front end app. (All working: I can port-forward to see the backend deployment working.)…
TallOrderDev
  • 359
  • 3
  • 14
3
votes
1 answer

Who manages the nodes in an AKS cluster?

I started using the AKS service with 3 nodes setup. As I was curious I peeked at the provisioned VMs which are used as nodes. I noticed I can get root on these and that there need to be some updates installed. As I couldn't find anything in the…
azen
  • 39
  • 2
3
votes
2 answers

kubectl: net/http: TLS handshake timeout

I followed the Quickstart docs (here) to deploy a k8s cluster in the Western Europe region. The cluster boots up fine, but I cannot connect to it using kubectl - kubectl times out while trying to perform a TLS handshake: Unable to connect to the…
John Hamelink
  • 994
  • 2
  • 14
  • 33
3
votes
3 answers

Istio on Azure Container Service (AKS)

I was planning on installing Istio on my new AKS cluster. However, in the prerequisites for Istio, it is mentioned that K8S cluster should have RBAC enabled. However, I read that AKS ( preview ) doesn't have it enabled. Is this true? Is there an…
jeeva.usa
  • 107
  • 1
  • 4
3
votes
1 answer

Running docker compose on windows ubuntu subsystem

I am trying to run docker-compose for this example https://docs.microsoft.com/en-us/azure/aks/tutorial-kubernetes-prepare-app I have setup Ubuntu subsystem on my windows machines to try out this example. When I run docker-compose up -d I get the…
1 2
3
25 26