What are the best practices for restarting Dremio on Kubernetes (AKS).
Currently using a command to replace the pod.
kubectl get pod dremio-master-0 -o yaml | kubectl replace --force -f -
Hi @unni,
To restart Dremio you can scale down and scale up using helm upgrade command, Did you try that ?
This URL have some information about Dremio administration in AKS
Thank you @Venugopal_Menda