mirror of
https://github.com/minio/docs.git
synced 2025-04-22 19:02:57 +03:00
1.9 KiB
1.9 KiB
kubectl minio proxy
minio
Table of Contents
kubectl minio proxy
Description
kubectl minio proxy
creates a temporary proxy to
forward traffic from the local host machine to the MinIO Operator
Console. The Operator Console <minio-operator-console>
provides a rich user interface for deploying and managing MinIO Tenants <minio-k8s-deploy-minio-tenant>
.
This command is an alternative to configuring Ingress to grant access to the Operator Console pods.
Syntax
EXAMPLE
The following command creates proxy to use to access the operator
graphical user interface for the myminio
namespace:
kubectl minio proxy --namespace myminio
SYNTAX
The command has the following syntax:
kubectl minio init \
[--namespace]
Flags
The command supports the following flags:
--namespace
The namespace for which to access the operator. Defaults to
minio-operator
.