Skip to content

GeorginaKin/cloud-api-adaptor

 
 

Repository files navigation

Introduction

This repository contains the implementation of Kata remote hypervisor. The remote hypervisor concept is currently work in progress. The primary purpose of remote hypervisor support is to create Kata VMs alongside the Kubernetes worker node VMs, without requiring any nested virtualization support.

Goals

  • Accept requests from Kata shim to create/delete Kata VM instances without requiring nested virtualization support.
  • Manage VM instances in the cloud to run PODs using cloud (virtualization) provider APIs
  • Forward communication between kata shim on a worker node VM and kata agent on a pod VM
  • Provide a mechanism to establish a network tunnel between a worker and pod VMs to Kubernetes pod network

Architecture

The high level architecture is described in the picture below Architecture

Components

  • Cloud API adaptor (cmd/cloud-api-adaptor) - cloud-api-adator implements the remote hypervisor support.
  • Agent protocol forwarder (cmd/agent-protocol-forwarder)
  • A modified version of Kata containers to support remote hypervisor based on CCv0 branch (not included in this repository)

Contribution

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

About

Ability to create Kata PODs using cloud provider APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 74.1%
  • HCL 11.3%
  • Shell 10.4%
  • Makefile 3.3%
  • Dockerfile 0.9%