Hostname | IP Address | CPU | Memory | Operating System |
---|---|---|---|---|
k8s-master | 192.168.100.10 | 4 | 4G | Debian "bookworm" |
k8s-worker1 | 192.168.100.11 | 2 | 2G | Debian "bookworm" |
k8s-worker2 | 192.168.100.12 | 2 | 2G | Debian "bookworm" |
Project | Component | Version |
---|---|---|
Deployment | kubeadm | v1.30.0 |
CLI | kubectl | v1.30.0 |
Node Agent | kubelet | v1.30.0 |
Container Runtime | CRI-O | v1.30.0 |
CNI | flannel | v0.25.1 |
VirtualBox: Virtualization software.
Vagrant: Virtual machine management tool. Install the following plugins:
vagrant plugin install vagrant-vbguest vagrant-share
- This project is not intended for production use.
- Due to network restrictions in Mainland China, this project uses USTC open source software mirror and Alibaba Cloud Container Registry to accelerate software package downloads. You may need to remove or replace corresponding repository addresses in other regions.
- When executing vagrant ssh on Windows, you may encounter a permission denied issue. Run the fix_ssh_pkey_perm_for_win.ps1 script to fix the permission issue.
- This project has been fully tested on Windows. In theory, it should also work fine on other operating systems as the host machine.
主机名 | IP 地址 | 处理器 | 内存 | 操作系统 |
---|---|---|---|---|
k8s-master | 192.168.100.10 | 4 | 4G | Debian "bookworm" |
k8s-worker1 | 192.168.100.11 | 2 | 2G | Debian "bookworm" |
k8s-worker2 | 192.168.100.12 | 2 | 2G | Debian "bookworm" |
项目 | 组件 | 版本 |
---|---|---|
部署工具 | kubeadm | v1.30.0 |
命令行工具 | kubectl | v1.30.0 |
节点代理 | kubelet | v1.30.0 |
容器运行时 | CRI-O | v1.30.0 |
CNI | flannel | v0.25.1 |
VirtualBox:虚拟机软件
Vagrant:虚拟机管理工具,需要安装插件
vagrant plugin install vagrant-vbguest vagrant-share