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

Extract build/push into kubetools command #90

Closed eatoncns closed 3 years ago

eatoncns commented 3 years ago

As part of the deploy command we have all the machinery to do a build and push of docker image, including any pre-build steps that are necessary.

If this is accessible via kubetools command it will simplify the jenkins build/push job to something equivalent to the existing deploy job.