본문 바로가기
cloud/k8s(문제풀이)

[K8S]Network-CNI Weave

by mozi2 2022. 8. 1.
반응형

1. Inspect the kubelet service and identify the network plugin configured for Kubernetes.

 

A) CNI

 

2. What is the path configured with all binaries of CNI supported plugins?

 

A) /opt/cni/bin

 

3. Identify which of the below plugins is not available in the list of available CNI plugins on this host?

ls /opt/cni/bin

A) Cisco

 

4. What is the CNI plugin configured to be used on this kubernetes cluster?

ls /etc/cni/net.d/

A) flannel

 

5. What binary executable file will be run by kubelet after a container and its associated namespace are created.

A) flannel

 

 

 

 

 

 

 

 

 

 

728x90
반응형

'cloud > k8s(문제풀이)' 카테고리의 다른 글

[cka]Network- Networking weave  (0) 2022.08.03
[k8s] Network-weave  (0) 2022.08.01
[k8s]Networking-Explore Environment  (0) 2022.08.01
[k8s]Kodekloud-storageClasses  (0) 2022.08.01
[k8s]kodekloud-Persistent volume Claims  (0) 2022.07.05