목록엘라스틱서치 (1)
SaevOps

helm 설치 curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 chmod 700 get_helm.sh ./get_helm.sh - k8s 이미지 저장소인 helm을 통하여 편하고 쉽게 Elastic Search 설치 Elastic Search 설치 # 헬름 레포지토리 추가 helm repo add bitnami https://charts.bitnami.com/bitnami # 헬름 레포지토리 업데이트 helm repo update # elasticsearch 설치가능 버전 확인 helm search repo -l bitnami/elasticsearch | head # values.yam..
클라우드/Kubernetes
2023. 10. 17. 14:32