K8s에서 nginx설정을 아무리 해도 60초후에 연결이 끊어지는 현상이 있었다.
서비스에서 Load Balancer에서 설정을 변경해주어야 한다.

'IT > Kubernetes' 카테고리의 다른 글
| Ncloud K8s 디스크 용량 늘리기 (0) | 2024.03.15 |
|---|---|
| EKS에서 클러스터오토스케일(CA) 사용하기 (0) | 2022.07.09 |
| EKS 에서 Pod에서 아웃바운드 문제가 있을경우 (0) | 2022.03.14 |
K8s에서 nginx설정을 아무리 해도 60초후에 연결이 끊어지는 현상이 있었다.
서비스에서 Load Balancer에서 설정을 변경해주어야 한다.

| Ncloud K8s 디스크 용량 늘리기 (0) | 2024.03.15 |
|---|---|
| EKS에서 클러스터오토스케일(CA) 사용하기 (0) | 2022.07.09 |
| EKS 에서 Pod에서 아웃바운드 문제가 있을경우 (0) | 2022.03.14 |
네이버 클라우드의 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"
재부팅후 팟을 올리면 새 마운트경로에 저장되는 것을 볼 수 있다.
| NCloud Load Balancer Timeout (0) | 2024.03.19 |
|---|---|
| EKS에서 클러스터오토스케일(CA) 사용하기 (0) | 2022.07.09 |
| EKS 에서 Pod에서 아웃바운드 문제가 있을경우 (0) | 2022.03.14 |
AI 애플리케이션 구축을 위한 PostgreSQL 벡터 데이터베이스
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
| BorgBackup 효율적이고 안전한 백업 솔루션 (0) | 2024.10.02 |
|---|---|
| 오픈소스 Postman - RecipeUI (0) | 2023.09.06 |
| 직관적인 터미널 텍스트 편집기 - micro (0) | 2023.08.18 |
https://github.com/RecipeUI/RecipeUI
GitHub - RecipeUI/RecipeUI: Discover, test, and share APIs in seconds
Discover, test, and share APIs in seconds. Contribute to RecipeUI/RecipeUI development by creating an account on GitHub.
github.com
다운로드 : https://recipeui.com/
RecipeUI
Open source Post alternative with type safety. Make error-free requests to ChatGPT, OpenAI, Nasa, Reddit, and more.
recipeui.com
| PostgreSQL 벡터 데이터베이스 - Lantern (0) | 2023.09.14 |
|---|---|
| 직관적인 터미널 텍스트 편집기 - micro (0) | 2023.08.18 |
| 피그마로 Python GUI 생성 - Tkinter Designer (0) | 2023.07.01 |
Micro는 75개 이상의 언어를 지원하며 선택할 수 있는 7개의 기본 색상 체계가 있습니다. Micro는 16, 256 및 트루컬러 테마를 지원합니다. 구문 파일과 색 구성표도 매우 간단하게 만들 수 있습니다.
Micro는 마우스를 완벽하게 지원합니다. 즉, 클릭하고 드래그하여 텍스트를 선택하고, 두 번 클릭하여 단어별로 선택하고, 세 번 클릭하여 행별로 선택할 수 있습니다.
https://micro-editor.github.io/
Micro - Home
Plugin System Micro supports a full-blown plugin system. Plugins are written in Lua and there is a plugin manager to automatically download and install your plugins for you. Common Keybindings Micro's keybindings are what you would expect from a simple-to-
micro-editor.github.io
| 오픈소스 Postman - RecipeUI (0) | 2023.09.06 |
|---|---|
| 피그마로 Python GUI 생성 - Tkinter Designer (0) | 2023.07.01 |
| 대시보드 React 라이브러리 - Tremor (0) | 2023.06.09 |
Tkinter Designer는 Python에서 GUI 개발 프로세스를 가속화하기 위해 만들어졌습니다. 잘 알려진 디자인 소프트웨어 Figma 를 사용하여 Python에서 아름다운 Tkinter GUI를 만드는 것을 식은 죽 먹기 🥣로 만들었습니다.
Tkinter Designer는 Figma API를 사용하여 설계 파일을 분석하고 GUI에 필요한 코드와 파일을 만듭니다. 심지어 Tkinter Designer의 GUI도 Tkinter Designer를 사용하여 만듭니다.
한글소개 : https://github.com/ParthJadhav/Tkinter-Designer/blob/master/docs/README.kr-KR.md
GitHub - ParthJadhav/Tkinter-Designer: An easy and fast way to create a Python GUI 🐍
An easy and fast way to create a Python GUI 🐍. Contribute to ParthJadhav/Tkinter-Designer development by creating an account on GitHub.
github.com
https://github.com/ParthJadhav/Tkinter-Designer
GitHub - ParthJadhav/Tkinter-Designer: An easy and fast way to create a Python GUI 🐍
An easy and fast way to create a Python GUI 🐍. Contribute to ParthJadhav/Tkinter-Designer development by creating an account on GitHub.
github.com
| 직관적인 터미널 텍스트 편집기 - micro (0) | 2023.08.18 |
|---|---|
| 대시보드 React 라이브러리 - Tremor (0) | 2023.06.09 |
| 오픈소스 JIRA - Plane (0) | 2023.05.31 |
Tremor – The React library to build dashboards fast
Modular components to build insightful dashboards in a breeze.
www.tremor.so
| 피그마로 Python GUI 생성 - Tkinter Designer (0) | 2023.07.01 |
|---|---|
| 오픈소스 JIRA - Plane (0) | 2023.05.31 |
| JunoDB - PayPal의 Key-Value DB (0) | 2023.05.22 |
https://github.com/makeplane/plane
GitHub - makeplane/plane: 🔥 🔥 🔥 Open Source JIRA, Linear and Height Alternative. Plane helps you track your issues, epi
🔥 🔥 🔥 Open Source JIRA, Linear and Height Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible. - GitHub - makeplane/plane: 🔥 🔥 🔥 Open Source JIR...
github.com
오픈소스 만들어진 이슈관리툴입니다.
도커로 쉽게 설치가 가능합니다.
| 대시보드 React 라이브러리 - Tremor (0) | 2023.06.09 |
|---|---|
| JunoDB - PayPal의 Key-Value DB (0) | 2023.05.22 |
| MS Visual ChatGPT - 이미지 채팅 (1) | 2023.03.10 |