zhilyaev / kubedog

Library to watch and follow kubernetes resources in CI/CD deploy pipelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kubedog

Kubedog is a library to watch and follow Kubernetes resources in CI/CD deploy pipelines.

This library is used in the werf CI/CD tool to track resources during deploy process.

NOTE: Kubedog also includes a CLI, however it provides a minimal interface to access library functions. CLI was created to check library features and for debug purposes. Currently, we have no plans on further improvement of CLI.

Installation

Install library

go get github.com/werf/kubedog

Install CLI

The latest release can be downloaded from this page.

MacOS

curl -L https://dl.bintray.com/flant/kubedog/v0.3.4/kubedog-darwin-amd64-v0.3.4 -o /tmp/kubedog
chmod +x /tmp/kubedog
sudo mv /tmp/kubedog /usr/local/bin/kubedog

Linux

curl -L https://dl.bintray.com/flant/kubedog/v0.3.4/kubedog-linux-amd64-v0.3.4 -o /tmp/kubedog
chmod +x /tmp/kubedog
sudo mv /tmp/kubedog /usr/local/bin/kubedog

Windows

Download kubedog.exe.

Using kubedog

Community

Please feel free to reach us via Flant Open Source forums (based on Discourse). They have a special category dedicated to werf & its subprojects.

You're also welcome to follow @werf_io to stay informed about all important news, articles, etc.

License

Kubedog is an Open Source project licensed under the Apache License.

About

Library to watch and follow kubernetes resources in CI/CD deploy pipelines

License:Apache License 2.0


Languages

Language:Go 99.4%Language:Shell 0.6%