Skip to content

rohitsakala/carrier

 
 

Repository files navigation

carrier

Opinionated platform that runs on Kubernetes, that takes you from App to URL in one step.

CI

Principles

  • must fit in less than 4GB of RAM
  • must install in less than 5 minutes when images are warm
  • must install with a one-line command and zero config
  • must completely uninstall and leave the cluster in its previous state with a one-line command
  • must work on local clusters (edge friendly)

Guidelines

  • if possible, choose components that are written in go
  • all acceptance tests should run in less than 10 minutes
  • all tests should be able to run on the minimal cluster

Install

$ ./carrier install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 84.2%
  • Shell 13.7%
  • Smarty 1.1%
  • Other 1.0%