How does one setup a clustered elasticsearch?

Solved! for anyone who comes accross this, you have to match you pod name with the name in the cluster.initial_master_nodes:

I did this by setting a static name in the NODE_NAME in my deployment file and then in the config, node.name: ${NODE_NAME}

1 Like