Kubernetes Automation actions
Kubernetes Automation is currently in Preview release and only accessible to selected customers. If you would like to share feedback or ideas, join the preview by signing up via this form or contacting your Customer Success Manager.
For more information, see
After you join the preview program for Kubernetes Automation, we'll provide Hub subscription details. With those subscription details, you can activate the capability by following these steps.
The following workflow actions are available for Kubernetes Automation. All actions correspond to a command of the command-line interface kubectl.
Apply configurations
Apply a configuration change to a resource or create a new resource.
Command
Inputs
Delete resources
Delete resources by YAML configuration, or by type and name.
Command
Inputs
false
. The resource may continue to run on the cluster indefinitely, if forcefully deleted.Get logs
Get the logs for a container in a pod (limited to max. 1MB).
Command
Inputs
Get resource
Retrieve detailed information about a specific Kubernetes resource.
Command
Inputs
List resources
List resources of a specific type within a namespace, optionally filtered by labels or field values.
Command
Inputs
Restart deployment
Restart a deployment in a namespace.
Command
Inputs
Wait
Waits for a condition on a specified resource.
Command
Inputs
Condition
.Ready
).True
).