Go client for Spring Cloud Config Server
Tool for obtaining configuration from config server
go get github.com/wandera/scccmd
go build -v
go test -v ./...
The tool is released as docker image as well, check the repository.
The tool could be used as Webhook for Kubernetes deployments.
Deployed webhook will add init container to applicable deployments,
which in turn downloads configuration in deployment initialization phase.
Example k8s manifest.
docs - Generated documentation for the tool