Elasticsearch 使用随记
部署 ECK Operator:
1 | kubectl create -f https://download.elastic.co/downloads/eck/2.16.1/crds.yaml |
部署单点 ES 集群:
1 | cat <<EOF | kubectl apply -f - |
对集群发起请求:
1 | PASSWORD=$(kubectl get secret quickstart-es-elastic-user -o go-template='{{.data.elastic | base64decode}}') |
部署高可用 ES 集群:
1 | cat <<EOF | kubectl apply -f - |
Elasticsearch 使用随记
You need to set
install_url
to use ShareThis. Please set it in _config.yml
.