使用 terraform 在 aks azure 上设置 elasticsearch 集群

setup elasticsearch cluster on aks azure using terraform

我正在寻找有关使用 terraform 在 Azure Kubernetes 服务上设置 Elasticsearch 1 主节点和 1 个数据节点的指导我已经设置了一个集群并想在 AKS 集群创建期间自动部署 Elasticsearch 6 有没有可能的出路?我做了一些 google 但没搞定。

谢谢,

您可以通过Helm在AKS中安装Elasticsearch。按照步骤here to create the AKS via Terraform. And use the Helm via the Terraform. Here is an example that installs the Helm chart in AKS via Terraform. Here也是通过Helm在AKS中安装Elasticsearch的例子