davewhit3 / kubedeploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kubedeploy Build Status

Deploy k8s manager for versioning deployments

Usage

  • convert: kubedeploy convert --templates=tpl --output=out --env=stage

  • apply: kubedeploy apply -f ./out/stage-a12345/pod.yaml

Instalation

  • macos
    wget -i https://github.com/bialas1993/kubedeploy/releases/download/v1.0.0/kubedeploy-macos
  • linux
    wget -i https://github.com/bialas1993/kubedeploy/releases/download/v1.0.0/kubedeploy-linux

Cleaner

Not implemented yet.

About

License:Apache License 2.0


Languages

Language:Go 97.7%Language:Makefile 2.3%