Project Status: Temporarily Paused
Kube Git Deploy
Automatically deploy git repositories to Kubernetes.
Table Of Contents
Overview
Automatically builds Docker images and deploys Kubernetes resources on Git
pushes.
Design
Components
Behavior
API server creates GitHub web hooks for repositories.
Receives GitHub webhook requests for every commit.
Actions on commit depend on contents of kube-git-deploy.toml
file in
repository.
Golang CLI configures which GitHub repositories webhooks should be created for.