项目作者: kennethreitz-archive

项目描述 :
The BRUCE operator.
高级语言: Python
项目地址: git://github.com/kennethreitz-archive/bruce-operator.git
创建时间: 2018-09-27T16:38:48Z
项目社区:https://github.com/kennethreitz-archive/bruce-operator

开源协议:Apache License 2.0

下载


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.

  1. $ 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).

  1. # ./build.bat
  2. $ docker build --tag kennethreitz/bruce-operator .