All Projects → kubevirt → Kubevirt

kubevirt / Kubevirt

Licence: apache-2.0
Kubernetes Virtualization API and runtime in order to define and manage virtual machines.

Programming Languages

go
31211 projects - #10 most used programming language
Starlark
911 projects
shell
77523 projects
Makefile
30231 projects
Dockerfile
14818 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Kubevirt

Terraform Provider Libvirt
Terraform provider to provision infrastructure with Linux's KVM using libvirt
Stars: ✭ 894 (-69.34%)
Mutual labels:  virtualization, libvirt
virtnbdbackup
Backup utiliy for Libvirt / qemu / kvm supporting incremental and differencial backups.
Stars: ✭ 62 (-97.87%)
Mutual labels:  virtualization, libvirt
Virtlet
Kubernetes CRI implementation for running VM workloads
Stars: ✭ 620 (-78.74%)
Mutual labels:  virtualization, libvirt
Virtlyst
Web interface to manage virtual machines with libvirt
Stars: ✭ 167 (-94.27%)
Mutual labels:  virtualization, libvirt
Demo
Easy to use KubeVirt demo based on minikube.
Stars: ✭ 88 (-96.98%)
Mutual labels:  virtualization, libvirt
Appvm
Nix-based app VMs
Stars: ✭ 146 (-94.99%)
Mutual labels:  virtualization, libvirt
Karesansui
Karesansui is an open-source virtualization management application made in Japan.
Stars: ✭ 97 (-96.67%)
Mutual labels:  virtualization, libvirt
Node Libvirt
libvirt bindings for google v8 javascript engine (nodejs addon)
Stars: ✭ 162 (-94.44%)
Mutual labels:  virtualization, libvirt
Window Table
Windowing Table for React based on React Window
Stars: ✭ 160 (-94.51%)
Mutual labels:  virtualization
Runtime
Kata Containers version 1.x runtime (for version 2.x see https://github.com/kata-containers/kata-containers).
Stars: ✭ 2,103 (-27.88%)
Mutual labels:  virtualization
Ansible Vagrant Examples
Ansible examples using Vagrant to deploy to local VMs.
Stars: ✭ 1,913 (-34.4%)
Mutual labels:  vms
Terrible
An Ansible playbook that apply the principle of the Infrastructure as Code on a QEMU/KVM environment.
Stars: ✭ 161 (-94.48%)
Mutual labels:  libvirt
Image Bootstrap
⛅️ Creates (chroots and) bootable virtual machine images; command line tool (Python 3)
Stars: ✭ 178 (-93.9%)
Mutual labels:  virtualization
Vga Passthrough
Up to date (2021) reference for setting up a VGA passthrough on (Ubuntu) Linux.
Stars: ✭ 157 (-94.62%)
Mutual labels:  virtualization
Nixbox
NixOS Vagrant boxes [[email protected]]
Stars: ✭ 189 (-93.52%)
Mutual labels:  libvirt
Xs Vm
eXtremely small virtual machine -- for educational purposes :)
Stars: ✭ 155 (-94.68%)
Mutual labels:  virtualization
Slim
Build and run tiny vms from Dockerfiles. Small and sleek.
Stars: ✭ 1,902 (-34.77%)
Mutual labels:  virtualization
Ansible Role Proxmox
Deploys and configures Proxmox VE 5.x/6.x clusters.
Stars: ✭ 196 (-93.28%)
Mutual labels:  virtualization
React Vtree
React component for efficiently rendering large tree structures
Stars: ✭ 185 (-93.66%)
Mutual labels:  virtualization
Foreman
an application that automates the lifecycle of servers
Stars: ✭ 2,102 (-27.91%)
Mutual labels:  virtualization

KubeVirt

Build Status Go Report Card Licensed under Apache License version 2.0 Coverage Status CII Best Practices Visit our Slack channel FOSSA Status

KubeVirt is a virtual machine management add-on for Kubernetes. The aim is to provide a common ground for virtualization solutions on top of Kubernetes.

Introduction

Virtualization extension for Kubernetes

At its core, KubeVirt extends Kubernetes by adding additional virtualization resource types (especially the VM type) through Kubernetes's Custom Resource Definitions API. By using this mechanism, the Kubernetes API can be used to manage these VM resources alongside all other resources Kubernetes provides.

The resources themselves are not enough to launch virtual machines. For this to happen the functionality and business logic needs to be added to the cluster. The functionality is not added to Kubernetes itself, but rather added to a Kubernetes cluster by running additional controllers and agents on an existing cluster.

The necessary controllers and agents are provided by KubeVirt.

As of today KubeVirt can be used to declaratively

  • Create a predefined VM
  • Schedule a VM on a Kubernetes cluster
  • Launch a VM
  • Stop a VM
  • Delete a VM

Click the image below to see an example video:

asciicast

To start using KubeVirt

Try our quickstart at kubevirt.io.

See our user documentation at kubevirt.io/docs.

Once you have the basics, you can learn more about how to run KubeVirt and its newest features by taking a look at:

To start developing KubeVirt

To set up a development environment please read our Getting Started Guide. To learn how to contribute, please read our contribution guide.

You can learn more about how KubeVirt is designed (and why it is that way), and learn more about the major components by taking a look at our developer documentation:

Community

If you got enough of code and want to speak to people, then you got a couple of options:

Related resources

Submitting patches

When sending patches to the project, the submitter is required to certify that they have the legal right to submit the code. This is achieved by adding a line

Signed-off-by: Real Name <[email protected]>

to the bottom of every commit message. Existence of such a line certifies that the submitter has complied with the Developer's Certificate of Origin 1.1, (as defined in the file docs/developer-certificate-of-origin).

This line can be automatically added to a commit in the correct format, by using the '-s' option to 'git commit'.

License

KubeVirt is distributed under the Apache License, Version 2.0.

Copyright 2016

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

FOSSA Status

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].