From @krancour on March 9, 2016 5:42
The main barrier to this from the onset is that router requires a k8s apiserver to talk to...
I'm thinking of using a containerized, single node k8s to fulfill that requirement. See http://kubernetes.github.io/docs/getting-started-guides/docker/
Router config is driven off of annotations on the router rc, application services, and secrets. It's probably possible to see the containerized k8s with some of these things and then assert that router-generated nginx config appears as expected.
The obvious sticky point here might be that the containerized k8s needs to run privileged.
Copied from original issue: deis/router#140
From @krancour on March 9, 2016 5:42
The main barrier to this from the onset is that router requires a k8s apiserver to talk to...
I'm thinking of using a containerized, single node k8s to fulfill that requirement. See http://kubernetes.github.io/docs/getting-started-guides/docker/
Router config is driven off of annotations on the router rc, application services, and secrets. It's probably possible to see the containerized k8s with some of these things and then assert that router-generated nginx config appears as expected.
The obvious sticky point here might be that the containerized k8s needs to run privileged.
Copied from original issue: deis/router#140