Deploy to Kubernetes and auto rollback the deployment on failure
example:
cat deployment.yaml | KUBE_NAMESPACE=stg npm start
- pipe the kubernetes deployment yaml
- specify the namespace with
KUBE_NAMESPACE
npm start
to deploy
cat deployment.yaml | KUBE_NAMESPACE=stg npm start
KUBE_NAMESPACE
npm start
to deploynpm i kube-automation
2
0.0.1-alpha
Apache Version 2.0