k8s_setup_kubernetes_cluster_for_workload
Create a Kubernetes cluster tailored to your workload type, region, and environment. Configure auto-scaling and receive setup recommendations for web, API, data, or development use cases.
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') ctx: FastMCP context for resource change notifications 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 |
|---|---|---|---|
| label | Yes | ||
| region | Yes | ||
| environment | No | production | |
| auto_scaling | No | ||
| workload_type | No | web |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||