kubedeploy

command module
v0.0.0-...-b6ce59b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2017 License: MIT Imports: 15 Imported by: 0

README

kubedeploy

Display and update images of Kubernetes deployment

How to build and run

Run as standalone binary

Go 1.6 or above is required.

$ go get -d https://github.com/wantedly/kubedeploy
$ cd $GOPATH/src/github.com/wantedly/kubedeploy
$ make
$ bin/kubedeploy COMMAND [OPTION]
Run as Docker container
$ git clone https://github.com/wantedly/kubedeploy
$ cd kubedeploy
$ docker build -t kubedeploy .
$ docker run -v $HOME/.kube/config:/root/.kube/config kubedeploy COMMAND [OPTION]

Usage

$ kubedeploy get [-n namespace]
$ kubedeploy replace -p pod -i image -n namespace
$ kubedeploy deploy -s service -n namespace
$ kubedeploy list -i image

License

MIT License

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL