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.