Skip to content

Commit 03dd257

Browse files
authored
Update minio-on-premise-repository.md (#2151)
Update MinIO multi-node link label to the new naming used for MinIO architecture used in production.
1 parent cd415d9 commit 03dd257

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deploy-manage/tools/snapshot-and-restore/minio-on-premise-repository.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For installation instructions, refer to the official [MinIO documentation](https
2828

2929
The performance and reliability of MinIO depend on its configuration and the underlying infrastructure. Consider the following best practices:
3030

31-
* For production use, deploy MinIO in [distributed mode](https://min.io/docs/minio/linux/operations/install-deploy-manage/deploy-minio-multi-node-multi-drive.html#minio-mnmd).
31+
* For production use, deploy MinIO in a [Multi-Node Multi-Drive](https://min.io/docs/minio/linux/operations/install-deploy-manage/deploy-minio-multi-node-multi-drive.html#minio-mnmd) configuration.
3232
* Use a single MinIO endpoint with the ECE installation, to simplify repository configuration.
3333
* Secure access to the MinIO endpoint with TLS.
3434

@@ -48,7 +48,9 @@ Use the [MinIO Quickstart Guide](https://charts.min.io/) or the [container deplo
4848

4949
### Production environments
5050

51-
Set up MinIO in distributed mode across multiple nodes and drives. You can use Docker Compose, Kubernetes, or another orchestration tool of your choice.
51+
Set up MinIO across multiple nodes and drives to ensure high availability, performance, and scalability, following the recommendations in the [MinIO documentation](https://min.io/docs/minio/linux/operations/install-deploy-manage/deploy-minio-multi-node-multi-drive.html).
52+
53+
You can use Docker Compose, Kubernetes, or another orchestration tool of your choice.
5254

5355
## Create the S3 bucket [ece-minio-create-s3-bucket]
5456

0 commit comments

Comments
 (0)