有关在GCE上对CoreOS上的Kubernetes运行Aerospike的任何建议吗?

yan*_*ana 3 google-compute-engine docker aerospike kubernetes

我想在Google Compute Engine(GCE)上的CoreOS上由Kubernetes管理的Docker容器上运行Aerospike集群.但由于GCE不允许组播,我必须使用此处所述的Mesh心跳,必须通过指定所有节点的IP地址和端口来设置; 它似乎对我来说太不灵活了.

Kubernetes/CoreOS/GCE上的Aerospike集群是否有任何推荐的云配置设置,并保留了集群的灵活性?

lvo*_*mar 5

将使用指定所有网格种子IP地址的替代方法the asinfo tip command.

请参阅:

http://www.aerospike.com/docs/reference/info/#tip

tip命令

asinfo -v 'tip:host=172.16.121.138;port=3002'
Run Code Online (Sandbox Code Playgroud)

可以使用正确的ips将上述命令添加到脚本或编排工具中.

您还可以在aerospike论坛上找到其他信息:

Aerospike论坛