I need to restart the Elasticsearch node after installing the injest-attachment plugin on Kubernetes Engine on Google Cloud Platform. I have deployed Elasticsearch on a pod. What is the best way to restart the Elasticsearch nodes?
If Elasticsearch is running directly on the VM:
systemctl restart elasticsearch
If Elasticsearch is running as a container on docker:
docker restart <container-id>
If Elasticsearch is running as a Kubernetes pod (deployed through a Kubernetes manifest):
kubectl apply kubectl replace or kubectl edit commandsOn Kubernetes, ideally, you should use the declarative way of updating the manifests and then do a kubectl apply -f
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With