cldkctl_create_pod
Create and deploy Kubernetes pods by calling the cldkctl_create_pod endpoint on the MCP cldkctl Server, passing pod data as input.
Instructions
Call the cldkctl_create_pod endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pod_data | Yes | Pod data |
Input Schema (JSON Schema)
{
"properties": {
"pod_data": {
"description": "Pod data",
"type": "object"
}
},
"required": [
"pod_data"
],
"type": "object"
}