Run your application in Kubernetes Cluster in Azure Container Service

Aram Koukia
Koukia
Published in
4 min readOct 22, 2017

--

In a series of blogs, we built Docker container images, pushed those Docker images to Azure Container Registry and then Created a Kubernetes Cluster in Azure container service. Now it is time to run that Docker image we built in the Kubernetes cluster from the previous post.

Build the Kubernetes manifest file

The following is the sample Kubernetes manigest file I have. I have also commited it to the github repo from our Docker image post:

Before running the application, the ACR login server name needs to be updated in the Kubernetes manifest file.

You can get the Azure Container Registry login server name with the following command:

az acr list --resource-group

--

--

Software Engineer, Engineering Leader and Manager @ AWS. Living my dream life. http://koukia.ca/