Tool for obtaining configuration from config server
How to develop
Checkout into your GOROOT directory (e.g. /go/src/github.com/WanderaOrg/scccmd)
cd into the folder and run dep ensure
Tests are started by go test -v ./...
Or if you dont want to setup your local go env just use the provided Dockerfile
Docker repository
The tool is released as docker image as well, check the repository.
Kubernetes Initializer
The tool could be used as Initializer for Kubernetes deployments.
Deployed initializer will add init container to applicable deployments,
which in turn downloads configuration in deployment initialization phase.
Example k8s manifest.