
Introducing Kubes: The Kubernetes Deployment Tool

Kubes is a deployment tool that makes it easier and more fun to work with Kubernetes. Kubes automates 3 main steps. Build a Docker image. Create the YAML files that declare the Kubernetes resources. Run kubectl apply to create the resources on the cluster. It boils everything down to one single command: kubes deploy
Read more →