Skip to content

How to access just MinIO Console UI without using Operator hop

Cesar Celis Hernandez edited this page Sep 16, 2022 · 1 revision
kubectl port-forward <name-of-the-pod> <port> -n <namespace>

Example:

kubectl port-forward storage-lite-pool-0-0 9443 -n tenant-lite

https://localhost:9443/buckets

Screen Shot 2022-09-16 at 1 01 57 PM
Clone this wiki locally