Kubernetes Exec
kubernetes-exec
Run and kubernetes-exec
Test actions are used to execute a command in an already deployed Kubernetes Pod and wait for it to complete. These actions are not cached. They can be used with deploys running in sync mode for rapid testing and development. These actions should depend on the deploy action that creates the kubernetes workloads they run in.
Here's a run action from the vote-helm example that initializes the database by running a command in the already deployed kubernetes workload.
Last updated