kubectl minio proxy
Table of Contents
Description
kubectl minio proxy
creates a temporary proxy to forward traffic from the local host machine to the MinIO Operator Console.
The Operator Console provides a rich user interface for deploying and managing MinIO Tenants.
This command is an alternative to configuring Ingress to grant access to the Operator Console pods.
Command Requires MinIO Operator
Use the following command to validate that the operator is online and available prior to running this command:
kubectl get deployments -A --field-selector metadata.name=minio-operator
Issue the kubectl minio init
command to initiate the operator
if it is not already running in the Kubernetes cluster.
Syntax
The following command creates proxy to use to access the operator graphical user interface for the myminio
namespace:
kubectl minio proxy --namespace myminio
The command has the following syntax:
kubectl minio init \
[--namespace]
Flags
The command supports the following flags: