Minor edits.
This commit is contained in:
parent
9856284e39
commit
69a9629ea9
1 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Run Qemu based VMs on Kubernetes
|
title: Run VMs on Kubernetes using Qemu/KVM and SPICE
|
||||||
description: A Kubernetes operator for running virtual machines (notably Qemu VMs) in pods on Kubernetes with a web interface for admins and users.
|
description: A solution for running VMs on Kubernetes with a web interface for admins and users. Focuses on running Qemu/KVM virtual machines and using SPICE as display protocol.
|
||||||
layout: vm-operator
|
layout: vm-operator
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -8,8 +8,8 @@ layout: vm-operator
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The goal of this project is to provide easy to use and flexible components
|
The goal of this project is to provide an easy to use and flexible solution
|
||||||
for running Qemu based VMs in Kubernetes pods.
|
for running Qemu/KVM based VMs in Kubernetes pods.
|
||||||
|
|
||||||
The image used for the VM pods combines Qemu and a control program
|
The image used for the VM pods combines Qemu and a control program
|
||||||
for starting and managing the Qemu process. This application is called
|
for starting and managing the Qemu process. This application is called
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue