git2kube

command module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2018 License: MIT Imports: 3 Imported by: 0

README

git2kube - From Git to Kubernetes

Build Status Docker Build Status Go Report Card GitHub release

Tool for syncing git with Kubernetes.

Features
  • Synchronisation of Git repository with Kubernetes ConfigMap/Secret
    • One shot or periodic
    • Configurable healthcheck
    • Configurable labels and annotations
  • Configurable include/exclude rules for filtering files that should be synchronised
  • Ability to synchronise git into target folder using symlinks (suitable for sidecar deployments)
  • SSH key and Basic auth
Quickstart

Check out example folder that should get you started.

Docker repository

The tool is released as docker image as well, check the repository.

Documentation
  • docs - Generated documentation for the tool
  • example - Kubernetes deployment examples
How to develop
  • Checkout into your GOROOT directory (e.g. /go/src/github.com/WanderaOrg/git2kube)
  • cd into the folder and run dep ensure --vendor-only
  • Tests are started by go test -v ./...
  • Or if you dont want to setup your local go env just use the provided Dockerfile

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
cmd

Jump to

Keyboard shortcuts

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