Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 339 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 339 Bytes

Demystifying CRI

Demystifying CRI is a simplified implementation of a Container Runtime Interface (CRI) server (i.e. container runtime). It demonstrates the core concepts of container runtimes and how they interact with Kubernetes through the CRI API. This project is by no means complete and is intended for educational purposes only.