Skip to content

bluebosh/cf-operator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cf-operator

cf-operator will enable the deployment of BOSH Releases, especially Cloud Foundry, to Kubernetes.

It's implemented as a k8s operator, an active controller component which acts upon custom k8s resources.

Install

cf-operator is still missing core functionality.

Development

Start Operator Locally

make up
kubectl apply -f deploy/crds/fissile_v1alpha1_boshdeployment_cr.yaml
kubectl get boshdeployments.fissile.cloudfoundry.org
kubectl get pods --watch

# clean up
kubectl delete configmap bosh-manifest
kubectl delete configmap bosh-ops
kubectl delete boshdeployments.fissile.cloudfoundry.org example-boshdeployment

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.8%
  • Shell 4.4%
  • Makefile 1.6%
  • Dockerfile 0.2%