ServiceMeshProfile

Service mesh profile for a managed cluster.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

Name Type Description
mode string Mode of the service mesh.
istio object Istio service mesh configuration.
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-service-mesh-profile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ServiceMeshProfile",
  "type": "object",
  "description": "Service mesh profile for a managed cluster.",
  "properties": {
    "mode": {
      "type": "string",
      "description": "Mode of the service mesh."
    },
    "istio": {
      "type": "object",
      "description": "Istio service mesh configuration."
    }
  }
}