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

Unable to delete files in shared filesystem

During a deployment of a Linux App for Containers today, the app started failing and never came up. Investigating the logs in Kudu, I could see the application was failing to run because during the installation of dependencies, the program would…
3
votes
0 answers

Unable to access Internet from Azure containers running Windows

I use Windows containers in Azure Container Service. My app in the container was able to access the Internet when I started using it. But recently, I found that the newly-created containers are not able to access Internet, even the simplest iis…
kk1fff
  • 31
  • 2
3
votes
2 answers

From what source-IP range do outbound connections from Pods appear to come?

I want to set up connections from a kubernetes cluster (created via az acs create with mostly default settings) to an Azure Postgresql instance, and I'd like to know what source-IP range to enter in postgres HBA (this is the thing Azure calls a…
3
votes
0 answers

How to run docker-compose in Azure Container Service and deploy to agent rather than master?

I follow this article (https://blogs.msdn.microsoft.com/jcorioland/2016/04/25/create-a-docker-swarm-cluster-using-azure-container-service/#comment-1015) to setup a swarm docker host cluster. There are 1 master and 2 agents.The good points for this…
Samuel
  • 631
  • 1
  • 10
  • 26
3
votes
2 answers

Is it possible to use Azure API Management and Azure ACS (kubernetes) as frontend and backend?

I would like to create a simple architecture on Azure. My high level design is very similar to the picture below (source: https://www.import.io/post/using-amazon-lambda-and-api-gateway/) I do want to access the internal services via the Azure API…
3
votes
2 answers

Auto-scaling of agent/worker nodes in Azure Container Service [Kubernetes]

I am working with windows + kubernetes cluster on ACS (Azure Container Service). I have few queries about the auto-scaling of agents/worker nodes in ACS. Suppose I have a cluster of 1 master and 5 worker nodes. I have 200 running pods and these…
2
votes
0 answers

How to update security patches in azure container registry automatically?

Scenario: There is an azure container registry(acr) with many repositories (around 20) Each repository has different tags like image:dev0.1, dev0.2, prod0.1, prod0.2 There are more than 100 images which include all available tags within each…
2
votes
0 answers

Azure Container Instance Pricing

I am trying to deploy a ASP net core web application in Azure Container Instance. Since it is having a microservice pattern I had to create 3 container groups for 2 API's and 1 for the web application. Each container group is having one application…
2
votes
1 answer

How to recover deleted containers from Microsoft Azure with Powershell?

I'm trying to recover soft-deleted containers into a storage account in Microsoft Azure using Azure Powershell. Actually in the portal we can do it manually, but I didn't find a solution by using powershell commands, I just found a solution by…
2
votes
1 answer

How to attach a second ACR to my AKS cluster?

The document describes how to attach an ACR to existing AKS cluster, https://learn.microsoft.com/en-us/azure/aks/cluster-container-registry-integration How do I attach a second ACR to my AKS cluster? The ACR has a different subscription. attach…
bartp
  • 45
  • 1
  • 8
2
votes
1 answer

Azure Blob Container file download

I need to download CSV file from Azure Storage Account, Are there any ways to download the file(CSV) using java SDK or rest API? what API's need to be used?
2
votes
0 answers

Is there any way to monitor AKS control plane processes like the scheduler?

Last month we had an outage caused by the AKS Scheduler going down. Commands such as kubectl were still working but pods weren't starting. When we contacted AKS, they eventually "restarted the API server" which resolved this issue. It definitely…
Taylor Turner
  • 198
  • 1
  • 1
  • 8
2
votes
2 answers

Azure container service not creating the agent nodes

I have been working on the deployment of windows container from Azure Container Registry to Azure Container Service with Kubernetes Orchestra it was working fine previously. Now I'm trying to create an acs kubernetes cluster of windows but the…
2
votes
2 answers

Restrict Log Analytics logging per deployment or container

We've seen our Log Analytics costs spike and found that the ContainerLog table had grown drastically. This appears to be all stdout/stderr logs from the containers. Is it possible to restrict logging to this table, at least for some deployments or…
Dave New
  • 38,496
  • 59
  • 215
  • 394
2
votes
0 answers

Azure AKS LoadBalancer not properly working

I have a cluster in Azure AKS region East US, with 2 nodes. i'm using the k8s azure service for the first time, currently i'm free tier subscription. behind the scene, i have 3 deployment in my architecture, every deployment run single pod, and…
MBJ
  • 21
  • 3