External access to vault

I have followed this steps in this doc Vault on Kubernetes Deployment Guide | Vault | HashiCorp Developer

My cluster comes up

Node Address State Voter


vault-0 vault-0.vault-internal:8201 leader true
vault-1 vault-1.vault-internal:8201 follower true
vault-2 vault-2.vault-internal:8201 follower true
Key Value


Seal Type shamir
Initialized true
Sealed false
Total Shares 5
Threshold 3
Version 1.12.1
Build Date 2022-10-27T12:32:05Z
Storage Type raft
Cluster Name vault-cluster-2262f622
Cluster ID 625025ea-b370-ee3c-1d20-f57e67ef71df
HA Enabled true
HA Cluster https://vault-0.vault-internal:8201
HA Mode active
Active Since 2023-03-08T20:31:14.363897736Z
Raft Committed Index 40
Raft Applied Index 40
(tvenv) bellizzi@scspa2762404001:~$

How do I access the UI and REST endpoint from outside of my k8s cluster?

Thanks
db

You can create a k8s Ingress or a UI service of type NodePort or LoadBalancer, depending on the cloud provider or type of local setup you’re using