MinioK8sBuckets/README.md
Pierre Hubert 0969d6dcd9
Some checks reported errors
continuous-integration/drone/push Build was killed
Updated README
2023-05-08 18:27:03 +02:00

635 B

MinioK8sBuckets

Automatically create Minio buckets based on K8S Custom Resources.

Installation

  1. Run the following commands:
kubectl apply -f https://raw.githubusercontent.com/pierre42100/MinioK8sBuckets/master/yaml/crd.yaml
kubectl apply -f https://raw.githubusercontent.com/pierre42100/MinioK8sBuckets/master/yaml/deployment.yaml
  1. Deploy Minio
  2. Create a MinioInstance & a MinioBucket (like in our test)
  3. That's it!

Development

Apply all K8s config files manually:

cat yaml/*.yaml | kubectl apply -f -

Note : mc tool is required