DevOps
CKA 예제 리마인더 - 27. Explore Environment
Vince_rf
2024. 12. 19. 21:02
controlplane 노드에서 Containerd가 만든 interface/bridge 네트워크는 무엇인가요?
ip address show type bridge
controlplane 노드에서 구글에 ping을 한다면 어떤 route를 거치나요?
ip route
ETCD는 포트가 2개 있습니다. 어떤 포트에 연결이 더 많나요?
netstat -tnlp | grep etcd
로 포트확인
netstat-tnlpa | grep etcd | grep [port] | wc -l