Go to file
Karolis Rusenas 43f75f9fec migrating to godep, updating logrus 2018-03-03 11:32:00 +00:00
.circleci updated repo 2017-11-01 18:25:28 +00:00
approvals migrating to godep, updating logrus 2018-03-03 11:32:00 +00:00
bot migrating to godep, updating logrus 2018-03-03 11:32:00 +00:00
cache updated repo 2017-11-01 18:25:28 +00:00
chart/keel chart version bump 2018-03-02 12:27:10 +00:00
cmd/keel migrating to godep, updating logrus 2018-03-03 11:32:00 +00:00
constants keel logo url 2018-02-25 18:58:41 +00:00
deployment samples updated 2018-02-22 23:06:13 +00:00
extension migrating to godep, updating logrus 2018-03-03 11:32:00 +00:00
hack samples updated 2018-02-22 23:06:13 +00:00
provider migrating to godep, updating logrus 2018-03-03 11:32:00 +00:00
registry migrating to godep, updating logrus 2018-03-03 11:32:00 +00:00
secrets migrating to godep, updating logrus 2018-03-03 11:32:00 +00:00
static readme updated, sample updated 2017-07-09 21:33:52 +01:00
trigger migrating to godep, updating logrus 2018-03-03 11:32:00 +00:00
types channel overrides for notifications 2018-02-25 19:00:08 +00:00
util migrating to godep, updating logrus 2018-03-03 11:32:00 +00:00
vendor vendor updated 2018-03-03 11:30:58 +00:00
version updated repo 2017-11-01 18:25:28 +00:00
.gitignore ignore update 2018-02-25 19:17:21 +00:00
Dockerfile separate targets for build and install 2017-12-12 22:19:44 +00:00
Dockerfile.local vendor updated 2017-08-04 22:15:11 +01:00
Gopkg.lock migrating to godep, updating logrus 2018-03-03 11:32:00 +00:00
Gopkg.toml migrating to godep, updating logrus 2018-03-03 11:32:00 +00:00
LICENSE license, readme 2017-06-11 23:44:13 +01:00
Makefile separate targets for build and install 2017-12-12 22:19:44 +00:00
glide.lock migrating to godep, updating logrus 2018-03-03 11:32:00 +00:00
glide.yaml migrating to godep, updating logrus 2018-03-03 11:32:00 +00:00
readme.md fixed img link 2018-02-25 20:11:24 +00:00

readme.md

CircleCI Go Report Docker Pulls

Keel - automated Kubernetes deployments for the rest of us

Keel is a tool for automating Kubernetes deployment updates. Keel is stateless, robust and lightweight.

Keel provides several key features:

  • Kubernetes and Helm providers - Keel has direct integrations with Kubernetes and Helm.

  • No CLI/API - tired of f***ctl for everything? Keel doesn't have one. Gets job done through labels, annotations, charts.

  • Semver policies - specify update policy for each deployment/Helm release individually.

  • Automatic Google Container Registry configuration - Keel automatically sets up topic and subscriptions for your deployment images by periodically scanning your environment.

  • Native, DockerHub and Quay webhooks support - once webhook is received impacted deployments will be identified and updated.

  • Polling - when webhooks and pubsub aren't available - Keel can still be useful by checking Docker Registry for new tags (if current tag is semver) or same tag SHA digest change (ie: latest).

  • Notifications - out of the box Keel has Slack, Hipchat, Mattermost and standard webhook notifications, more info here

Support

Support Keel's development by:

Quick Start

A step-by-step guide to install Keel on your Kubernetes cluster is viewable on the Keel website:

https://keel.sh/v1/guide/quick-start.html

Configuration

Once Keel is deployed, you only need to specify update policy on your deployment file or Helm chart:

No additional configuration is required. Enabling continuous delivery for your workloads has never been this easy!

Documentation

Documentation is viewable on the Keel Website:

https://keel.sh/v1/guide/documentation

Contributing

Before starting to work on some big or medium features - raise an issue here so we can coordinate our efforts.

Developing Keel

If you wish to work on Keel itself, you will need Go 1.8+ installed. Make sure you put Keel into correct Gopath and go build (dependency management is done through Glide).

Roadmap

Project roadmap available here.