I have a postStart script that runs
vault operator init
and vault operator unseal
but the behavior is that each pod goes through this process. Can I limit it to just vault-0 pod executes this script, so that the other pods can join the raft cluster after the initial init and unseal?
Is there any good examples of post vault automation?