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

How to deploy AKS (Azure container service) in a VPN?

I want to deploy some kubernetes workloads, which are visible from some other VM's on Azure but not visible from the outside world. For example: I might have a VM running a Zuul Gateway which for some routes I want to redirect to the K8s cluster,…
taigi100
  • 2,609
  • 4
  • 23
  • 42
0
votes
1 answer

AKS node not showing up in kubectl get nodes

I added a node to an AKS cluster. After 40 minutes the operation failed without any other details. Then I added some more nodes, and this time the operation succeeded. However, I still can't see the nodes in the Kubernetes Dashboard or with kubectl…
Sebastian Rosch
  • 1,033
  • 1
  • 11
  • 17
0
votes
2 answers

How to expose the Kubernetes pod to the public internet using Azure container service

I'm trying to run .NET Core 2 Docker images in Kubernetes using Azure Container Service and Azure Container Registry. I have successfully created a pod & is running perfectly. Later I deployed a service using command kubectl expose deployment…
0
votes
1 answer

Can you make an Azure Blob Container a virtual network drive on an Azure Virtual Windows Machine?

Similar to a dropbox or I guess all virtual drives? It'd make everyone's life easier if there was an easy way to set this up.
0
votes
1 answer

Upgrade failed Azure AKS from 1.8.1 to 1.8.6

Im trying to upgrade my Azure AKS cluster from version 1.8.1 to 1.8.6. Deployment failed. Correlation ID: 09312a25-04f3-4e35-8f79-6b2337bb7f19. Operation failed with status: 200. Details: Resource state Failed The output of command az aks upgrade…
Pacolotero
  • 563
  • 1
  • 4
  • 11
0
votes
1 answer

How to open a custom port for the Azure Container (Swarm) agent?

I have an Azure Container Service (Swarm). I am running a docker-compose with multiple http aspi and websites in it's definition. How can I configure the the swarm agent to allow inbound traffic to those apis? (they are running on different ports).…
aph5
  • 771
  • 2
  • 7
  • 23
0
votes
2 answers

Login to the Azure-container-service fails with error 'bool' object has no attribute 'rstrip' using Azure CLI

Issue : az acr login --name test1acr Azure CLI version : azure-cli (2.0.24) docker version :17.12.0-ce Error : 'bool' object has no attribute 'rstrip' Traceback (most recent call last): File …
rohan gupta
  • 139
  • 2
  • 7
0
votes
1 answer

EXECUTION_CONTEXT_FUNCTIONDIRECTORY env variable not available for F# Azure Functions

https://github.com/Azure/azure-webjobs-sdk-script/wiki/Retrieving-information-about-the-currently-running-function describes a EXECUTION_CONTEXT_FUNCTIONDIRECTORY environment variable. But it's not available for F# functions. Also…
0
votes
1 answer

Kubernetes Single Container Node Architecture

I am semi new to kubernetes and as i understand many things cherry picked around the topic, some things are still hard to put together. I have a following project setup and need an architectural advice on whats a best way to setup my k8 cluster. I…
scorpion5211
  • 1,020
  • 2
  • 13
  • 33
0
votes
2 answers

Failed to start container with specified command in json

I tried multiple ways to specify docker run command but ends up with errors. When I run kubectl get pods which returns below error in status. rpc error: code = 2 desc = failed to start container…
raychen3
  • 311
  • 1
  • 2
  • 7
0
votes
1 answer

HTTPS with Azure Container Services and Kubernetes

Can anyone show how to setup https on kubernetes in ACS? Most tutorials suggest to use LetsEncrypt but does not seem to fit my case as I have an existing .pfx i would like to use. I created the az acs using the following cli command: az acs…
scorpion5211
  • 1,020
  • 2
  • 13
  • 33
0
votes
0 answers

Timeout connecting to AKS cluster

kubectl commands (kubectl get nodes, kubectl cluster-info dump) are failing again all of a sudden in powershell, bash, and the azure cloud shell with the following error: Error from server (Timeout): the server was unable to return a response in…
Todd Weber
  • 31
  • 1
  • 5
0
votes
1 answer

Microsoft ACS doesn't setup swarm clustering

After setting up multiple worker swarm cluster, When i try to login to the master node and access the list of worker nodes. It gives me an error. root@swarm-master-91881543-0:~# docker node ls Error response from daemon: This node is not a swarm…
biz
  • 1
  • 3
0
votes
1 answer

Newer versions of Kubernetes in AKS / ACS

I've been looking into options of getting a newer version of Kubernetes in both AKS and ACS, but it seems the supported versions as of now are 1.7.7, 1.7.9, 1.8.1 and 1.8.2 (output of command az aks get-versions). Since support for Azure is being…
0
votes
1 answer

Microsoft azure owner isn't owner

I am owner of a storage container on microsoft azure but I cannot access the containers and is asking me to talk to the owner which is me. Also I am not able to see any of the access keys which I am linked to any help is appreciated. Here are the…
Stephen W
  • 1
  • 1