Files
nix-config/Virtual-Machine.md
2024-03-31 17:08:24 +08:00

680 B

How to create & managage KubeVirt's Virtual Machine from this flake?

Use aquamarine as an example, we can create a virtual machine with the following command:

just upload-vm aquamarine

Then create the virtual machine by creating a yaml file at ryan4yin/k8s-gitops

Once the virtual machine aquamarine is created, we can deploy updates to it with the following commands:

just col aquamarine

If you're not familiar with remote deployment, please read this tutorial first: Remote Deployment - NixOS & Flakes Book