This is useful to be able to pick up any cluster configuration in any form kubectl supports.
In practice I did this to see if Docker's built-in Kubernetes support works with our integration tests. It does.
See https://docs.docker.com/docker-for-mac/kubernetes/
I've left a few make targets with references to minikbe. That is because I haven't figured out yet if Service Catalog works on Kube-on-Docker and if aggregation layer is enabled there (it should, it is on by default in 1.8).
This is useful to be able to pick up any cluster configuration in any form kubectl supports. In practice I did this to see if Docker's built-in Kubernetes support works with our integration tests. It does. See https://docs.docker.com/docker-for-mac/kubernetes/
I've left a few make targets with references to minikbe. That is because I haven't figured out yet if Service Catalog works on Kube-on-Docker and if aggregation layer is enabled there (it should, it is on by default in 1.8).