Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
longpt233 authored Oct 27, 2024
1 parent 548f9fe commit 55bece2
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions _posts/2024-10-26-k8s.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Tổng quan k8s
author: longpt
date: 2024-02-18 20:52:00 +0700
date: 2022-02-18 20:52:00 +0700
categories: [Blogging]
tags: [k8s]
math: true
Expand All @@ -13,7 +13,7 @@ image:
Một số tìm hiểu ban đầu về k8s.

1. Mối liên hệ giữa containerd và docker
- k8s đang


```mermaid
graph TD;
Expand Down Expand Up @@ -57,4 +57,13 @@ graph TD;
F
G
end
```
```

- k8s đang bỏ docker runtime từ bản 1.24
- bỏ k có nghĩa là phải chỉnh lại docker-formatted container
- cả containerd và CRI-O điều có thể chạy docker-formatted và OCI-formatted images, chỉ khác là nó có thể chạy mà không cần dùng đến lệnh docker của docker daemon

https://vineetcic.medium.com/the-differences-between-docker-containerd-cri-o-and-runc-a93ae4c9fdac

2. Mô hình cài đặt

0 comments on commit 55bece2

Please sign in to comment.