mirror of
https://github.com/minio/docs.git
synced 2025-06-08 18:02:00 +03:00
85 lines
2.4 KiB
ReStructuredText
85 lines
2.4 KiB
ReStructuredText
.. _minio-operator-console:
|
|
|
|
======================
|
|
MinIO Operator Console
|
|
======================
|
|
|
|
.. default-domain:: minio
|
|
|
|
.. contents:: Table of Contents
|
|
:local:
|
|
:depth: 2
|
|
|
|
The Operator Console provides a rich user interface for deploying and
|
|
managing MinIO Tenants on Kubernetes infrastructure. Installing the
|
|
MinIO :ref:`Kubernetes Operator <deploy-operator-kubernetes>` automatically
|
|
installs and configures the Operator Console.
|
|
|
|
.. image:: /images/k8s/operator-dashboard.png
|
|
:align: center
|
|
:width: 70%
|
|
:class: no-scaled-link
|
|
:alt: MinIO Operator Console
|
|
|
|
This page summarizes the functions available with the MinIO Operator Console.
|
|
|
|
Use the :mc-cmd:`kubectl minio proxy` command to temporarily forward
|
|
traffic between the local host machine and the MinIO Operator Console:
|
|
|
|
.. code-block:: shell
|
|
:class: copyable
|
|
|
|
kubectl minio proxy
|
|
|
|
The command returns output similar to the following:
|
|
|
|
.. code-block:: shell
|
|
|
|
Starting port forward of the Console UI.
|
|
|
|
To connect open a browser and go to http://localhost:9090
|
|
|
|
Current JWT to login: TOKEN
|
|
|
|
Open your browser to the specified URL and enter the JWT Token into the
|
|
login page.
|
|
|
|
Tenant Management
|
|
-----------------
|
|
|
|
The MinIO Operator Console supports deploying, managing, and monitoring
|
|
MinIO Tenants on the Kubernetes cluster.
|
|
|
|
.. image:: /images/k8s/operator-dashboard.png
|
|
:align: center
|
|
:width: 70%
|
|
:class: no-scaled-link
|
|
:alt: MinIO Operator Console
|
|
|
|
You can :ref:`deploy a MinIO Tenant <minio-k8s-deploy-minio-tenant>` through the
|
|
Operator Console.
|
|
|
|
The Operator Console automatically detects any MinIO Tenants
|
|
deployed on the cluster, whether provisioned through the Operator Console
|
|
or through the :ref:`MinIO Kubernetes Plugin <minio-k8s-deploy-minio-tenant-commandline>`.
|
|
|
|
For each listed tenant, select :guilabel:`MANAGE` to open an in-browser
|
|
view of that tenant's MinIO Console. You can use this view to directly manage
|
|
the tenant through the Operator UI.
|
|
|
|
.. image:: /images/k8s/operator-manage-tenant.png
|
|
:align: center
|
|
:width: 70%
|
|
:class: no-scaled-link
|
|
:alt: MinIO Operator Tenant Console
|
|
|
|
Select :guilabel:`VIEW` to view the Tenant details and configurations.
|
|
You can modify, expand, upgrade, and delete the Tenant from this view.
|
|
|
|
.. image:: /images/k8s/operator-tenant-view.png
|
|
:align: center
|
|
:width: 70%
|
|
:class: no-scaled-link
|
|
:alt: MinIO Operator Tenant View
|
|
|