TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Start local multinode Kubernetes test cluster easily using Docker-in-Docker

6 pointsby ivan4thabout 8 years ago

2 comments

ivan4thabout 8 years ago
Although the project doesn&#x27;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:<p><pre><code> $ wget https:&#x2F;&#x2F;cdn.rawgit.com&#x2F;Mirantis&#x2F;kubeadm-dind-cluster&#x2F;master&#x2F;fixed&#x2F;dind-cluster-v1.5.sh $ chmod +x dind-cluster-v1.5.sh $ .&#x2F;dind-cluster-v1.5.sh up</code></pre>
moondevabout 8 years ago
Nice!! Does this need a linux host? I know hyperkube tends to want to mount volumes and wants net=host which dosen&#x27;t work on osx
评论 #13917881 未加载