elasticsearch - 如何在Kubernetes中使用VPA自动缩放 Elasticsearch ?

标签 elasticsearch kubernetes

嗨,我是 flex 搜索的新手。
我进行了大量搜索,但未找到有关使用elastic search垂直Pod自动缩放功能自动缩放kubernetes的文档/文章。
我需要知道是否可以使用VPA来执行elastic search吗?

最佳答案

根据official google docs关于垂直Pod自动缩放的限制:

Vertical Pod autoscaling is not yet ready for use with JVM-based workloads due to limited visibility into actual memory usage of the workload.


Elasticsearch documentation:

Elasticsearch is built using Java, and requires at least Java 8 in order to run. Only Oracle’s Java and the OpenJDK are supported. The same JVM version should be used on all Elasticsearch nodes and clients.


因此,恐怕不建议将两者结合使用。

关于elasticsearch - 如何在Kubernetes中使用VPA自动缩放 Elasticsearch ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62893758/

相关文章:

c# - 如何通过 NEST c# 将列表索引到 elasticsearch

.net - 为什么我不能将 Kubernetes 支持添加到 .NET Core 控制台项目?

spring-boot - 在 Kubernetes 中验证部署错误

amazon-web-services - 使用 Terraform 创建的 Kubernetes 服务帐户导致 'doc is missing path: "/spec/volumes/0"' 副本集错误

kubernetes - 如何设置 Kubernetes Cronjob 在特定的最短时间运行?

Elasticsearch 自定义日期时间格式,包括。序数词

elasticsearch - elasticsearch多查询条件怎么写?

elasticsearch - 具有多个类别的elasticsearch查询

ajax - Elasticsearch 请求中的多个条件

kubernetes - 如何在Kubernetes仪表板中将基本身份验证模式设置为基于 token 的身份验证?