Skip to main content
Glama

Vultr MCP

by rsp2k

create_kubernetes_cluster

Deploy a new Kubernetes cluster on Vultr cloud infrastructure with configurable node pools, regions, and optional high availability control planes.

Instructions

Create a new Kubernetes cluster.

Args: label: Label for the cluster region: Region code (e.g., 'ewr', 'lax') version: Kubernetes version (use get_kubernetes_versions for available options) node_pools: List of node pool configurations, each containing: - node_quantity: Number of nodes (minimum 1, recommended 3+) - plan: Plan ID (e.g., 'vc2-2c-4gb') - label: Node pool label - tag: Optional tag - auto_scaler: Optional auto-scaling configuration - min_nodes: Minimum nodes for auto-scaling - max_nodes: Maximum nodes for auto-scaling enable_firewall: Enable firewall for cluster ha_controlplanes: Enable high availability control planes

Returns: Created cluster information

Input Schema

NameRequiredDescriptionDefault
enable_firewallNo
ha_controlplanesNo
labelYes
node_poolsYes
regionYes
versionYes

Input Schema (JSON Schema)

{ "properties": { "enable_firewall": { "default": false, "title": "Enable Firewall", "type": "boolean" }, "ha_controlplanes": { "default": false, "title": "Ha Controlplanes", "type": "boolean" }, "label": { "title": "Label", "type": "string" }, "node_pools": { "items": { "additionalProperties": true, "type": "object" }, "title": "Node Pools", "type": "array" }, "region": { "title": "Region", "type": "string" }, "version": { "title": "Version", "type": "string" } }, "required": [ "label", "region", "version", "node_pools" ], "type": "object" }

Other Tools from Vultr MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/rsp2k/mcp-vultr'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server