K8s에서 nginx설정을 아무리 해도 60초후에 연결이 끊어지는 현상이 있었다.

서비스에서 Load Balancer에서 설정을 변경해주어야 한다.

 

반응형
Posted by 화니.
,

네이버 클라우드의 K8s는 디스크 용량이 50G제한으로 늘릴 수 없게 되어있다.

기본적으로 용량이 큰 팟은 사용할 수 없는 상태이다.

 

먼저 스토리지를 생성하여 해당 노드에 연결시킨다.

https://guide.ncloud-docs.com/docs/server-storage-use-vpc

 

스토리지 사용

 

guide.ncloud-docs.com

 

 

해당 노드의 쉘로 접속 후

/etc/containerd/config.toml 파일을 수정하여 아래와 같이 컨테이너 경로를 수정한다.

root = "/마운트경로/var/lib/containerd"
state = "/마운트경로/run/containerd"

 

재부팅후 팟을 올리면 새 마운트경로에 저장되는 것을 볼 수 있다.

반응형
Posted by 화니.
,

AI 애플리케이션 구축을 위한 PostgreSQL 벡터 데이터베이스

 

https://lantern.dev/

 

Lantern

The best performance and 100% open-source Lantern benchmarks outperform pgvector, the only other PostgreSQL extension on the market. Our commitment to open-source means Lantern is free for all. Benefit from the ever-growing enhancements and features that d

lantern.dev

 

반응형
Posted by 화니.
,