calculate_cluster_network_capacity
Calculate cluster network capacity from CIDR and host prefix, returning max nodes, IPs per node, and other metrics for network planning.
Instructions
Calculate cluster network capacity.
Args: cluster_cidr: Cluster network CIDR (e.g., '10.128.0.0/14') host_prefix: Host prefix - subnet size per node (e.g., 23)
Returns: Capacity calculations (max nodes, IPs per node, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host_prefix | Yes | ||
| cluster_cidr | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||