Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- vue3
- basepath
- vuetify3
- vuejs #pinia #vuetify3
- v-combobox
- MPA
- JavaScript
- vuejs
- PersistentVolumeClaim
- Yarn
- sesstionstorage
- localstorage
- kubernetes
- OpenLayers
- javascript #컴파일 #인터프리터
- react
- postman
- 맥 #나스 #SMA
- 라우터 #NAT #포트 #포트포워딩 #유동고정아이피 #DHCP
- vworld
- nextjs
- mixedcontent
- vue #vue-router
- PersistentVolume
- 인터넷 #클라이언트 #서버 #포트 #ipadress #domainname
- MongoDB
- github action #tistory
- browserstorage
- javascript #localstorage #stringify #parse
- CKEditor4
Archives
- Today
- Total
목록MongoDB (1)
月亮
[Kubernetes] 쿠버네티스 클러스터에 MongoDB 배포하기
👾 읽기 전에 이 글에서는 StatefulSet이 아닌 Deployment를 이용하여 MongoDB를 쿠버네티스에 배포하는 방법을 다룹니다. 이 방법은 개발 환경에서 테스트하거나 사용하기에 적합하며, 프로덕션 환경에서 사용하려면 추가적인 설정이 필요할 수 있습니다. 쿠버네티스를 활용하여 개발용 MongoDB를 배포하는 과정에서 필요한 단계들을 정리하였습니다. 이 과정은 다음과 같이 진행됩니다. PersistentVolume (PV) 및 PersistentVolumeClaim (PVC) 생성 (https://yueliang-front-end.tistory.com/32) Secret 생성 (MongoDB root 계정 생성을 위해 필요) Deployment 및 Service 생성 MongoDB 인스턴스 접속..
docker,kubernetes
2023. 8. 1. 10:37