Minio
The technical documentation of the minio microservice,
which provides a S3 compatible object storage.
less than a minute
This microservice is still in development and is not considered stable for production use
Minio is a microservice responsible for providing a S3 compatible object storage. It is used to store the data from the kafka-to-blob microservice.
How it works
For more information, refer to the official documentation .
Configuration
You shouldn’t need to configure minio manually, as it’s configured
automatically when the cluster is deployed. However, if you need to change the
configuration, you can do it by editing the minio
section of the Helm
chart values file.
Last modified May 5, 2023: feat: finishing touches (1147002)