mirror of
https://github.com/minio/docs.git
synced 2025-09-10 20:12:12 +03:00
51 lines
1.7 KiB
ReStructuredText
51 lines
1.7 KiB
ReStructuredText
.. _minio-installation:
|
|
|
|
===============================
|
|
Deploy and Manage MinIO Tenants
|
|
===============================
|
|
|
|
.. default-domain:: minio
|
|
|
|
.. contents:: Table of Contents
|
|
:local:
|
|
:depth: 1
|
|
|
|
The MinIO Kubernetes Operator supports deploying and managing MinIO Tenants onto your Kubernetes cluster through either the Operator Console web interface or the MinIO Kubernetes Plugin.
|
|
|
|
The following tutorials provide steps for tenant management via the Operator Console and MinIO Kubernetes Plugin:
|
|
|
|
.. list-table::
|
|
:stub-columns: 1
|
|
:widths: 40 60
|
|
:width: 100%
|
|
|
|
* - :ref:`minio-k8s-deploy-minio-tenant`
|
|
- Deploy a new MinIO Tenant onto the Kubernetes cluster.
|
|
|
|
* - :ref:`minio-k8s-modify-minio-tenant`
|
|
- Modify the configuration or topology settings of a MinIO Tenant.
|
|
|
|
* - :ref:`minio-k8s-upgrade-minio-tenant`
|
|
- Upgrade the MinIO Server version used by a MinIO Tenant.
|
|
|
|
* - :ref:`minio-k8s-expand-minio-tenant`
|
|
- Increase the available storage capacity of an existing MinIO Tenant.
|
|
|
|
* - :ref:`minio-k8s-delete-minio-tenant`
|
|
- Delete an existing MinIO Tenant.
|
|
|
|
* - :ref:`minio-site-replication-overview`
|
|
- Configure two or more MinIO Tenants as peers for MinIO Site Replication
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:hidden:
|
|
|
|
/operations/install-deploy-manage/deploy-minio-tenant
|
|
/operations/install-deploy-manage/modify-minio-tenant
|
|
/operations/install-deploy-manage/upgrade-minio-tenant
|
|
/operations/install-deploy-manage/expand-minio-tenant
|
|
/operations/install-deploy-manage/delete-minio-tenant
|
|
/operations/install-deploy-manage/multi-site-replication
|
|
/operations/install-deploy-manage/minio-operator-console
|