쿠버네티스(☸)의 많은 부분을 그림으로 배울 수 있도록 구성되어 있습니다. 🧭 특히 이미 검증된 베스트셀러 '컨테이너 인프라 환경 구축을 위한 쿠버네티스/도커'에서 검증된 내용을 더욱 확장해서 쿠버네티스 자체를 더 깊이 학습하도록 작성하였습니다. 💯 또한 실무적인 내용들이 '보강 수업'에 주기적으로 추가되어 있습니다. 👉 꼭 다른 강의와 비교해 보세요 :)
[예정] 쿠버네티스 실습 버전 변경
안녕하세요
4월 19일에 쿠버네티스 버전 변경이 예정되어 있습니다. :)
v1.24.0 released | Branch Manager | Tuesday 19th April 2022 | week 15 |
Kubernetes 1.24 Release Information | Kubernetes Contributors
이에 따라 현재의 버전에서 바로 올릴 수 있도록 코드는 작성되어 있지만,
dockershim이 더이상 사용되지 않도록 v1.24.0부터 변경되었기 때문에 일부 코드를 변경해야 합니다.
[ 관련 내용 ]
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
해당 변경 사항은 v1.27.0이 릴리즈 되면 테스트하여 변경되는 부분을 테스트하고 영상을 촬영하고 추가 업로드 하겠습니다. :)
혹시라도 버전 변경 테스트하실 분들이 있을꺼 같아서 미리 알려드립니다.!
(즉 현재는 v1.23.x까지만 대체로 문제가 발생하지 않습니다.)
감사합니다.
조훈 드림.