win10家庭版安装k8s单节点环境
1: 安装 hype-V 首先 win10家庭版 要开启 hype-V 新建如下内容的hype-v.bat文件 pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i" del hyper-v.txt Dism /online /enable-feature /featurename:Microsoft-Hyper-V-All /LimitAccess /ALL 然后保存,然后右键以管理员身份运行,等待运行完成提示重启电脑,重启即可 安装docker https://www.docker.com/get-started 下载win版本 安装即可 拉取阿里云的镜像 阿里云专门搞了一个win的镜像加载工具,镜像源在阿里云,比较快 git clone https://github.com/AliyunContainerService/k8s-for-docker-desktop.git cd k8s-for-docker-desktop