jungeuno / 2023_Cloud_Service_Project

1 stars 0 forks source link

Loadbalancer를 통해 nginx 이미지 배포시도 #3

Closed genmu5 closed 1 year ago

genmu5 commented 1 year ago
NAME                   TYPE           CLUSTER-IP     EXTERNAL-IP   PORT(S)        AGE
service/kubernetes     ClusterIP      10.96.0.1      <none>        443/TCP        21h
service/my-nginx-svc   LoadBalancer   10.99.77.239   <pending>     80:31662/TCP   28m

external-ip가 발급되어야 하지만 pending 상태가 지속된다. 환경적인 문제 일 수 있으니 조금 더 대기 해보고 해결작업 수행 예정 예상되는 이유로는 oracle cloud에서 따로 loadbalncer 를 생성해서 연결해줘야 할 수 있을거 같다.

genmu5 commented 1 year ago

개발환경을 oralce linux가 설치되어있는 oke로 바꾸어서 진행하여 해결했다.