Azure Kubernetes Service · JSON Structure

Azure Kubernetes Service Container Service Network Profile Structure

Type: object Properties: 10
AzureCloudContainersDevOpsKubernetesOrchestration

ContainerServiceNetworkProfile is a JSON Structure definition published by Azure Kubernetes Service, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

networkPlugin networkPluginMode networkPolicy networkDataplane podCidr serviceCidr dnsServiceIP outboundType loadBalancerSku ipFamilies

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContainerServiceNetworkProfile",
  "type": "object",
  "properties": {
    "networkPlugin": {
      "type": "string"
    },
    "networkPluginMode": {
      "type": "string"
    },
    "networkPolicy": {
      "type": "string"
    },
    "networkDataplane": {
      "type": "string"
    },
    "podCidr": {
      "type": "string"
    },
    "serviceCidr": {
      "type": "string"
    },
    "dnsServiceIP": {
      "type": "string"
    },
    "outboundType": {
      "type": "string"
    },
    "loadBalancerSku": {
      "type": "string"
    },
    "ipFamilies": {
      "type": "array"
    }
  }
}