- Learn OpenShift
- Denis Zuev Artemii Kropachev Aleksey Usov
- 128字
- 2021-08-13 16:03:54
CRI-O and Open Container Initiative
Kubernetes initially worked with Docker only, but some time later Rkt by CoreOS came into the picture and they wanted to be supported by Kubernetes as well. Therefore, you have to develop a CRI for every additional Container Runtime. Nowadays, different container technologies are often introduced. This solution is not really scalable and adds a lot of complexity and instability to the whole solution.
That is how CRI-O was brought into the picture. CRI-O stands for OCI-compliant Container Runtime Interface, and OCI stands for Open Container Initiative. The Open Container Initiative is an Open Source community project that designs open standards for Linux Containers. This is what allows Kubernetes to use any other OCI-compliant Container Runtime to run pods.
- 30天自制操作系統
- Linux設備驅動開發詳解:基于最新的Linux4.0內核
- 電腦組裝與系統安裝
- Getting Started with oVirt 3.3
- Social Media Mining with R
- UNIX操作系統設計
- PLC控制系統應用與維護
- 開源安全運維平臺OSSIM疑難解析:入門篇
- Implementing Azure DevOps Solutions
- 深入理解eBPF與可觀測性
- Windows Server 2019 Administration Fundamentals
- AWS Development Essentials
- 深入淺出Node.js
- Windows網絡編程(第2版)
- Hadoop Operations and Cluster Management Cookbook