This repo hosts kustomize files for deploying typesense in a kubernetes cluster.
⚠️ This approach is not reliable with more than 1 replica: typesense/typesense#465
kubectl apply -f https://raw.githubusercontent.com/typesense/typesense-kubernetes/master/base/install.yaml
- Clone the repo
- modify the overlays/dev/kustomization.yaml file according to your needs
Run below command:
To install
kustomize build overlays/dev | kubectl apply -f -
Clean up
kustomize build overlays/dev | kubectl delete -f -