似乎在ECS上运行ElasticSearch非常容易:
http://blog.dmcquay.com/devops/2015/09/12/running-elasticsearch-on-aws-ecs.html
是否有可能在ECS上运行SolrCloud,如果是这样,你会怎么做呢?
答案 0 :(得分:2)
我在Zalando博客上发现了一篇文章,他们从经典的主从Solr配置迁移到新的 基于AWS ElasticLoadBalancer的架构,不使用Zookeeper。
https://tech.zalando.com/blog/zookeeper-less-solr-architecture-aws/