본문 바로가기

Computer Science/Kubernetes(CKA) 자격증 준비

Kubernetes 정리 206: Important Note about CNI and CKA Exam

Kubernetes 클러스터에 네트워크 추가 기능을 배포하는 데 대한 중요한 팁입니다.

다음 실습에서는 Network Addons와 함께 작업할 예정입니다. 여기에는 클러스터에 네트워크 플러그인을 설치하는 작업이 포함됩니다. 위브넷을 예로 들 수 있지만 여기에 설명된 플러그인을 사용할 수 있습니다:

https://kubernetes.io/docs/concepts/cluster-administration/addons/

https://kubernetes.io/docs/concepts/cluster-administration/networking/#how-to-implement-the-kubernetes-networking-model

 

Cluster Networking

Networking is a central part of Kubernetes, but it can be challenging to understand exactly how it is expected to work. There are 4 distinct networking problems to address: Highly-coupled container-to-container communications: this is solved by Pods and lo

kubernetes.io

CKA 시험에서는 특별히 지시하지 않는 한 네트워크 추가 기능을 배포해야 하는 질문에 대해 위 링크에 설명된 솔루션을 사용할 수 있습니다.

그러나 현재 설명서에는 타사 네트워크 추가 기능을 배포하는 데 사용할 정확한 명령에 대한 직접적인 참조가 포함되어 있지 않습니다.

위의 링크는 검사에서 사용할 수 없는 타사/벤더 사이트 또는 GitHub 저장소로 리디렉션됩니다. 이 작업은 쿠버네티스 문서의 내용을 벤더 중립적으로 유지하기 위해 의도적으로 수행되었습니다.

현재 문서 내에서 위브 네트워크 애드온을 배포하기 위한 정확한 명령을 찾을 수 있는 한 곳이 있습니다:

https://v1-22.docs.kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/#steps-for-the-first-control-plane-node (step 2)