Skip to content

This repo contains various examples of bringing up a VM from URL/PVC/vCenter etc. There are also some basic VM operations samples such as cloning, snapshot restore etc

Notifications You must be signed in to change notification settings

govindkailas/kubevirt-examples

Repository files navigation

🚀 KubeVirt examples

If you are new to Kubernetes, take a look at k8s_getting_started and k8s_deployment

Pre-requisite

  • Access to a working KubeVirt cluster 🔥
  • Install virtctl stable version for kubevirt:
export VERSION=$(curl -L -s https://storage.googleapis.com/kubevirt-prow/release/kubevirt/kubevirt/stable.txt)
sudo curl -L -o /usr/local/bin/virtctl https://github.com/kubevirt/kubevirt/releases/download/${VERSION}/virtctl-${VERSION}-linux-amd64 
sudo chmod +x /usr/local/bin/virtctl
  1. ☸️ Getting started with Kubernetes k8s_getting_started
  2. 🚢 Learn about Kubernetes deployment k8s_deployment
  3. 💻 Everything about creating VMs under vm
  4. 🏭 Create and automate a set of similar VMs using VMPools, vmpool
  5. 📚 Create a new VM by cloning, vmclone
  6. 💾 Snapshot and restore from a VM snapshot_restore
  7. 🤖 Scope of automation using KubeVirt and its CRDs automation_ideas

If you have any sugessions or improvements, open an issue here

About

This repo contains various examples of bringing up a VM from URL/PVC/vCenter etc. There are also some basic VM operations samples such as cloning, snapshot restore etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published