cloudfoundry-attic / blockhead

CF-Extensions Blockhead project
Apache License 2.0
3 stars 3 forks source link

Kubernetes exploratory work to integrate the service broker #9

Open nimakaviani opened 6 years ago

nimakaviani commented 6 years ago

The initial assumption is that we would be able to deploy the service broker as a POD to kubernetes and then have the service broker communicate with the kubernetes endpoints to deploy ethereum nodes as PODS.

This initial phase involves exploring the possibilities and figuring out problems, challenges that need to be addressed before we go after a proper TDD development model.

MHBauer commented 6 years ago

When it operates in kubernetes mode:

In theory, the image could be run Docker-in-Docker or DinD style, but this would result in all containers running in a giant container, and NOT spread across the cluster as would normally be expected.

MHBauer commented 6 years ago

since CFEE is k8s, this may be more relevant than we thought. I'll take a look.