Kimchi is an HTML5 based management tool for KVM. It is designed to make it as easy as possible to get started with KVM and create your first guest.
kimchi-project site: https://github.com/kimchi-project
kvm 설치 : http://dev.crois.net/2017/11/26/system-centos7-kvm-install/
kvm bridge: http://dev.crois.net/2019/05/30/centos-bridge-%EC%84%A4%EC%A0%95/
- 패키지 설치 및 daemon start
[root@kvm-server01 ~]# wget https://github.com/kimchi-project/kimchi/releases/download/2.5.0/wok-2.5.0-0.el7.centos.noarch.rpm [root@kvm-server01 ~]# wget https://github.com/kimchi-project/kimchi/releases/download/2.5.0/kimchi-2.5.0-0.el7.centos.noarch.rpm [root@kvm-server01 ~]# yum install wok-2.5.0-0.el7.centos.noarch.rpm [root@kvm-server01 ~]# yum install -y kimchi-2.5.0-0.el7.centos.noarch.rpm [root@kvm-server01 ~]# sed -i 's/^#session_timeout = .*/session_timeout = 1440/g' /etc/wok/wok.conf [root@kvm-server01 ~]# systemctl enable wokd [root@kvm-server01 ~]# systemctl start wokd
- 8001 port 오픈 확인
[root@kvm-server01 ~]# netstat -antp |grep 8001 tcp 0 0 0.0.0.0:8001 0.0.0.0:* LISTEN 28498/nginx: master [root@kvm-server01 ~]#
- web연결 (https://kvm-service01:8001)
- root 유저로 로그인 합니다.
- KVM 관리
- Virtuallization 으로 이동 합니다.