Buddy Makes Developers Happier
You use lots of tools to get web & app development done. Buddy creates more time in your day by helping you automate those tools.
This action creates one or more Pods and ensures that a specified number of them successfully terminate using Kubernetes Jobs. A simple case is to create one Job object in order to reliably run one Pod to completion. The Job object will start a new Pod if the first Pod fails or is deleted (for example due to a node hardware failure or a node reboot).
This action executes kubectl apply
against a K8s cluster to run a job using provided YAML. Then, it runs kubectl describe
to check if the job was completed and with what result (up to 90 minutes).
Options
you can find the option Don’t remove jobs
. If selected, the action will not perform spring cleaning of old jobs. Most often used to debug failed jobs.Options
you can find the option Don’t wait
. If selected, the action won’t wait for the run job to complete.Server
, Username
, Password
, Yaml
support Environment variablesK8s/GKE Authorization:
Buddy allows you to instantly connect Run Kubernetes Job with 100+ actions to automate your development and build better apps faster.