PodIPAllocationMode.StaticBlock Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Each node is statically allocated CIDR block(s) of size /28 = 16 IPs per block to satisfy the maxPods per node. Number of CIDR blocks >= (maxPods / 16). The block, rather than a single IP, counts against the Azure Vnet Private IP limit of 65K. Therefore block mode is suitable for running larger workloads with more than the current limit of 65K pods in a cluster. This mode is better suited to scale with larger subnets of /15 or bigger Serialized Name: PodIPAllocationMode.StaticBlock
public static Azure.ResourceManager.ContainerService.Models.PodIPAllocationMode StaticBlock { get; }
static member StaticBlock : Azure.ResourceManager.ContainerService.Models.PodIPAllocationMode
Public Shared ReadOnly Property StaticBlock As PodIPAllocationMode