By default, the Vault UI is enabled when using a Helm chart installation. Let's perform the following steps to access the Vault UI:
- Since access to Vault is a security concern, it is not recommended to expose it with a service. Use port-forwarding to access the Vault UI using the following command:
$ kubectl port-forward vault-0 -nvault 8200:8200
- Once forwarding is complete, you can access the UI at http://localhost:8200:
Now, you have access to the web UI. Take the Vault Web UI tour to familiarize yourself with its functionality.