2018-09-30 13:08:43 -04:00
2018-09-30 13:08:43 -04:00
2018-09-30 12:33:31 -04:00
2018-09-30 05:31:38 -04:00
2018-09-30 04:25:39 -04:00
2018-09-27 12:38:48 -04:00
2018-09-29 12:15:19 -04:00
2018-09-30 05:31:15 -04:00
2018-09-30 05:31:15 -04:00
2018-09-30 05:41:26 -04:00
2018-09-30 04:25:39 -04:00
2018-09-30 05:36:31 -04:00

BRUCE Kubernetes Operator

Buildpack RUntime Container Environment.

Goal: Provide the Heroku Buildpack experience to K8S, with a hint of ZEIT's Now.

Architecture ideas are being formulated.

Project Discussion

Prior Art

Bruce is also the name of the shark from the film Jaws.

🍰

Deploying This Repo

This is an active development project, so I don't recommend this, yet.

$ git clone https://github.com/kennethreitz/bruce-operator.git && cd bruce-operator
$ kubectl create -f deploy/_bruce-namespace.yml
$ kubectl create -f deploy/operator.yml -n bruce

The operator will take care of installing Custom Resource Definitions, Perstient Volume Claims, etc.

Developing This Repo

The BRUCE operator, written in Python (will be attempted, at least).

# ./build.bat
$ docker build --tag kennethreitz/bruce-operator .
Languages
Python 93.4%
Dockerfile 6.1%
Batchfile 0.5%