Skip to main content
Glama

Vultr MCP

by rsp2k

setup_kubernetes_cluster_for_workload

Configure a Kubernetes cluster on Vultr optimized for specific workload types like web, API, data, or development, with region selection and auto-scaling options.

Instructions

Set up a Kubernetes cluster optimized for specific workload types.

Args: label: Label for the new cluster region: Region code (e.g., 'ewr', 'lax') workload_type: Type of workload ('web', 'api', 'data', 'development') environment: Environment type ('production', 'staging', 'development') auto_scaling: Enable auto-scaling for node pools

Returns: Created cluster information with setup recommendations

Input Schema

NameRequiredDescriptionDefault
auto_scalingNo
environmentNoproduction
labelYes
regionYes
workload_typeNoweb

Input Schema (JSON Schema)

{ "properties": { "auto_scaling": { "default": true, "title": "Auto Scaling", "type": "boolean" }, "environment": { "default": "production", "title": "Environment", "type": "string" }, "label": { "title": "Label", "type": "string" }, "region": { "title": "Region", "type": "string" }, "workload_type": { "default": "web", "title": "Workload Type", "type": "string" } }, "required": [ "label", "region" ], "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