How to deploy clustered Kubernetes including an application (ex. nginx) using azure arm template

11/24/2019

I can create kubernetes cluster on azure using arm template but can not include my application on kubernetes or any other application in the same arm template.

Any idea is that possible or any equivalent solution to delpoying kubernetes clustered containing my application on azure

-- Hatem Younes
azure
azure-kubernetes
azure-resource-manager
kubernetes

1 Answer

11/24/2019

no, this is not possible without hacks, really. you could try and get enrolled into the Azure Terraform Resource Provider Private Preview, but I dont think this is getting anywhere, as its been over a year with no news on this.

And the hacks would be to create an Azure Container Instance and instruct it to talk to the cluster and deploy whatever you need to deploy or doing the same using an Azure Function.

-- 4c74356b41
Source: StackOverflow