강의

멘토링

로드맵

Learning Kubernetes with Diagrams (v1.35)

This course is designed so that you can learn many parts of Kubernetes (☸) through illustrations. 🧭 In particular, it expands upon the proven content of the bestseller 'Kubernetes/Docker for Building Container Infrastructure Environments' to help you study Kubernetes itself in greater depth. 💯 Additionally, practical content is periodically added to the 'Supplementary Lessons.' 👉 Please be sure to compare this with other courses :)

(4.9) 213 reviews

2,608 learners

Level Intermediate

Course period Unlimited

Docker
Docker
Kubernetes
Kubernetes
Docker
Docker
Kubernetes
Kubernetes

[Planned] Kubernetes Practice Version Change

hello

There is a Kubernetes version change scheduled for April 19th. :)

v1.24.0 released Branch Manager Tuesday 19th April 2022 week 15

Kubernetes 1.24 Release Information | Kubernetes Contributors

 

Accordingly, the code is written so that it can be uploaded directly from the current version, but

We need to change some code because dockershim has been deprecated since v1.24.0 .

[ Related Content ]

Kubeadm: default the kubeadm configuration to the containerd socket (Unix: unix:///var/run/containerd/containerd.sock, Windows: "npipe:////./pipe/containerd-containerd") instead of the one for Docker.

Kubelet: following dockershim related flags are also removed along with dockershim --experimental-dockershim-root-directory, --docker-endpoint, --image-pull-progress-deadline, --network-plugin, --cni-conf- dir,--cni-bin-dir, --cni-cache-dir, --network-plugin-mtu (#106907, @cyclinder) [SIG Cloud Provider, Node and Testing]

https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.24.md

I'll test the changes once v1.27.0 is released, take a video of the changes, and upload it later :)

I'm letting you know in advance because I think there might be people who want to test the version change!
(That is, currently, there are generally no issues up to v1.23.x. )

thank you

Cho Hoon Dream.

Comment