Skip to content

lysliu/cloud-api-adaptor

 
 

Repository files navigation

daily e2e tests for libvirt

Introduction

This repository contains all go modules related to Cloud API Adaptor. The Cloud API Adaptor is an implementation of the remote hypervisor interface of Kata Containers

It enables the creation of Kata Containers VMs on any machines without the need for bare metal worker nodes, or nested virtualisation support.

Architecture

The background and description of the components involved in 'peer pods' can be found in the architecture documentation.

Cloud Proviers

cloud-providers Cloud Providers for Kata remote hypervisor

PeerPod controller

peerpod-ctrl PeerPod controller is watching PeerPod events and deleting dangling resources that were not deleted by the cloud-api-adaptor at Pod deletion time.

Cloud API Adaptor

cloud-api-adaptor Ability to create Kata pods using cloud provider APIs aka the peer-pods approach

PeerPodConfig controller

peerpodconfig-ctrl PeerPodConfig controller is watching the PeerPodConfig CRD object and manages the creation and deletion lifecycle of all required components to run peer pods.

CSI Wrapper

csi-wrapper CSI Wrapper solution for Peer Pod Storage

Webhook

webhook This mutating webhook modifies a POD spec using specific runtimeclass to remove all resources entries and replace it with peer-pod extended resource.

Contribution

This project uses the Apache 2.0 license. Contribution to this project requires the DCO 1.1 process to be followed.

Collaborations

About

Ability to create Kata pods using cloud provider APIs aka the peer-pods approach

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 77.4%
  • Shell 10.3%
  • HCL 5.5%
  • Makefile 5.4%
  • Dockerfile 0.9%
  • Open Policy Agent 0.4%
  • Nix 0.1%