Getting Started with Kubernetes (v1.30) - {{ x86-64, arm64 }}
Contains content essential for truly starting with Kubernetes (☸). 🧭 Through this course, you can most easily grasp Kubernetes' structure and begin. 🥇

[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-dockerhim-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.25.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!
thank you
Cho Hoon Dream.




