CLI Reference
Kubes is a Kubernetes deployment tool. It focuses on deploying your specific application. It is very good at automating the deployment process. Kubes will:
- Build the docker image and push it to repo
- Compile Kubernetes YAML files with the Docker build image
- Deploy via kubectl apply on the compiled Kubernetes YAML files