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
Name | Required | Description | Default |
---|---|---|---|
auto_scaling | No | ||
environment | No | production | |
label | Yes | ||
region | Yes | ||
workload_type | No | web |