1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-09 00:47:30 +00:00
Go to file
Peng Tao a196c85e04 docs: merge documentation repository
Generated by
git subtree add --prefix=docs git@github.com:kata-containers/documentation.git master

git-subtree-dir: docs
git-subtree-mainline: ec146a1b39
git-subtree-split: 510287204b

Fixes: 
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
2020-06-23 21:27:23 -07:00
.github runtime: move all code to src/runtime 2020-04-27 19:39:25 -07:00
ci travis: enable runtime 2020-04-29 02:44:12 -07:00
docs docs: merge documentation repository 2020-06-23 21:27:23 -07:00
pkg/logging logging: Add ability to convert between log level name and slog level 2020-06-08 11:22:19 +01:00
src Merge pull request from dgibson/ppc64le 2020-06-24 10:28:07 +08:00
tools tools: Add agent-ctl tool 2020-06-08 11:22:19 +01:00
.gitignore gitignore: do not ignore Cargo.lock 2020-05-26 00:24:45 -07:00
.travis.yml travis: enable linux-ppc64le 2020-05-06 03:03:07 -07:00
CODE_OF_CONDUCT.md osbuilder: move code into tools directory 2020-04-29 16:45:00 -05:00
CONTRIBUTING.md osbuilder: move code into tools directory 2020-04-29 16:45:00 -05:00
LICENSE osbuilder: move code into tools directory 2020-04-29 16:45:00 -05:00
Makefile Agent: centrally manage proto files 2020-05-27 21:05:36 +08:00
README.md docs: Add trace forwarder doc reference 2020-06-09 09:55:48 +01:00
VERSION osbuilder: move code into tools directory 2020-04-29 16:45:00 -05:00
versions.yaml versions: move versions.yaml to top directory 2020-05-28 10:33:25 -05:00

Kata Containers


Welcome to Kata Containers!

The purpose of this repository is to act as a "top level" site for the project. Specifically it is used:

Raising issues

This repository is used for raising issues:

  • That might affect multiple code repositories.

  • Where the raiser is unsure which repositories are affected.

Note:

  • If an issue affects only a single component, it should be raised in that components repository.

Kata Containers repositories

CI

The CI repository stores the Continuous Integration (CI) system configuration information.

Community

The Community repository is the first place to go if you want to use or contribute to the project.

Code Repositories

Kata Containers-developed components

Agent

The kata-agent runs inside the virtual machine and sets up the container environment.

KSM throttler

The kata-ksm-throttler is an optional utility that monitors containers and deduplicates memory to maximize container density on a host.

Proxy

The kata-proxy is a process that runs on the host and co-ordinates access to the agent running inside the virtual machine.

Runtime

The kata-runtime is usually invoked by a container manager and provides high-level verbs to manage containers.

Shim

The kata-shim is a process that runs on the host. It acts as though it is the workload (which actually runs inside the virtual machine). This shim is required to be compliant with the expectations of the OCI runtime specification.

Trace forwarder

The kata-trace-forwarder is a component only used when tracing the agent process.

Additional

Hypervisor

The qemu hypervisor is used to create virtual machines for hosting the containers.

Kernel

The hypervisor uses a Linux* kernel to boot the guest image.

Documentation

The documentation repository hosts documentation common to all code components.

Packaging

We use the packaging repository to create packages for the system components including rootfs and kernel images.

Test code

The tests repository hosts all test code except the unit testing code (which is kept in the same repository as the component it tests).

Utilities

OS builder

The osbuilder tool can create a rootfs and a "mini O/S" image. This image is used by the hypervisor to setup the environment before switching to the workload.

kata-agent-ctl

kata-agent-ctl is a low-level test tool for interacting with the agent.

Web content

The www.katacontainers.io repository contains all sources for the https://www.katacontainers.io site.

Credits

Kata Containers uses packagecloud for package hosting.