Azure Kubernetes Service · Schema
ContainerServiceNetworkProfile
Profile of network configuration.
AzureCloudContainersDevOpsKubernetesOrchestration
Properties
| Name | Type | Description |
|---|---|---|
| networkPlugin | string | Network plugin used for building the Kubernetes network. |
| networkPluginMode | string | The mode the network plugin should use. |
| networkPolicy | string | Network policy used for building the Kubernetes network. |
| networkDataplane | string | Network dataplane used in the Kubernetes cluster. |
| podCidr | string | A CIDR notation IP range from which to assign pod IPs. |
| serviceCidr | string | A CIDR notation IP range from which to assign service cluster IPs. |
| dnsServiceIP | string | An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range. |
| outboundType | string | The outbound (egress) routing method. |
| loadBalancerSku | string | The load balancer sku for the managed cluster. |
| loadBalancerProfile | object | |
| natGatewayProfile | object | |
| ipFamilies | array | IP families used to specify IP versions available to the cluster. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ContainerServiceNetworkProfile",
"title": "ContainerServiceNetworkProfile",
"type": "object",
"description": "Profile of network configuration.",
"properties": {
"networkPlugin": {
"type": "string",
"description": "Network plugin used for building the Kubernetes network.",
"enum": [
"azure",
"kubenet",
"none"
],
"default": "kubenet",
"example": "azure"
},
"networkPluginMode": {
"type": "string",
"description": "The mode the network plugin should use.",
"enum": [
"overlay"
],
"example": "overlay"
},
"networkPolicy": {
"type": "string",
"description": "Network policy used for building the Kubernetes network.",
"enum": [
"azure",
"calico",
"cilium",
"none"
],
"example": "azure"
},
"networkDataplane": {
"type": "string",
"description": "Network dataplane used in the Kubernetes cluster.",
"enum": [
"azure",
"cilium"
],
"example": "azure"
},
"podCidr": {
"type": "string",
"description": "A CIDR notation IP range from which to assign pod IPs.",
"default": "10.244.0.0/16",
"example": "example_value"
},
"serviceCidr": {
"type": "string",
"description": "A CIDR notation IP range from which to assign service cluster IPs.",
"default": "10.0.0.0/16",
"example": "example_value"
},
"dnsServiceIP": {
"type": "string",
"description": "An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range.",
"default": "10.0.0.10",
"example": "example_value"
},
"outboundType": {
"type": "string",
"description": "The outbound (egress) routing method.",
"enum": [
"loadBalancer",
"userDefinedRouting",
"managedNATGateway",
"userAssignedNATGateway",
"none"
],
"default": "loadBalancer",
"example": "loadBalancer"
},
"loadBalancerSku": {
"type": "string",
"description": "The load balancer sku for the managed cluster.",
"enum": [
"standard",
"basic"
],
"default": "standard",
"example": "standard"
},
"loadBalancerProfile": {
"$ref": "#/components/schemas/ManagedClusterLoadBalancerProfile"
},
"natGatewayProfile": {
"$ref": "#/components/schemas/ManagedClusterNATGatewayProfile"
},
"ipFamilies": {
"type": "array",
"items": {
"type": "string",
"enum": [
"IPv4",
"IPv6"
]
},
"description": "IP families used to specify IP versions available to the cluster.",
"example": []
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-azure-kubernetes-service-containerservicenetworkprofile"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.