Skip to content

StrongMonkey/dolly

Repository files navigation

dolly

A CLI tool to convert Dollyfile(docker-compose) into kubernetes manifest and helm chart

Installing

make.

Running

Dolly is a simple CLI tool that transform Dollyfile(docker-compose syntax) into kubernetes manifest and helm charts.

Create, manage kubernetes application using dollyfile

Usage:
  dolly [flags]
  dolly [command]

Available Commands:
  build       Run docker build using dollyfile syntax
  exec        Exec into pods
  help        Help about any command
  kill        kill/delete pods
  logs        Log deployments/daemonsets/statefulsets/pods
  ps          Show kubernetes deployments/daemonset/statesets
  push        Run docker build and push using dollyfile syntax
  render      Creating helm charts based on dollyfile
  rm          remove resources
  up          Applying kubernetes application using dollyfile

Flags:
      --debug               Enable debug log
  -h, --help                help for dolly
      --kubeconfig string   Path to the kubeconfig file to use for CLI requests.

Quick start

  1. Install dolly from source code.
$ git clone git@github.com:StrongMonkey/dolly.git
$ cd dolly
$ make
$ chmod +x ./bin/dolly
$ mv ./bin/dolly /usr/local/bin
  1. Run dolly up.