hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.6k stars 4.64k forks source link

Support for managed Istio Gateway on AKS #22392

Closed Vegoo89 closed 1 year ago

Vegoo89 commented 1 year ago

Is there an existing issue for this?

Community Note

Description

Currently Terraform support only mode in service_mesh_profile block. Further, support for enabling managed Internal & External Ingress Gateways can be added to extend the functionality.

Microsoft docs: https://learn.microsoft.com/en-us/azure/templates/microsoft.containerservice/2023-04-02-preview/managedclusters?pivots=deployment-language-arm-template#istioingressgateway-1

New or Affected Resource(s)/Data Source(s)

azurerm_kubernetes_cluster

Potential Terraform Configuration

service_mesh_profile {
    mode = "Istio"

    ingress_gateway_internal {
      enabled = false
    }

    ingress_gateway_external {
      enabled = true
    }

  }

References

https://learn.microsoft.com/en-us/azure/templates/microsoft.containerservice/2023-04-02-preview/managedclusters?pivots=deployment-language-arm-template#istioingressgateway-1

https://learn.microsoft.com/en-us/azure/aks/istio-deploy-addon

github-actions[bot] commented 5 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.