Getting Started

Kubes makes it easier to work with Kubernetes by automating the deployment workflow. It will:

  1. Build the docker image and push it to repo
  2. Compile Kubernetes YAML files with the Docker build image
  3. Deploy via kubectl apply on the compiled Kubernetes YAML files

Choose an option:

  1. Getting Started with Kubes YAML
  2. Getting Started with Kubes DSL