Skip to content

gary-lloyd/bara

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bara - A GitOps tool for Kubernetes

Build Status

## Goal

To learn Go while building a micro service friendly Kubernetes deployment tool learning lessons from difficulties with Helm and Bara v1.

Bara should:

  • Support GitOps deployments by running as a service inside the cluster
  • Be easy to understand what is being applied
  • Be able to run in dry run mode
  • Notify on successful (or unsuccessful) deployment
  • Perform reconciliation

Input information:

  • Versioned deployment manifests - Questions - versioned how? helm charts? in another repo?
  • Deployment repo
  • Folder per environment
  • Flexible hierarchy for services
  • Leaf nodes are individual services if they contain the right files - metadata + values? or just values?

Release

Bara is built using Travis and packaged using Goreleaser with packages being published to GitHub Releases. Travis is configured to build and test on every commit and will build and push a release for any annotated tags.

About

Kubernetes templating and deployment tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages