You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MinIO](https://min.io/docs/minio/container/index.html) is a popular, open-source object storage server compatible with the Amazon AWS S3 API. As an [S3 compatible service](/deploy-manage/tools/snapshot-and-restore/s3-repository.md#repository-s3-compatible-services), MinIO is supported for use as a snapshot repository in {{ece}} (ECE).
13
+
[MinIO](https://github.com/minio/minio) is a popular, open-source object storage server compatible with the Amazon AWS S3 API. As an [S3 compatible service](/deploy-manage/tools/snapshot-and-restore/s3-repository.md#repository-s3-compatible-services), MinIO is supported for use as a snapshot repository in {{ece}} (ECE).
14
14
15
15
This guide walks you through integrating MinIO with ECE to store your {{es}} snapshots.
16
16
@@ -24,11 +24,11 @@ If you're evaluating MinIO in a test system, do not place MinIO containers on th
24
24
25
25
This section provides guidance and recommendations for deploying MinIO. It does not include installation steps. As MinIO is a third-party product, its deployment, configuration, and maintenance are outside the scope of Elastic support.
26
26
27
-
For installation instructions, refer to the official [MinIO documentation](https://min.io/docs/).
27
+
For installation instructions, refer to the official [MinIO GitHub repository](https://github.com/minio/minio).
28
28
29
29
The performance and reliability of MinIO depend on its configuration and the underlying infrastructure. Consider the following best practices:
30
30
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.
31
+
* For production use, deploy MinIO in a Multi-Node Multi-Drive configuration.
32
32
* Use a single MinIO endpoint with the ECE installation, to simplify repository configuration.
33
33
* Secure access to the MinIO endpoint with TLS.
34
34
@@ -44,11 +44,11 @@ MinIO may report multiple endpoint URLs. Be sure to select the one reachable fro
44
44
45
45
### Testing and evaluation
46
46
47
-
Use the [MinIO Quickstart Guide](https://charts.min.io/) or the [container deployment guide](https://min.io/docs/minio/container/index.html) to spin up a simple standalone MinIO container. Use `-v` to map persistent storage when using the `docker` or `podman` options.
47
+
Use the [MinIO Quickstart Guide](https://charts.min.io/) or the [container deployment guide](https://docs.min.io/enterprise/aistor-object-store/installation/container/install/#deploy-minio-container) to spin up a simple standalone MinIO container. Use `-v` to map persistent storage when using the `docker` or `podman` options.
48
48
49
49
### Production environments
50
50
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).
51
+
Set up MinIO across multiple nodes and drives to ensure high availability, performance, and scalability, following the recommendations in the [MinIO documentation](https://github.com/minio/docs).
52
52
53
53
You can use Docker Compose, Kubernetes, or another orchestration tool of your choice.
0 commit comments