Getting Started
Install KubeVirt and deploy Blip
Prerequisites
- Kubernetes cluster (v1.26+)
kubectlconfigured with cluster admin access
Install KubeVirt
export KUBEVIRT_VERSION=v1.8.1
kubectl apply -f "https://github.com/kubevirt/kubevirt/releases/download/${KUBEVIRT_VERSION}/kubevirt-operator.yaml"
kubectl apply -f "https://github.com/kubevirt/kubevirt/releases/download/${KUBEVIRT_VERSION}/kubevirt-cr.yaml"
Install Blip
kubectl apply -f https://github.com/Azure/blip/releases/latest/download/manifest.yaml
Create a VM Pool
kubectl apply -f https://github.com/Azure/blip/releases/latest/download/pool.yaml
See Create a VM Pool for customization options and kustomize usage.