Skip to content

Commit

Permalink
Merge pull request #6 from WanderaOrg/initializer-cmd
Browse files Browse the repository at this point in the history
Initializer cmd
  • Loading branch information
coufalja authored Mar 15, 2018
2 parents 5be40ba + de54af5 commit 7379047
Show file tree
Hide file tree
Showing 9 changed files with 746 additions and 30 deletions.
299 changes: 298 additions & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# scccmd - Spring Cloud Config cli tool

[![Build Status](https://travis-ci.org/WanderaOrg/scccmd.svg?branch=master)](https://travis-ci.org/WanderaOrg/scccmd)
[![Docker Build Status](https://img.shields.io/docker/build/wanderadock/scccmd.svg)](https://hub.docker.com/r/fluffycroc/scccmd/)
[![Docker Build Status](https://img.shields.io/docker/build/wanderadock/scccmd.svg)](https://hub.docker.com/r/wanderadock/scccmd/)
[![Go Report Card](https://goreportcard.com/badge/github.com/WanderaOrg/scccmd)](https://goreportcard.com/report/github.com/WanderaOrg/scccmd)
[![GitHub release](https://img.shields.io/github/release/WanderaOrg/scccmd.svg)](https://github.com/WanderaOrg/scccmd/releases/latest)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/WanderaOrg/scccmd/blob/master/LICENSE)
Expand All @@ -15,7 +15,13 @@ Tool for obtaining configuration from config server
* Or if you dont want to setup your local go env just use the provided Dockerfile

### Docker repository
Tool is released as docker image as well, check the [repository](https://hub.docker.com/r/wanderadock/scccmd/).
The tool is released as docker image as well, check the [repository](https://hub.docker.com/r/wanderadock/scccmd/).

### 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](docs/k8s/initializer.yaml).

### Tool documentation
[docs](docs/config.md) - Generated documentation for the tool
Loading

0 comments on commit 7379047

Please sign in to comment.