richevanscybermyte / virtnovnc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

virtVNC

noVNC for kubevirt

Deploy

kubectl apply -f https://github.com/richevanscybermyte/virtnovnc/raw/master/k8s/virtvnc.yaml

Usage

  1. Get node port of virtvnc service
kubectl get svc -n kubevirt virtvnc
  1. Visit following url in browser
http://NODEIP:NODEPORT/

If you want manager virtual machines in other namespace, you can specify namespace using query param namespace like following:

http://NODEIP:NODEPORT/?namespace=test

virtVNC

Credits

All credit should go to WaveZhangs project virtvnc I am simply updating the parts and pieces.

About


Languages

Language:JavaScript 89.0%Language:HTML 6.1%Language:CSS 4.6%Language:Makefile 0.2%Language:Dockerfile 0.0%