k8s部署meilisearch给公司的公有云部署了一个,挺有意思的,我准备后续给我的博客也用上官方文档:https://github.com/meilisearch/meilisearch-kubernetes支持资源清单或helm部署
1wget https://raw.githubusercontent.com/meilisearch/meilisearch-kubernetes/refs/heads/main/manifests/meilisearch.yaml
几个注意点:
建议加上环境变量 MEILI_MASTER_KEY
调整 NodeSelector、taint
默认...