Cockpit 是一个 Red Hat 赞助的开源项目,它是一个网页式用户界面,让用户可以通过浏览器来管理和监控Linux 服务器。除了一些常规的系统操作外,Cockpit 还支持 Docker、Kubernetes和KVM。 通过Cockpit Web UI可以轻松启动容器、管理存储、配置网络和检查日志。
安装过程如下:
yum install -y epel-release
yum clean all
yum makecache fast
yum install -y cockpit cockpit-dashboard cockpit-storaged cockpit-packagekit
systemctl enable cockpit.socket
systemctl start cockpit.socket
开启防火墙
firewall-cmd --permanent --add-service=cockpit
firewall-cmd --reload
管理 docker / k8s
yum install -y cockpit-docker cockpit-kubernetes
管理虚拟机
yum install -y cockpit-machines libvirt virt-install
安装完后访问服务器 9090
端口即可。