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

How to deploy a Docker container to Azure App Service from GitLab container registry

I have an application hosted on GitLab and have set the GitLab CI to build my docker image and push it into GitLab Container registry. Now I want to deploy that container image into Azure App Service without using Azure Container Registry (I don't…
Luka
  • 4,075
  • 3
  • 35
  • 61
1
vote
2 answers

Enabling gzip compression on Azure App Service for Containers

I just did a Google PageSpeed Insights test on a website that is hosted on an Azure Service Linux using a Docker Container. The result was not good, the primary thing it complained about is that none of the requests are gzipped. I searched a bit and…
JensB
  • 6,663
  • 2
  • 55
  • 94
1
vote
2 answers

Azure, Containers and horizontal scaling

I am new to containers and Kubernetes. I am doing most of my testing in Azure. I created a container and based on the load the container horizontally scale. The endpoint hosted in the container I built will have to deal with burst of requests. I…
Martin
  • 39,309
  • 62
  • 192
  • 278
1
vote
1 answer

Firewall rule in ACR & Azure DevOps

How to specify firewall rules in ACR when build & release pipelines are defined in Azure DevOps? Release pipeline (pull) may not have issue as the vnet of AKS service cidr can be allowed access in firewall rules but what about push that will go…
1
vote
1 answer

Explore Azure Kubernetes Volume Content

Is there any way to connect to a volume attached to a Kubernetes cluster and explore the content inside it.
anXler
  • 175
  • 1
  • 1
  • 12
1
vote
1 answer

Running service in Azure without managing VM

I’d like to have an InfluxDB database as part of my cloud project. However, I do not want to manage any VMs in the cloud. My first thought was to use Azure Container Instance Service since it allows to run single docker container. InfluxDB can be…
1
vote
0 answers

Running custom linux images on Azure functions consumption plan

Looks like Linux hosting for custom Functions containers are only supported on Dedicated (App Service) plans and Premium plans but not consumption plans. When I tried to do that I got errors about Linux workers not being available in the resource…
1
vote
1 answer

Account based image pull permission in Azure Container Registry

Do we have any mechanism to allow user's to pull specified images only by using same Azure container registry. As an example, let's say we have 2 clients (client1@mydomain.com, client2@mydomain.com) and 3 images (image A, Image B, Image C) in the…
1
vote
2 answers

Triggering Azure Container Instance group to start every day

I am using Terraform to set up an infrastructure, in which I want to run a Docker container (using ACI) every day, with the same (default) command every time. My initial idea is to use Terraform to provision a Container Group resource, and then my…
1
vote
1 answer

Is it possible to get single shared access signature for all the container in storage account?

As the title says, I'm looking for a single shared access signature to access all the containers present in a storage account. Currently I have to get shared access signature for each container separately to create separate EXTERNAL DATA SOURCE for…
1
vote
0 answers

How can I make an entry into the /etc/hosts file of a running Azure container instance, using azure function?

I am spawning a spark cluster using an azure function inside an azure vnet. Each and every spark node is in a separate Azure container instance group. This is the way it works: I spawn a master node ACI group and get its IP address and then spawn…
1
vote
1 answer

Azure AKS - I disabled addon-http-application-routing but pods, deployments, services and stuff is till in the cluster

I have a brand new kubernetes cluster on AKS. I disabled the addons with the azure-cli as described in documentation: az aks disable-addons --addons http_application_routing --name myAKSCluster --resource-group myResourceGroup --no-wait The portal…
1
vote
0 answers

Configure Let's Encrypt in Azure Container Instance

We have an AspNetCore WebAPI and an WebApp deployed in a couple of Azure Container Instances, and need to configure the HTTPS for both. Right now (in development) we use self-sign certificates (.pfx) that are loaded on startup from a path in the…
1
vote
2 answers

This container service is in a failed state

All of our AKS clusters have the following error reported in Azure Portal: This container service is in a failed state. Click here to open a new support request. It seems we also cannot edit the cluster. When trying to scale out the nodes, I am…
Dave New
  • 38,496
  • 59
  • 215
  • 394
1
vote
3 answers

How to configure a custom domain for a containerized web app?

I'd like to consider this Azure feature: https://www.youtube.com/watch?v=HxXs9_ggBfg But it won't be of much use to me if I'm unable to configure a custom domain for it. I'm having no problem with custom domains for standard App Service websites,…
InteXX
  • 6,135
  • 6
  • 43
  • 80