로컬 쿠버네티스 구성하여 사용하는 경우에는 LB 설정을 진행해도 external IP가 pending 상태가 지속되어 실제 접속 테스트 하기가 어려운 경우가 발생하는 것 같음(나는 그랬다 ㅎ)
https://minikube.sigs.k8s.io/docs/handbook/accessing/#using-minikube-tunnel
minikube tunnel 명령어를 통해 해결 가능
usrbin:~/study$ minikube tunnel
✅ Tunnel successfully started
📌 NOTE: Please do not close this terminal as this process must stay alive for the tunnel to be accessible ...
🏃 Starting tunnel for service hello-node.
터미널 하나에서 터널 열어두고 터미널 하나 더 띄워서 확인해보니까 localhost로 external IP가 확인이 된당
'잡지식' 카테고리의 다른 글
쿠버네티스 관련 용어 정리 (0) | 2023.06.04 |
---|---|
centOS docker-compose install (0) | 2023.05.21 |
Fragmentation VS Segmentation (3) | 2023.05.16 |
base64 gzip decoder (0) | 2022.03.16 |
[Pandas] dataframe 문자열 포함/미포함 조건 필터링 (0) | 2022.03.07 |