So, at Saturn Cloud, we actually deploy KubeCluster in a k8s deployment (and we wrap it with an http api). I don't think our HTTP api would be useful for anyone else, but since we run it as a deployment, we've had to build in logic to be able to reconnect KubeCluster with an existing cluster.
This code will check for the existence of the scheduler pod, and worker pods, and then talk to the scheduler to match up worker pods with worker names, and re-create the in-memory state of the KubeCluster
Would this be useful for anyone if we upstream it?