Zun是OpenStack自己的容器管理项目,虽然目前还不如K8S成熟,但其能够跟Neutron天然融合,自然在网络功能上比K8S要强大很多,上期我就想推这个,由于国内网络的原因,出了点儿意外,本周末把问题解决了,继续推,
随着Devstack的逐渐成熟和易用,做POC研究的话,基本不用手动安装了,
git clone https://github.com/openstack-dev/devstack.git,
git clone https://github.com/openstack/zun.git,
sudo chown -R ubuntu:ubuntu /home/ubuntu/devstack,
sudo mkdir /opt/stack,
sudo chown -R ubuntu:ubuntu /opt/stack,
sudo cp zun/devstack/local.conf.sample devstack/local.conf,
sudo vim devstack/local.conf,
enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui,
enable_plugin heat https://git.openstack.org/openstack/heat,
./devstack/stack.sh,
完成安装,进入dashboard,在普通租户下就能看到容器管理视图,
创建容器实例,
选择网络,
容器实例创建成功后查看,
给容器实例绑定弹性IP,
查看容器进程和镜像,
查看OpenStack端口,
查看OVS接口,
从外网ssh进来,
完美沿用了虚机的使用习惯。
领取专属 10元无门槛券
私享最新 技术干货