k8s_apply_manifest
Apply YAML or JSON manifests to Kubernetes clusters to deploy, update, or manage resources like pods, deployments, and services.
Instructions
Apply a YAML or JSON manifest to the cluster
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manifest | Yes | YAML or JSON manifest content | |
| namespace | No | Namespace to apply to | |
| dry_run | No | Perform a dry-run without making changes |