How to connect Kubernetes pod to S3 Minio buket?

11/15/2021

I have bare metal Minio.

In the Minio web-console I created a bucket with name prometheus. In Kubernetes I created deployment Prometheus. Now I want to store the data Prometheus in this bucket.To my regret, Google only gives examples of Minio installations for Kubernetes, but I need an example of how to connect a pod to the buket.

-- Maksim
kubernetes
minio

0 Answers