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
1 answer

Communicating with azure container using server-less function

I have created a python serverless function in azure that gets executed when a new file is uploaded to azure blob (BlobTrigger). The function extracts certain properties of the file and saves it in the DB. As the next step, I want this function copy…
abhinav singh
  • 1,024
  • 1
  • 12
  • 34
1
vote
2 answers

Azure ACR Repo Access

We have a ACR running on Azure cloud with multiple Repos inside it, it was recently migrated. The challenge we have is we want to apply repo well Access controls on the ACR similar to Nexus, we'd want to integrate with Azure Active Directory. Can…
1
vote
2 answers

Windows container deployed in ACS kubernetes cluster not able to be reached using the assigned Public IP?

I have deployed a windows container which runs successfully in my local sytem using docker. Moved the image to Azure container registry and deployed the image from ACR to Azure Container service kubernetes cluster cluster. It says it has been…
Hub
  • 87
  • 1
  • 8
1
vote
0 answers

Connecting azure database container from local machine?

I want to load data from local machine into Cassandra database running on azure cloud container services. I am new to Azure and I am pretty sure I need to enable something to make connection to azure cloud from outside network. I created docker…
1
vote
1 answer

How to create a docker-compose.yml file with both public and private images?

I'm trying to create a docker-compose.yml file for a specific team of developers at work. I've pushed our private images up to a private registry (Azure Container Registry) and that's ok/working :) Next I'm trying to test out how to get the dev's of…
Pure.Krome
  • 84,693
  • 113
  • 396
  • 647
1
vote
2 answers

Azure Container/Kubernetes Service - Network interface and IPs are not deleted

Azure Container/Kubernetes Service - Virtual Network : IPs and network interface are not deleted/cleaned after pods deletion. No more available address in the subnet that kubernetes use after a few deployments. Is there a way to clean those network…
goodguytrigu
  • 456
  • 2
  • 13
1
vote
2 answers

Docker-in-Docker in AKS

We have been tasked with setting up a container-based Jenkins deployment, and there is strong pressure to do this in AKS. Our Jenkins needs to be able to build other containers. Normally I'd handle this with a docker-in-docker approach by mounting…
W. Kokolis
  • 11
  • 4
1
vote
2 answers

Create new container group in Azure Container Instances using .net

I want to create multiple container groups in an Azure container instance. Following code snippet creates only one group overwrites previous but I want to create new every time var containerGroup = azure.ContainerGroups.Define(containerGroupName) …
1
vote
1 answer

How to pass Azure Storage connection string to Container Instance

I have an application that uses Azure Storage Tables that I would like to run in an Azure Container Instance. The Container Instance environment variables (my only option for passing configuration to the application running in the container) only…
DaveC
  • 364
  • 3
  • 10
1
vote
1 answer

Porting existing web application to Azure Service Fabric Mesh

I am aware of how to create a new service fabric mesh application using the service fabric mesh SDK and then publish the same to Service Fabric Mesh. My question is - I have an existing Web project created from Angular CLI, how do I containerize…
1
vote
1 answer

Can't delete Kubernetes Service - Azure

Didn't provision properly. In a provisioning state of failed. I get the followoing when trying to delete from portal/Azure CLI: Failed to delete container service 'GTK8s'. Error: 'autorest/azure: Service returned an error. Status=401…
1
vote
1 answer

AKS in a private VNET behind a corporate proxy

we have our AKS running in a private VNET, behind a corporate proxy. The proxy is not a "transparent" proxy and needs to be configured manually an all nodes. Is this a supported behavior? Is it possible to configure worker nodes and all system…
Eosfor
  • 81
  • 9
1
vote
2 answers

Updating AKS kubernate cluster agent pool profile

I have created an AKS kubernetes cluster with az CLI : az aks create \ --name abcdefAKSCluster \ --resource-group abcdef \ --node-count 5 \ --generate-ssh-keys \ --service-principal <...> \ --client-secret <...> \ …
Marcel Falliere
  • 1,884
  • 21
  • 39
1
vote
0 answers

How to access AWS ECR from Azure DC/OS Container Service

I am trying to use our ECR to launch instances on Azure DC/OS Container service. I used ssh to login to master on Azure and install awscli there I can execute aws ecr get-login --no-include-email on master and get the docker login ... command that I…
1
vote
1 answer

Kubernetes: AKS unable to view the site

From the kubernetes dashboard, I can see all my deployment, pod & replication is Green successfully deploy from the Continuous Deployment pipeline VSTS. My issue is unable to view the site. Can anyone help me how to start troubleshooting
Herman
  • 2,832
  • 6
  • 25
  • 37