Introduction - woveon/wovtools GitHub Wiki
< Home
...init
Ok, I just got my code to work. I need to get this into our cluster.
Run wov-init
to convert your microservice into a WovTools project.
...push
Cool, now to verify the DevOps generated files.
Check that the generated recipes for your Docker container and Kubernetes deployment is correct. Then wov-push
to build a runnable WovTools version.
...deploy
Ok, let's run it.
Run wov-deploy
to run your micorservice in your personal stage in a cluster.
That worked. Push it to the dev stage for testing and eventual production.