Hi everyone, I planned to deploy TypeSense on Azure Kubernetes Service (AKS), but I'm not really sure if this is a best practice or not. I'm concerned about the storage issue when using this deployment method
k
Kishore Nallan
06/20/2021, 4:33 PM
👋 What specific concern do you have about storage? About persistent volumes?
t
Tie Tieantono
06/20/2021, 4:43 PM
yes, I'm worried if the persistent volumes will not be enough in the future, because I'm using AKS
k
Kishore Nallan
06/20/2021, 4:49 PM
IMO for Typesense just having 3 independent boxes is the easiest deployment since Typesense takes care of clustering and HA. If every other part of your infrastructure is on k8s then that could be an argument for using the same deployment pattern, and the requirements will be no different than hosting any other stateful app on k8s.
t
Tie Tieantono
06/20/2021, 5:01 PM
I agree, my concern is more about AKS configuration itself rather than TypeSense I think