Hello All,
I am following example at the link
In the section “Determine the Vault address” step 3.
i am trying to execute below curl command to check connectivity:
curl http://192.168.1.1:8200/v1/sys/seal-status
and getting below error"
curl: (7) Failed to connect to 192.168.1.1 port 8200: Connection refused
While i check the connectivity between host machine(Windows10 and minikube rout with gateway value of 0.0.0.0).
Any suggestion or workaround?
Please help.
do we need to run vault in k8s cluster itself?