kubectl apply -f <https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.10.1/deploy/static/provider/baremetal/deploy.yaml>
설치 확인
kubectl get pods -n ingress-nginx

외부 접속 포트 확인
워커 노드의 특정 포트를 열어서 외부 접속을 대기하는 NodePort 방식으로 동작
kubectl get svc -n ingress-nginx

→ http://192.168.56.11:32279 , http://192.168.56.12:32279 로 접속하면 NGINX에서 트래픽을 받아줌