https://github.com/typesense/typesense-kubernetes
Typesense Kubernetes
https://github.com/typesense/typesense-kubernetes
Last synced: about 1 year ago
JSON representation
Typesense Kubernetes
- Host: GitHub
- URL: https://github.com/typesense/typesense-kubernetes
- Owner: typesense
- Created: 2021-05-31T15:56:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T06:21:47.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T18:17:25.775Z (over 1 year ago)
- Size: 8.79 KB
- Stars: 43
- Watchers: 8
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typesense-kubernetes
This repo hosts kustomize files for deploying typesense in a kubernetes cluster.
> ⚠️ This approach is not reliable with more than 1 replica: https://github.com/typesense/typesense/issues/465
## Quickstart
> kubectl apply -f https://raw.githubusercontent.com/typesense/typesense-kubernetes/master/base/install.yaml
## Detailed setup:
1. Clone the repo
> git clone https://github.com/typesense/typesense-kubernetes
2. 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 -