update container-runtime.md

This commit is contained in:
dejanualex 2023-08-11 12:16:05 +03:00
parent 38aa0a7487
commit 26445b0462
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ tags:
- fundamental
- workload
---
The container runtime is the software that is responsible for running containers.
Kubernetes doesnt know how to run containers it relies on the container runtime component.
The container runtime is a fundamental component that is responsible for managing the execution and lifecycle of containers.
<!--more-->