mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
cleanup markdown docs across multiple files (#14296)
enable markdown-linter
This commit is contained in:
@@ -6,7 +6,7 @@ This topic provides commands to set up different configurations of hosts, nodes,
|
||||
2. [Distributed Deployment](#distributed-deployment)
|
||||
3. [Cloud Scale Deployment](#cloud-scale-deployment)
|
||||
|
||||
## <a name="standalone-deployment"></a>1. Standalone Deployment
|
||||
## 1. Standalone Deployment
|
||||
|
||||
To host multiple tenants on a single machine, run one MinIO Server per tenant with a dedicated HTTPS port, configuration, and data directory.
|
||||
|
||||
@@ -34,7 +34,7 @@ minio server --address :9003 /disk{1...4}/data/tenant3
|
||||
|
||||

|
||||
|
||||
## <a name="distributed-deployment"></a>2. Distributed Deployment
|
||||
## 2. Distributed Deployment
|
||||
|
||||
To host multiple tenants in a distributed environment, run several distributed MinIO Server instances concurrently.
|
||||
|
||||
@@ -62,6 +62,6 @@ minio server --address :9003 http://192.168.10.1{1...4}/data/tenant3
|
||||
|
||||
**Note**: On distributed systems, root credentials are recommend to be defined by exporting the `MINIO_ROOT_USER` and `MINIO_ROOT_PASSWORD` environment variables. If no value is set MinIO setup will assume `minioadmin/minioadmin` as default credentials. If a domain is required, it must be specified by defining and exporting the `MINIO_DOMAIN` environment variable.
|
||||
|
||||
## <a name="cloud-scale-deployment"></a>Cloud Scale Deployment
|
||||
## Cloud Scale Deployment
|
||||
|
||||
A container orchestration platform (e.g. Kubernetes) is recommended for large-scale, multi-tenant MinIO deployments. See the [MinIO Deployment Quickstart Guide](https://docs.min.io/docs/minio-deployment-quickstart-guide) to get started with MinIO on orchestration platforms.
|
||||
|
||||
Reference in New Issue
Block a user