EDITD / kubetools

:nut_and_bolt: Kubetools is a tool and processes for developing and deploying microservices to Kubernetes.
MIT License
13 stars 2 forks source link

Kubetools run #75

Open Fizzadar opened 3 years ago

Fizzadar commented 3 years ago

Makes it possible to run arbitrary Kubernetes jobs against a given app+container, ie:

kubetools --context staging run NAMESPACE APP_DIR CONTAINER_CONTEXT -- echo hi

Closes: #73