ahmetb / flux

A tool for turning container images into running Kubernetes services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flux

Flux is a tool for deploying container images to Kubernetes clusters.

Flux Example

Please start by browsing through the documentation below.

Introduction to Flux

Installing Flux

Using Flux

FAQ

Troubleshooting

Developer information

Build documentation

Release documentation

Contribution

Flux follows a typical PR workflow. All contributions should be made as PRs that satisfy the guidelines below.

Guidelines

  • All code must abide Go Code Review Comments
  • Names should abide What's in a name
  • Code must build on both Linux and Darwin, via plain go build
  • Code should have appropriate test coverage, invoked via plain go test

In addition, several mechanical checks are enforced. See the lint script for details.

Getting Help

If you have any questions about Flux and continuous delivery:

Your feedback is always welcome!

About

A tool for turning container images into running Kubernetes services

License:Apache License 2.0


Languages

Language:Go 98.5%Language:Makefile 0.6%Language:Python 0.6%Language:Shell 0.4%