mirror of
https://github.com/kennethreitz/bruce-operator.git
synced 2026-06-05 07:06:12 +00:00
master
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.
$ kubectl create -n bruce -f https://raw.githubusercontent.com/kennethreitz/bruce-operator/master/deploy/operator.yml
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 .
Description
Languages
Python
93.4%
Dockerfile
6.1%
Batchfile
0.5%
