docker - Any suggestion for running Aerospike on Kubernetes on CoreOS on GCE? -


i run aerospike cluster on docker containers managed kubernetes on coreos on google compute engine (gce). since gce not permit multicast, have use mesh heartbeat described here, has set specifying node's ip addresses , ports; seems inflexible me.

is there recommended cloud-config settings aerospike cluster on kubernetes/coreos/gce flexibility of cluster being kept?

an alternative specifying mesh seed ip addresses use the asinfo tip command.

please see:

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

the tip command

asinfo -v 'tip:host=172.16.121.138;port=3002' 

the above command added script or orchestration tool correct ips.

you may find addtional info on aerospike forum:

aerospike forum


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -