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
4
votes
4 answers

Getting "unauthorized: authentication required" when pulling ACR images from Azure Kubernetes Service

I followed the guide here (Grant AKS access to ACR), but am still getting "unauthorized: authentication required" when a Pod is attempting to pull an image from ACR. The bash script executed without any errors. I have tried deleting my Deployment…
4
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…
4
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…
4
votes
2 answers

I can't login to my azure container registry

I was following the steps in this Microsoft tutorial: https://learn.microsoft.com/en-us/azure/aks/tutorial-kubernetes-prepare-acr#container-registry-login I've created a resource group, and then an azure container registry with "az acr create". The…
4
votes
1 answer

Using kubectl behind SSL Interception

I am working with a Kubernetes cluster running in Azure Container Services. We use SSL Interception, which results in any kubectl command returning this error: Unable to connect to the server: x509: certificate signed by unknown authority I'm…
4
votes
1 answer

Kubernetes Cluster per app?

I have a two-cluster multi-region HA enabled in production working in MS Azure. I was asked to reuse the same cluster to manage several new projects using Microservices. What is the best practice here ? Should I create a cluster per app ? Is it…
4
votes
1 answer

Mapping an ACI-instance to a Reserved IP on Azure

Are there any best practices on continuous deployment to an Azure Container Instance so that it keeps the public IP? Or mapping an Azure Reserved IP to a dynamic IP that the ACI gets bound to at deployment?
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
1 answer

How to change Kubernetes garbage collection threshold values

By default, image-gc-high-threshold and image-gc-low-threshold values are 90 and 80% respectively. We want to change them to 80 and 70, How we can change the Kubernetes image garbage collection threshold values.
Rahul Khengare
  • 1,186
  • 1
  • 13
  • 15
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://learn.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
  • 9,872
  • 16
  • 53
  • 81
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
  • 12
  • 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
  • 605
  • 1
  • 9
  • 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
1 answer

Building multiple images from a monorepo where each service has its own Dockerfile

I'm attempting to learn Azure DevOps Pipelines and AKS. The ultimate goal would to Build and deploy to Azure Kubernetes Service, but I'm breaking this into smaller parts so understand what is going on at each stage. Thus, my current goal is to Build…
cjones
  • 8,384
  • 17
  • 81
  • 175
3
votes
0 answers

Are symbolic links possible in an Azure Container Instance volumes?

I'm trying to use Certbot to configure SSL certificates for my Azure Container Instances. Certbot requires symbolic links. But the azureFile volumes that you can mount with an ACI don't seem to support symbolic links over cifs, and I can't see where…
John
  • 5,581
  • 6
  • 29
  • 46
1 2
3
27 28