Installing ArgoCD (gitops tool) on AKS and monitoring using Datadog
We’ll create the AKS and acr using terraform.
Create child modules in a folder “High5infra_aksPOC“.
a) acr
########################## main.tf ###############################
resource "azurerm_container_registry" "main" {
name = "h...
taraps.hashnode.dev7 min read