Forum Discussion
jmsbooth
Sep 18, 2021Copper Contributor
Terraform/Ansible/Kubernetes Architecture
Hey all, New to containers. I am trying to set up a lab within Azure and having trouble understanding the best way to deploy containers using Terraform as IaC, Kubernetes for orchestration, and A...
Joan_Ale
Mar 26, 2022Copper Contributor
Hello jmsbooth here's some examples from microsoft azure https://github.com/hashicorp/terraform-provider-azurerm/tree/main/examples and here you can found the documentation from azure to terraform https://docs.microsoft.com/es-es/azure/developer/terraform/overview?WT.mc_id=AZ-MVP-5004321 and yes all apps should be deployed as pods (include ansible).