1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

SDK import, Nav cleanups, DOCS-417

This commit is contained in:
Ravind Kumar
2022-02-07 18:09:51 -05:00
parent 9b4824970a
commit ea01909527
20 changed files with 7529 additions and 153 deletions

View File

@ -74,8 +74,10 @@ Deployment Architecture
:ref:`Server Pool <minio-intro-server-pool>`
A set of MinIO :mc-cmd:`minio server` nodes which pool their drives and
resources for supporting object storage/retrieval requests. The
:mc-cmd:`~minio server HOSTNAME` argument passed to the
resources for supporting object storage/retrieval requests. Server pools
support horizontal expansion for MinIO deployments.
The :mc-cmd:`~minio server HOSTNAME` argument passed to the
:mc-cmd:`minio server` command represents a Server Pool:
.. code-block:: shell
@ -127,11 +129,20 @@ Deployment Architecture
Deploying MinIO
---------------
Users deploying onto a Kubernetes cluster should start with our
:docs-k8s:`Kubernetes documentation <>`.
.. list-table::
:stub-columns: 1
:widths: 40 60
:width: 100%
For bare-metal environments, including private cloud services
or containerized environments, install and run the :mc:`minio server` on
each host in the MinIO deployment.
See :ref:`minio-installation` for more information.
* - Baremetal
- :ref:`deploy-minio-distributed`
:ref:`expand-minio-distributed`
* - Kubernetes
- :docs-k8s:`MinIO Kubernetes Operator <>`
.. toctree::
:titlesonly:
:hidden:
/concepts/erasure-coding