네트워킹 구성 ● 모든 워커 노드에서 실행 ○ IP forwarding 활성화 sudo sysctl net.ipv4.conf.all.forwarding=1 echo "net.ipv4.conf.all.forwarding=1" | sudo tee -a /etc/sysctl.conf ● 마스터 노드에서 실행 ○ 클러스터에 네트워킹 플러그인 (Weave Net) 설치 kubectl apply -f https://github.com/weaveworks/weave/releases/download/v2.8.1/weave-daemonset-k8s.yaml ○ 확인 kubectl get pods -n kube-system NAME READY STATUS RESTARTS AGE weave-net-m69xq 2/2 Runn..