第一章 - 准备开始
本章主要围绕案例, 构建虚拟化环境. 根据虚拟化环境. 后续做业务开发, 以及验证; 本章设计的内容, 有较多部分未后续章节所涉及的内容. 因此本次内容为简化版, 且需要一定的知识; 本次环境为最简洁的环境, 会随着我们业务的增加. 逐步加入防火墙, 清洗器 环境安装环境准备 操作系统: Ubuntu20.04 硬件环境: I7-10700 宿主机环境: ESXI 7.0 需开启嵌套虚拟化功能 KVM 安装 前提条件, 确认系统是否支持虚拟化; 1➜ ~ sudo egrep -c '(vmx|svm)' /proc/cpuinfo [^提示]: 如果输出结果大于 ‘0’ 则系统支持虚拟化, 否则 参考环境准备部分; 更新软件源 1➜ ~ sudo apt update 安装 virsh 1➜ ~ sudo apt install qemu qemu-kvm libvirt-bin bridge-utils virt-manager 启动libvirt 服务 1➜ ~ ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment