Introducing Kubes: The Kubernetes Deployment Tool
Tung Nguyen
·
August 15, 2020
·
3 min read
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 →