mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-02 10:02:54 +00:00
Replace Kata 3.0 architecture docs with Kata 4.0 (Rust Runtime) documentation. Key changes: - Remove deprecated architecture 3.0 documentation - Add comprehensive Kata 4.0 architecture guide covering: - Unified single-binary architecture - Built-in Dragonball VMM integration - Async I/O model with Tokio - Layered architecture design - Modular resource manager - Extensible framework for multiple container types The new documentation reflects the production-ready Rust runtime with improved performance and reduced resource consumption. Signed-off-by: Alex Lyn <alex.lyn@antgroup.com>
Kata Containers Tests
This directory contains various types of tests for testing the Kata Containers repository.
Test Content
We provide several tests to ensure Kata-Containers run on different scenarios and with different container managers.
- Integration tests to ensure compatibility with:
- Stability tests
- Metrics
- Functional
GitHub Actions
Kata Containers uses GitHub Actions in the Kata Containers repository.