Update content/en/docs/reference/glossary/container-runtime.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>
This commit is contained in:
dejanualex 2023-08-11 14:15:24 +03:00 committed by GitHub
parent 26445b0462
commit 341a38e80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ tags:
- fundamental
- workload
---
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.
A fundamental component that empowers Kubernetes to run containers effectively.
Its responsibility lies in managing the execution and lifecycle of containers within the Kubernetes environment.
<!--more-->