k8s_apply
Apply Kubernetes manifests to deploy or update resources. Use dry-run mode to preview changes before applying them to your cluster.
Instructions
Apply Kubernetes manifest. Use dryRun=true to preview changes first.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to YAML manifest | |
| namespace | No | Namespace | |
| dryRun | No | Dry run only (no changes) |