Accessing the Vault UI

By default, the Vault UI is enabled when using a Helm chart installation. Let's perform the following steps to access the Vault UI:

  1. 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
  1. 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.