Awesome
BOSH Kubernetes CPI
The BOSH Kubernetes CPI allows BOSH to deploy workloads such as CF onto Kubernetes clusters.
Use with Kube environments
Development
- unit tests
./src/github.com/cppforlife/bosh-kubernetes-cpi/bin/test
- integration tests (against Minikube for now)
export BOSH_KUBE_CPI_KUBE_CONFIG_PATH=~/.kube/config
ginkgo -r src/github.com/cppforlife/bosh-kubernetes-cpi/integration/
- acceptance tests:
cd tests && ./run.sh
(against Minikube) src/src2
is docker registry librariessrc/src3
is copy of bosh-cron-release/src