Although the project doesn't aim to replace Minikube, it can help a lot if you work either on Kubernetes itself or a project that extends Kubernetes, or want to give k8s a quick try. For example, you can start Kubernetes 1.5 cluster like this:
$ wget https://cdn.rawgit.com/Mirantis/kubeadm-dind-cluster/master/fixed/dind-cluster-v1.5.sh
$ chmod +x dind-cluster-v1.5.sh
$ ./dind-cluster-v1.5.sh up
Is there a way to access NodePort services or ingress controllers? Kubectl port-forward works great but was hoping for a way to use the other abstractions
6 comments
[ 8.4 ms ] story [ 28.7 ms ] thread