https://github.com/cc-api/kubevirt-cvm
https://github.com/cc-api/kubevirt-cvm
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cc-api/kubevirt-cvm
- Owner: cc-api
- Created: 2024-05-10T12:34:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T01:51:08.000Z (almost 2 years ago)
- Last Synced: 2024-05-23T02:43:24.747Z (almost 2 years ago)
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KubeVirt CVM
[KubeVirt](https://kubevirt.io/) is a CNCF project that extends Kubernetes to manage virtualized workloads.
It allows you to run full virtual machines on Kubernetes alongside regular containers. This integration of
VMs and containers enables you to leverage the benefits of both worlds seamlessly.
Confidential virtual machines (CVMs) are one of the use cases of confidential computing technology. It leverages
hardware technologies provided by different vendors, such as Intel TDX and AMD SEV-SNP, as well as corresponding software stacks.
## Introduction
The project aims to extend KubeVirt capability of managing CVM as a deployment flavor of confidential computing cloud native use cases.
CVM managed by KubeVirt will also be able to run on Kubernetes as well as provide confidential VM capabilities
to protect confidentiality and integrity for workloads.

The project provides content as below.
- [Deployment guide](./tdx/deployment/README.md) for running Intel TDX guest (TD) with KubeVirt.
- Additional [patches](./tdx/patches/) to run Intel TDX guest. See more details in the patches.
- [CC Trusted API](https://github.com/cc-api/cc-trusted-api) usage example to collect evidence.