I am setting up a graylog cluster in kubernetes, I want to know one thing, if I set is_master=true only for one of the pods and the rest has is_master=false, will that work ? Should I make the master node a different service or on the same service with the other pods with only setting one of the pod config to is_master = true will be sufficient ?
Hej @AkashKrDutta
you SHOULD only set is_master=true on one host. Where you place it in your setup is up to you.